{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "scanner-ae463985f1dbac02", "name": "Stray `console.log` in TS/JS \u2014 CistaNAS.Web/wwwroot/_framework/dotnet.runtime.r2kbxkuujc.js:3", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 CistaNAS.Web/wwwroot/_framework/dotnet.runtime.r2kbxkuujc.js:3"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-27b74c987faf6d07", "name": "Stray `console.log` in TS/JS \u2014 CistaNAS.Web/wwwroot/_framework/blazor.webassembly.958z1vx7fr.js:1", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 CistaNAS.Web/wwwroot/_framework/blazor.webassembly.958z1vx7fr.js:1"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2dabaa1ab01c626d", "name": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/sdk:10.0", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/sdk:10.0"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bc5b55fbcddbaa15", "name": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/aspnet:10.0", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/aspnet:10.0"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-420315ac43c5f6e9", "name": "Insecure pattern 'new_function_used' in CistaNAS.Web/wwwroot/_framework/dotnet.runtime.r2kbxkuujc.js:3", "shortDescription": {"text": "Insecure pattern 'new_function_used' in CistaNAS.Web/wwwroot/_framework/dotnet.runtime.r2kbxkuujc.js:3"}, "fullDescription": {"text": "Found a known-risky pattern (new_function_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-1ca4597e3b133497", "name": "Insecure pattern 'direct_innerhtml_assignment' in CistaNAS.Web/wwwroot/_framework/blazor.webassembly.958z1vx7fr.js:1", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in CistaNAS.Web/wwwroot/_framework/blazor.webassembly.958z1vx7fr.js:1"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-62ab8432f25b448f", "name": "Possible secret in CistaNAS.Web/wwwroot/_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/Authenticati", "shortDescription": {"text": "Possible secret in CistaNAS.Web/wwwroot/_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-0eec98fc39dacffe", "name": "Insecure pattern 'new_function_used' in CistaNAS.Web/wwwroot/_content/Microsoft.AspNetCore.Components.WebAssembly.Authen", "shortDescription": {"text": "Insecure pattern 'new_function_used' in CistaNAS.Web/wwwroot/_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js:44"}, "fullDescription": {"text": "Found a known-risky pattern (new_function_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-5a07d0d6b4165125", "name": "Insecure pattern 'weak_hash' in CistaNAS.Web/wwwroot/_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication", "shortDescription": {"text": "Insecure pattern 'weak_hash' in CistaNAS.Web/wwwroot/_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js:37"}, "fullDescription": {"text": "Found a known-risky pattern (weak_hash). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 11 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 7 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing ci, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a180a98a103c0b99", "name": "`fetch()` without try/.catch or AbortSignal \u2014 CistaNAS.Wasm/wwwroot/js/mediaHelper.js:58", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 CistaNAS.Wasm/wwwroot/js/mediaHelper.js:58"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-50218346b6e00307", "name": "`fetch()` without try/.catch or AbortSignal \u2014 CistaNAS.Web/wwwroot/js/mediaHelper.js:58", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 CistaNAS.Web/wwwroot/js/mediaHelper.js:58"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-faa2b064dde6fb7c", "name": "Legacy-named symbol `mono_jiterp_value_copy` in CistaNAS.Web/wwwroot/_framework/dotnet.runtime.r2kbxkuujc.js:3", "shortDescription": {"text": "Legacy-named symbol `mono_jiterp_value_copy` in CistaNAS.Web/wwwroot/_framework/dotnet.runtime.r2kbxkuujc.js:3"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-63574fdec76c50ef", "name": "`fetch()` without try/.catch or AbortSignal \u2014 CistaNAS.Web/wwwroot/_framework/blazor.webassembly.958z1vx7fr.js:1", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 CistaNAS.Web/wwwroot/_framework/blazor.webassembly.958z1vx7fr.js:1"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-62baf577f7f1cbe8", "name": "Legacy-named symbol `_mono_jiterp_value_copy` in CistaNAS.Web/wwwroot/_framework/dotnet.native.rjbmzc4jpg.js:8", "shortDescription": {"text": "Legacy-named symbol `_mono_jiterp_value_copy` in CistaNAS.Web/wwwroot/_framework/dotnet.native.rjbmzc4jpg.js:8"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-fba96e9bd53ad93b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 CistaNAS.Web/wwwroot/_framework/dotnet.native.rjbmzc4jpg.js:8", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 CistaNAS.Web/wwwroot/_framework/dotnet.native.rjbmzc4jpg.js:8"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-425f9430f5e88d68", "name": "`fetch()` without try/.catch or AbortSignal \u2014 CistaNAS.Web/wwwroot/_content/Microsoft.AspNetCore.Components.WebAssembly.", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 CistaNAS.Web/wwwroot/_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js:46"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/23884"}, "properties": {"repository": "actbit/CistaNAS", "repoUrl": "https://github.com/actbit/CistaNAS", "branch": "main"}, "results": [{"ruleId": "scanner-ae463985f1dbac02", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 CistaNAS.Web/wwwroot/_framework/dotnet.runtime.r2kbxkuujc.js:3"}, "properties": {"repobilityId": "77e14be305da1650", "scanner": "scanner-primary", "fingerprint": "ae463985f1dbac02", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-27b74c987faf6d07", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 CistaNAS.Web/wwwroot/_framework/blazor.webassembly.958z1vx7fr.js:1"}, "properties": {"repobilityId": "eb5490fb325b8816", "scanner": "scanner-primary", "fingerprint": "27b74c987faf6d07", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2dabaa1ab01c626d", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/sdk:10.0"}, "properties": {"repobilityId": "dd4e69440ce400df", "scanner": "scanner-primary", "fingerprint": "2dabaa1ab01c626d", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bc5b55fbcddbaa15", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/aspnet:10.0"}, "properties": {"repobilityId": "f2ac6fc64bf666a0", "scanner": "scanner-primary", "fingerprint": "bc5b55fbcddbaa15", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-420315ac43c5f6e9", "level": "error", "message": {"text": "Insecure pattern 'new_function_used' in CistaNAS.Web/wwwroot/_framework/dotnet.runtime.r2kbxkuujc.js:3"}, "properties": {"repobilityId": "664481fcfc44e71c", "scanner": "scanner-primary", "fingerprint": "420315ac43c5f6e9", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "new_function_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CistaNAS.Web/wwwroot/_framework/dotnet.runtime.r2kbxkuujc.js"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-1ca4597e3b133497", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in CistaNAS.Web/wwwroot/_framework/blazor.webassembly.958z1vx7fr.js:1"}, "properties": {"repobilityId": "dd0c8e23cae2a11e", "scanner": "scanner-primary", "fingerprint": "1ca4597e3b133497", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CistaNAS.Web/wwwroot/_framework/blazor.webassembly.958z1vx7fr.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-62ab8432f25b448f", "level": "error", "message": {"text": "Possible secret in CistaNAS.Web/wwwroot/_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js"}, "properties": {"repobilityId": "e1fea3e57a4c7e93", "scanner": "scanner-primary", "fingerprint": "62ab8432f25b448f", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CistaNAS.Web/wwwroot/_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js"}, "region": {"startLine": 37}}}]}, {"ruleId": "scanner-0eec98fc39dacffe", "level": "error", "message": {"text": "Insecure pattern 'new_function_used' in CistaNAS.Web/wwwroot/_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js:44"}, "properties": {"repobilityId": "9e9b9e4aa9780d17", "scanner": "scanner-primary", "fingerprint": "0eec98fc39dacffe", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "new_function_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CistaNAS.Web/wwwroot/_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js"}, "region": {"startLine": 44}}}]}, {"ruleId": "scanner-5a07d0d6b4165125", "level": "warning", "message": {"text": "Insecure pattern 'weak_hash' in CistaNAS.Web/wwwroot/_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js:37"}, "properties": {"repobilityId": "c5e32aaf0cd4a335", "scanner": "scanner-primary", "fingerprint": "5a07d0d6b4165125", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "weak_hash"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CistaNAS.Web/wwwroot/_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js"}, "region": {"startLine": 37}}}]}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "3039597b55ecdd57", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "76871032edd0afec", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "592f360d970567d6", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "f185bea633368a2b", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-a180a98a103c0b99", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 CistaNAS.Wasm/wwwroot/js/mediaHelper.js:58"}, "properties": {"repobilityId": "bb4f9aa7bd7c6084", "scanner": "scanner-primary", "fingerprint": "a180a98a103c0b99", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-50218346b6e00307", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 CistaNAS.Web/wwwroot/js/mediaHelper.js:58"}, "properties": {"repobilityId": "1419f678bdf0ee08", "scanner": "scanner-primary", "fingerprint": "50218346b6e00307", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-faa2b064dde6fb7c", "level": "note", "message": {"text": "Legacy-named symbol `mono_jiterp_value_copy` in CistaNAS.Web/wwwroot/_framework/dotnet.runtime.r2kbxkuujc.js:3"}, "properties": {"repobilityId": "4506d030c0fe6bbc", "scanner": "scanner-primary", "fingerprint": "faa2b064dde6fb7c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-63574fdec76c50ef", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 CistaNAS.Web/wwwroot/_framework/blazor.webassembly.958z1vx7fr.js:1"}, "properties": {"repobilityId": "d83b1588c3e86807", "scanner": "scanner-primary", "fingerprint": "63574fdec76c50ef", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-62baf577f7f1cbe8", "level": "note", "message": {"text": "Legacy-named symbol `_mono_jiterp_value_copy` in CistaNAS.Web/wwwroot/_framework/dotnet.native.rjbmzc4jpg.js:8"}, "properties": {"repobilityId": "42b0aacb20c976f6", "scanner": "scanner-primary", "fingerprint": "62baf577f7f1cbe8", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-fba96e9bd53ad93b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 CistaNAS.Web/wwwroot/_framework/dotnet.native.rjbmzc4jpg.js:8"}, "properties": {"repobilityId": "6672f4c14358b565", "scanner": "scanner-primary", "fingerprint": "fba96e9bd53ad93b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-425f9430f5e88d68", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 CistaNAS.Web/wwwroot/_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js:46"}, "properties": {"repobilityId": "1a9748d320b0b42c", "scanner": "scanner-primary", "fingerprint": "425f9430f5e88d68", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}