{"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": "JRN002", "name": "Browser storage is used for session token material", "shortDescription": {"text": "Browser storage is used for session token material"}, "fullDescription": {"text": "localStorage and sessionStorage are readable by injected JavaScript. For sensitive sessions, this turns XSS into account compromise."}, "properties": {"scanner": "repobility-journey-contract", "category": "auth", "severity": "medium", "confidence": 0.82, "cwe": "", "owasp": ""}}, {"id": "SEC041", "name": "[SEC041] Tabnabbing \u2014 target=\"_blank\" without rel=\"noopener noreferrer\": <a target=\"_blank\"> without rel=\"noopener noref", "shortDescription": {"text": "[SEC041] Tabnabbing \u2014 target=\"_blank\" without rel=\"noopener noreferrer\": <a target=\"_blank\"> without rel=\"noopener noreferrer\" leaks window.opener to the opened page. The opened page can then run window.opener.location = 'phishing-site' and"}, "fullDescription": {"text": "Add rel=\"noopener noreferrer\" to every <a target=\"_blank\">:\n  <a href=\"...\" target=\"_blank\" rel=\"noopener noreferrer\">link</a>\nFor dynamically generated links from JS, set rel on the element before appending. Even safe-looking subdomains should harden \u2014 costs nothing."}, "properties": {"scanner": "repobility-threat-engine", "category": "security", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC134", "name": "[SEC134] AI scaffold leftover \u2014 Lorem ipsum / example.com / John Doe in code: Lorem ipsum / John Doe / example.com left ", "shortDescription": {"text": "[SEC134] AI scaffold leftover \u2014 Lorem ipsum / example.com / John Doe in code: Lorem ipsum / John Doe / example.com left in non-test code. AI agents emit these as 'reasonable defaults' when they don't know real values; the human then forgets"}, "fullDescription": {"text": "Move dummy values to fixtures / seed files. In application code, require these to come from config or fail closed. Add a CI grep that rejects 'lorem ipsum' and 'example.com' outside test files."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC112", "name": "[SEC112] Go html/template bypass \u2014 text/template used for HTML output, or template.HTML on user input: Go's `text/templa", "shortDescription": {"text": "[SEC112] Go html/template bypass \u2014 text/template used for HTML output, or template.HTML on user input: Go's `text/template` does no HTML escaping. `template.HTML(x)` marks data as already-safe. Using either with user input = XSS."}, "fullDescription": {"text": "Use `html/template` (NOT `text/template`) for HTML responses. Never wrap user input with `template.HTML/JS/URL`."}, "properties": {"scanner": "repobility-threat-engine", "category": "xss", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC045", "name": "[SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data \u2014 even admin-stored data \u2014 is a latera", "shortDescription": {"text": "[SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data \u2014 even admin-stored data \u2014 is a lateral-movement vector after any one credential compromise. Sandboxes (__builtins__ cleared) are escapable: attackers use obj"}, "fullDescription": {"text": "For literal data structures: use ast.literal_eval(text) \u2014 only parses literals, raises on code.\nFor formula evaluation: use asteval or simpleeval (purpose-built sandboxes with allow-lists).\nFor Odoo: use odoo.tools.safe_eval(expr, locals_dict, mode='exec').\nIf you genuinely need to execute admin-stored code: require explicit super-admin permission AND log every execution with a stack trace."}, "properties": {"scanner": "repobility-threat-engine", "category": "injection", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC091", "name": "[SEC091] Go: net/http server without timeouts: HTTP server without ReadHeaderTimeout/ReadTimeout/WriteTimeout is vulnera", "shortDescription": {"text": "[SEC091] Go: net/http server without timeouts: HTTP server without ReadHeaderTimeout/ReadTimeout/WriteTimeout is vulnerable to Slowloris. Ported from gosec G112 + G114 (Apache-2.0)."}, "fullDescription": {"text": "Construct `&http.Server{Addr: ..., ReadHeaderTimeout: 5*time.Second, ReadTimeout: 10*time.Second, WriteTimeout: 30*time.Second}`."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "AIC001", "name": "Parallel implementation file sits beside a canonical file", "shortDescription": {"text": "Parallel implementation file sits beside a canonical file"}, "fullDescription": {"text": "AI-assisted edits often create a new sibling file instead of integrating the change into the existing module. That leaves two paths for future maintainers to understand and can hide the code that is actually wired into the app."}, "properties": {"scanner": "repobility-ai-code-hygiene", "category": "quality", "severity": "medium", "confidence": 0.82, "cwe": "", "owasp": ""}}, {"id": "GHSA-q7pp-wcgr-pffx", "name": "github.com/disintegration/imaging: GHSA-q7pp-wcgr-pffx", "shortDescription": {"text": "github.com/disintegration/imaging: GHSA-q7pp-wcgr-pffx"}, "fullDescription": {"text": "Crash when processing crafted TIFF files"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "low", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "SEC132", "name": "[SEC132] String concat where the language has interpolation (AI style drift): String built by concatenation where the la", "shortDescription": {"text": "[SEC132] String concat where the language has interpolation (AI style drift): String built by concatenation where the language has cleaner interpolation (Python f-strings since 3.6, JS template literals since ES6). Not a vulnerability on it"}, "fullDescription": {"text": "Python: `f\"prefix {var} suffix\"`. JS/TS: `` `prefix ${var} suffix` ``. Add a lint rule (pyupgrade UP032, eslint prefer-template) so future PRs catch this automatically."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "low", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "ERR003", "name": "[ERR003] Ignored Error (Go): Ignoring error return values.", "shortDescription": {"text": "[ERR003] Ignored Error (Go): Ignoring error return values."}, "fullDescription": {"text": "Handle the error or use errcheck linter."}, "properties": {"scanner": "repobility-threat-engine", "category": "error_handling", "severity": "low", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "DEPCUR-NPM", "name": "npm package `dprint` is minor version(s) behind (0.52.0 -> 0.54.0)", "shortDescription": {"text": "npm package `dprint` is minor version(s) behind (0.52.0 -> 0.54.0)"}, "fullDescription": {"text": "`dprint` is pinned/resolved at 0.52.0 but the latest stable release on the npm registry is 0.54.0 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise."}, "properties": {"scanner": "repobility-dependency-currency", "category": "dependency", "severity": "low", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "AIC003", "name": "Duplicated implementation block across source files", "shortDescription": {"text": "Duplicated implementation block across source files"}, "fullDescription": {"text": "Duplicated blocks are a common artifact when generated code is pasted or recreated instead of reused. They increase maintenance cost because every future bug fix must be found in multiple locations."}, "properties": {"scanner": "repobility-ai-code-hygiene", "category": "quality", "severity": "low", "confidence": 0.86, "cwe": "", "owasp": ""}}, {"id": "MINED099", "name": "[MINED099] Hardcoded Secret: API key, AWS access key, GitHub token, Slack token, OpenAI key, or private key embedded dir", "shortDescription": {"text": "[MINED099] Hardcoded Secret: API key, AWS access key, GitHub token, Slack token, OpenAI key, or private key embedded directly in source. AI assistants frequently leak demo credentials."}, "fullDescription": {"text": "Move the secret to an environment variable or secret manager. Rotate the exposed credential immediately \u2014 assume it is compromised."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.1, "cwe": "", "owasp": ""}}, {"id": "MINED049", "name": "[MINED049] Print Pii (and 1 more): Same pattern found in 1 additional files. Review if needed.", "shortDescription": {"text": "[MINED049] Print Pii (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-532 / A09:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC020", "name": "[SEC020] Secret Printed to Logs (and 2 more): Same pattern found in 2 additional files. Review if needed.", "shortDescription": {"text": "[SEC020] Secret Printed to Logs (and 2 more): Same pattern found in 2 additional files. Review if needed."}, "fullDescription": {"text": "Log only redacted, hashed, or last-four-style metadata. Rotate any secret that may have reached logs."}, "properties": {"scanner": "repobility-threat-engine", "category": "credential_exposure", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED044", "name": "[MINED044] Js Console Log Prod (and 19 more): Same pattern found in 19 additional files. Review if needed.", "shortDescription": {"text": "[MINED044] Js Console Log Prod (and 19 more): Same pattern found in 19 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-532 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC001", "name": "[SEC001] Hardcoded Password: Hardcoded password found in source code.", "shortDescription": {"text": "[SEC001] Hardcoded Password: Hardcoded password found in source code."}, "fullDescription": {"text": "Use environment variables or a secrets manager."}, "properties": {"scanner": "repobility-threat-engine", "category": "credential_exposure", "severity": "info", "confidence": 0.15, "cwe": "", "owasp": ""}}, {"id": "MINED043", "name": "[MINED043] Http Not Https (and 2 more): Same pattern found in 2 additional files. Review if needed.", "shortDescription": {"text": "[MINED043] Http Not Https (and 2 more): Same pattern found in 2 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-319 / A02:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED016", "name": "[MINED016] Go Error Ignored (and 8 more): Same pattern found in 8 additional files. Review if needed.", "shortDescription": {"text": "[MINED016] Go Error Ignored (and 8 more): Same pattern found in 8 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-754 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC029", "name": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 13 more): Same pattern found in 13 addi", "shortDescription": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 13 more): Same pattern found in 13 additional files. Review if needed."}, "fullDescription": {"text": "Validate the URL against an allowlist BEFORE fetching:\n  ALLOWED = {'images.example.com', 'cdn.example.com'}\n  host = urlparse(url).hostname\n  if host not in ALLOWED: abort(400)\nOr use a server-side proxy (Imgproxy / serve-files-only-from-S3) that isolates outbound network access from the request handler.\nBlock private CIDRs explicitly: 10/8, 172.16/12, 192.168/16, 169.254/16."}, "properties": {"scanner": "repobility-threat-engine", "category": "ssrf", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC128", "name": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake) (and 2 more): Same pattern found in 2 addit", "shortDescription": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake) (and 2 more): Same pattern found in 2 additional files. Review if needed."}, "fullDescription": {"text": "Add `await` before each async call, or chain with `.then`. If you intentionally want fire-and-forget, prefix with `void` (TS) or assign to `_` (Python with `asyncio.create_task`) to make the intent explicit and survive lint."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED071", "name": "[MINED071] Go Panic Call (and 6 more): Same pattern found in 6 additional files. Review if needed.", "shortDescription": {"text": "[MINED071] Go Panic Call (and 6 more): Same pattern found in 6 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-755 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED033", "name": "[MINED033] Go Recover Without Log (and 1 more): Same pattern found in 1 additional files. Review if needed.", "shortDescription": {"text": "[MINED033] Go Recover Without Log (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-755 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED060", "name": "[MINED060] Go Context No Cancel (and 36 more): Same pattern found in 36 additional files. Review if needed.", "shortDescription": {"text": "[MINED060] Go Context No Cancel (and 36 more): Same pattern found in 36 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-401 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "GO-2026-5039", "name": "stdlib: GO-2026-5039", "shortDescription": {"text": "stdlib: GO-2026-5039"}, "fullDescription": {"text": "Arbitrary inputs are included in errors without any escaping in net/textproto"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-5038", "name": "stdlib: GO-2026-5038", "shortDescription": {"text": "stdlib: GO-2026-5038"}, "fullDescription": {"text": "Quadratic complexity in WordDecoder.DecodeHeader in mime"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-5037", "name": "stdlib: GO-2026-5037", "shortDescription": {"text": "stdlib: GO-2026-5037"}, "fullDescription": {"text": "Inefficient candidate hostname parsing in crypto/x509"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4986", "name": "stdlib: GO-2026-4986", "shortDescription": {"text": "stdlib: GO-2026-4986"}, "fullDescription": {"text": "Quadratic string concatentation in consumeComment in net/mail"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4982", "name": "stdlib: GO-2026-4982", "shortDescription": {"text": "stdlib: GO-2026-4982"}, "fullDescription": {"text": "Bypass of meta content URL escaping causes XSS in html/template"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4981", "name": "stdlib: GO-2026-4981", "shortDescription": {"text": "stdlib: GO-2026-4981"}, "fullDescription": {"text": "Crash when handling long CNAME response in net"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4980", "name": "stdlib: GO-2026-4980", "shortDescription": {"text": "stdlib: GO-2026-4980"}, "fullDescription": {"text": "Escaper bypass leads to XSS in html/template"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4977", "name": "stdlib: GO-2026-4977", "shortDescription": {"text": "stdlib: GO-2026-4977"}, "fullDescription": {"text": "Quadratic string concatenation in consumePhrase in net/mail"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4976", "name": "stdlib: GO-2026-4976", "shortDescription": {"text": "stdlib: GO-2026-4976"}, "fullDescription": {"text": "ReverseProxy forwards queries with more than urlmaxqueryparams parameters in net/http/httputil"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4971", "name": "stdlib: GO-2026-4971", "shortDescription": {"text": "stdlib: GO-2026-4971"}, "fullDescription": {"text": "Panic in Dial and LookupPort when handling NUL byte on Windows in net"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4947", "name": "stdlib: GO-2026-4947", "shortDescription": {"text": "stdlib: GO-2026-4947"}, "fullDescription": {"text": "Unexpected work during chain building in crypto/x509"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4946", "name": "stdlib: GO-2026-4946", "shortDescription": {"text": "stdlib: GO-2026-4946"}, "fullDescription": {"text": "Inefficient policy validation in crypto/x509"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4918", "name": "stdlib: GO-2026-4918", "shortDescription": {"text": "stdlib: GO-2026-4918"}, "fullDescription": {"text": "Infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE in net/http/internal/http2 in golang.org/x/net"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4870", "name": "stdlib: GO-2026-4870", "shortDescription": {"text": "stdlib: GO-2026-4870"}, "fullDescription": {"text": "Unauthenticated TLS 1.3 KeyUpdate record can cause persistent connection retention and DoS in crypto/tls"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4869", "name": "stdlib: GO-2026-4869", "shortDescription": {"text": "stdlib: GO-2026-4869"}, "fullDescription": {"text": "Unbounded allocation for old GNU sparse in archive/tar"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4865", "name": "stdlib: GO-2026-4865", "shortDescription": {"text": "stdlib: GO-2026-4865"}, "fullDescription": {"text": "JsBraceDepth Context Tracking Bugs (XSS) in html/template"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4864", "name": "stdlib: GO-2026-4864", "shortDescription": {"text": "stdlib: GO-2026-4864"}, "fullDescription": {"text": "TOCTOU permits root escape on Linux via Root.Chmod in os in internal/syscall/unix"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4603", "name": "stdlib: GO-2026-4603", "shortDescription": {"text": "stdlib: GO-2026-4603"}, "fullDescription": {"text": "URLs in meta content attribute actions are not escaped in html/template"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4602", "name": "stdlib: GO-2026-4602", "shortDescription": {"text": "stdlib: GO-2026-4602"}, "fullDescription": {"text": "FileInfo can escape from a Root in os"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4601", "name": "stdlib: GO-2026-4601", "shortDescription": {"text": "stdlib: GO-2026-4601"}, "fullDescription": {"text": "Incorrect parsing of IPv6 host literals in net/url"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4342", "name": "stdlib: GO-2026-4342", "shortDescription": {"text": "stdlib: GO-2026-4342"}, "fullDescription": {"text": "Excessive CPU consumption when building archive index in archive/zip"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4341", "name": "stdlib: GO-2026-4341", "shortDescription": {"text": "stdlib: GO-2026-4341"}, "fullDescription": {"text": "Memory exhaustion in query parameter parsing in net/url"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4340", "name": "stdlib: GO-2026-4340", "shortDescription": {"text": "stdlib: GO-2026-4340"}, "fullDescription": {"text": "Handshake messages may be processed at the incorrect encryption level in crypto/tls"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2026-4337", "name": "stdlib: GO-2026-4337", "shortDescription": {"text": "stdlib: GO-2026-4337"}, "fullDescription": {"text": "Unexpected session resumption in crypto/tls"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2025-4175", "name": "stdlib: GO-2025-4175", "shortDescription": {"text": "stdlib: GO-2025-4175"}, "fullDescription": {"text": "Improper application of excluded DNS name constraints when verifying wildcard names in crypto/x509"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2025-4155", "name": "stdlib: GO-2025-4155", "shortDescription": {"text": "stdlib: GO-2025-4155"}, "fullDescription": {"text": "Excessive resource consumption when printing error string for host certificate validation in crypto/x509"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2025-4015", "name": "stdlib: GO-2025-4015", "shortDescription": {"text": "stdlib: GO-2025-4015"}, "fullDescription": {"text": "Excessive CPU consumption in Reader.ReadResponse in net/textproto"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2025-4014", "name": "stdlib: GO-2025-4014", "shortDescription": {"text": "stdlib: GO-2025-4014"}, "fullDescription": {"text": "Unbounded allocation when parsing GNU sparse map in archive/tar"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2025-4013", "name": "stdlib: GO-2025-4013", "shortDescription": {"text": "stdlib: GO-2025-4013"}, "fullDescription": {"text": "Panic when validating certificates with DSA public keys in crypto/x509"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2025-4012", "name": "stdlib: GO-2025-4012", "shortDescription": {"text": "stdlib: GO-2025-4012"}, "fullDescription": {"text": "Lack of limit when parsing cookies can cause memory exhaustion in net/http"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2025-4011", "name": "stdlib: GO-2025-4011", "shortDescription": {"text": "stdlib: GO-2025-4011"}, "fullDescription": {"text": "Parsing DER payload can cause memory exhaustion in encoding/asn1"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2025-4010", "name": "stdlib: GO-2025-4010", "shortDescription": {"text": "stdlib: GO-2025-4010"}, "fullDescription": {"text": "Insufficient validation of bracketed IPv6 hostnames in net/url"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2025-4009", "name": "stdlib: GO-2025-4009", "shortDescription": {"text": "stdlib: GO-2025-4009"}, "fullDescription": {"text": "Quadratic complexity when parsing some invalid inputs in encoding/pem"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2025-4008", "name": "stdlib: GO-2025-4008", "shortDescription": {"text": "stdlib: GO-2025-4008"}, "fullDescription": {"text": "ALPN negotiation error contains attacker controlled information in crypto/tls"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2025-4007", "name": "stdlib: GO-2025-4007", "shortDescription": {"text": "stdlib: GO-2025-4007"}, "fullDescription": {"text": "Quadratic complexity when checking name constraints in crypto/x509"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2025-4006", "name": "stdlib: GO-2025-4006", "shortDescription": {"text": "stdlib: GO-2025-4006"}, "fullDescription": {"text": "Excessive CPU consumption in ParseAddress in net/mail"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GO-2025-3955", "name": "stdlib: GO-2025-3955", "shortDescription": {"text": "stdlib: GO-2025-3955"}, "fullDescription": {"text": "CrossOriginProtection insecure bypass patterns not limited to exact matches in net/http"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "SEC040", "name": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data: Setting .innerHTML with a template literal that int", "shortDescription": {"text": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data: Setting .innerHTML with a template literal that interpolates server-supplied or user-supplied data is the canonical stored/reflected XSS vector. The browser parses the HTM"}, "fullDescription": {"text": "For plain text: use el.textContent = data.value (auto-escapes).\nFor HTML you need to render: el.innerHTML = DOMPurify.sanitize(html).\nFor React/Vue/Svelte: stop using innerHTML; use the framework's binding.\nWhen data comes from CV/PDF parsers, sanitize at the parser boundary too."}, "properties": {"scanner": "repobility-threat-engine", "category": "xss", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC093", "name": "[SEC093] Go: exec.Command with non-literal: exec.Command(<var>) \u2014 variable command name allows command injection. Ported", "shortDescription": {"text": "[SEC093] Go: exec.Command with non-literal: exec.Command(<var>) \u2014 variable command name allows command injection. Ported from gosec G204 (Apache-2.0)."}, "fullDescription": {"text": "Use a constant command name and validate args via a whitelist."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED004", "name": "[MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums).", "shortDescription": {"text": "[MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums)."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-327 / A02:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC085", "name": "[SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived input enables command injection. ", "shortDescription": {"text": "[SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived input enables command injection. Ported from eslint-plugin-security detect-child-process (Apache-2.0)."}, "fullDescription": {"text": "Use execFile / spawn with separate args array; never pass shell strings."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC005", "name": "[SEC005] Command Injection Risk: Unsafe shell execution or eval of user input.", "shortDescription": {"text": "[SEC005] Command Injection Risk: Unsafe shell execution or eval of user input."}, "fullDescription": {"text": "Use subprocess with shell=False and a list of args. Never eval user input."}, "properties": {"scanner": "repobility-threat-engine", "category": "injection", "severity": "high", "confidence": 0.8, "cwe": "", "owasp": ""}}, {"id": "MINED115", "name": "Action `goreleaser/goreleaser-action` pinned to mutable ref `@v6`", "shortDescription": {"text": "Action `goreleaser/goreleaser-action` pinned to mutable ref `@v6`"}, "fullDescription": {"text": "`uses: goreleaser/goreleaser-action@v6` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "high", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "jwt", "name": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data.", "shortDescription": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "fullDescription": {"text": "Gitleaks detected a committed secret or credential pattern."}, "properties": {"scanner": "gitleaks", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "cwe": "", "owasp": ""}}, {"id": "generic-api-key", "name": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations.", "shortDescription": {"text": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations."}, "fullDescription": {"text": "Gitleaks detected a committed secret or credential pattern."}, "properties": {"scanner": "gitleaks", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "cwe": "", "owasp": ""}}]}}, "automationDetails": {"id": "repobility/895"}, "properties": {"repository": "pocketbase/pocketbase", "repoUrl": "https://github.com/pocketbase/pocketbase", "branch": "master"}, "results": [{"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 83322, "scanner": "repobility-journey-contract", "fingerprint": "797bf69b304bfe41ad80a70b3f9a53d1bca3767138c5674a0d9f1080bd80242a", "category": "auth", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Storage API call references token-like key or value names.", "evidence": {"rule_id": "JRN002", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|ui/src/pb.js|171|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/pb.js"}, "region": {"startLine": 171}}}]}, {"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 83321, "scanner": "repobility-journey-contract", "fingerprint": "845e1191358243055068360560a69a8be6051975e17eade9d208b14df4e73dfd", "category": "auth", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Storage API call references token-like key or value names.", "evidence": {"rule_id": "JRN002", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|ui/src/pb.js|149|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/pb.js"}, "region": {"startLine": 149}}}]}, {"ruleId": "SEC041", "level": "warning", "message": {"text": "[SEC041] Tabnabbing \u2014 target=\"_blank\" without rel=\"noopener noreferrer\": <a target=\"_blank\"> without rel=\"noopener noreferrer\" leaks window.opener to the opened page. The opened page can then run window.opener.location = 'phishing-site' and the parent tab quietly navigates to attacker-controlled content (reverse tabnabbing). OWASP-classic; modern browsers default rel='noopener' for new windows but explicit attribute is still required for compatibility."}, "properties": {"repobilityId": 82960, "scanner": "repobility-threat-engine", "fingerprint": "c61226b84eb0bb612f98a5ac2ba65a157d19e1c313dfa8ff9339a5d26de1a61d", "category": "security", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "window.open(`#/collections?collection=${collection.name}`, \"_blank\", \"noreferrer,noopener\")", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC041", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|security|token|218|sec041"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/collections/collectionsSidebar.js"}, "region": {"startLine": 218}}}]}, {"ruleId": "SEC041", "level": "warning", "message": {"text": "[SEC041] Tabnabbing \u2014 target=\"_blank\" without rel=\"noopener noreferrer\": <a target=\"_blank\"> without rel=\"noopener noreferrer\" leaks window.opener to the opened page. The opened page can then run window.opener.location = 'phishing-site' and the parent tab quietly navigates to attacker-controlled content (reverse tabnabbing). OWASP-classic; modern browsers default rel='noopener' for new windows but explicit attribute is still required for compatibility."}, "properties": {"repobilityId": 82959, "scanner": "repobility-threat-engine", "fingerprint": "0bbcf36fa1711cb6bd89cd8b0759e17994cd43aee9b01eb6007f7486f583b5b4", "category": "security", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "window.open(url, \"_blank\")", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC041", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|security|token|110|sec041"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/base/searchHistoryButton.js"}, "region": {"startLine": 110}}}]}, {"ruleId": "SEC041", "level": "warning", "message": {"text": "[SEC041] Tabnabbing \u2014 target=\"_blank\" without rel=\"noopener noreferrer\": <a target=\"_blank\"> without rel=\"noopener noreferrer\" leaks window.opener to the opened page. The opened page can then run window.opener.location = 'phishing-site' and the parent tab quietly navigates to attacker-controlled content (reverse tabnabbing). OWASP-classic; modern browsers default rel='noopener' for new windows but explicit attribute is still required for compatibility."}, "properties": {"repobilityId": 82958, "scanner": "repobility-threat-engine", "fingerprint": "c8e011a507aaaabba3857f1e1ced0020781b4a627c51ed3d0f0bc4401cf19844", "category": "security", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "window.open(url, \"_blank\", \"noreferrer,noopener\")", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC041", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|security|token|64|sec041"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/base/filePreviewModal.js"}, "region": {"startLine": 64}}}]}, {"ruleId": "SEC134", "level": "warning", "message": {"text": "[SEC134] AI scaffold leftover \u2014 Lorem ipsum / example.com / John Doe in code: Lorem ipsum / John Doe / example.com left in non-test code. AI agents emit these as 'reasonable defaults' when they don't know real values; the human then forgets to swap them. In production, these break demo flows, send mail to a real example.com host (it's owned by IANA), and leak that the codebase had an AI scaffolding pass."}, "properties": {"repobilityId": 82957, "scanner": "repobility-threat-engine", "fingerprint": "4f6feb66bab4fa7caea7e6bd72e2c53a952eb1d1ccca6ea9f5945e42c789bf32", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "\"Lorem ipsum dolor sit amet", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC134", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|4f6feb66bab4fa7caea7e6bd72e2c53a952eb1d1ccca6ea9f5945e42c789bf32"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/fields/editor/init.js"}, "region": {"startLine": 17}}}]}, {"ruleId": "SEC134", "level": "warning", "message": {"text": "[SEC134] AI scaffold leftover \u2014 Lorem ipsum / example.com / John Doe in code: Lorem ipsum / John Doe / example.com left in non-test code. AI agents emit these as 'reasonable defaults' when they don't know real values; the human then forgets to swap them. In production, these break demo flows, send mail to a real example.com host (it's owned by IANA), and leak that the codebase had an AI scaffolding pass."}, "properties": {"repobilityId": 82956, "scanner": "repobility-threat-engine", "fingerprint": "f0e775d26aa2248cdc4a712d5ec30c280f7f31a79e0fd2d80bc71bd2e4f26f71", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "\"John Doe\"", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC134", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|f0e775d26aa2248cdc4a712d5ec30c280f7f31a79e0fd2d80bc71bd2e4f26f71"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsAuthWithOAuth2.js"}, "region": {"startLine": 21}}}]}, {"ruleId": "SEC112", "level": "warning", "message": {"text": "[SEC112] Go html/template bypass \u2014 text/template used for HTML output, or template.HTML on user input: Go's `text/template` does no HTML escaping. `template.HTML(x)` marks data as already-safe. Using either with user input = XSS."}, "properties": {"repobilityId": 82940, "scanner": "repobility-threat-engine", "fingerprint": "c45f88209daf02673bcf975879ad73ab04b9476cb3ad7c681e3ed48ff6d1f0de", "category": "xss", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "template.HTML(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC112", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|c45f88209daf02673bcf975879ad73ab04b9476cb3ad7c681e3ed48ff6d1f0de"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/template/registry.go"}, "region": {"startLine": 43}}}]}, {"ruleId": "SEC112", "level": "warning", "message": {"text": "[SEC112] Go html/template bypass \u2014 text/template used for HTML output, or template.HTML on user input: Go's `text/template` does no HTML escaping. `template.HTML(x)` marks data as already-safe. Using either with user input = XSS."}, "properties": {"repobilityId": 82939, "scanner": "repobility-threat-engine", "fingerprint": "48c6f9c7230c6d3633a58be19af86a6285ae098fa032c2af23ce42befba16953", "category": "xss", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "template.HTML(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC112", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|48c6f9c7230c6d3633a58be19af86a6285ae098fa032c2af23ce42befba16953"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "mails/record.go"}, "region": {"startLine": 294}}}]}, {"ruleId": "SEC045", "level": "warning", "message": {"text": "[SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data \u2014 even admin-stored data \u2014 is a lateral-movement vector after any one credential compromise. Sandboxes (__builtins__ cleared) are escapable: attackers use object introspection (().__class__.__mro__[-1].__subclasses__()) to reach os.system. CWE-95 (eval injection)."}, "properties": {"repobilityId": 82936, "scanner": "repobility-threat-engine", "fingerprint": "a7170d78f140918e34734b58b3c534bfd2403f10dbe978ded90c4ac4567a46dd", "category": "injection", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "Exec(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC045", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|injection|tools/search/provider.go|229|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/search/provider.go"}, "region": {"startLine": 229}}}]}, {"ruleId": "SEC045", "level": "warning", "message": {"text": "[SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data \u2014 even admin-stored data \u2014 is a lateral-movement vector after any one credential compromise. Sandboxes (__builtins__ cleared) are escapable: attackers use object introspection (().__class__.__mro__[-1].__subclasses__()) to reach os.system. CWE-95 (eval injection)."}, "properties": {"repobilityId": 82935, "scanner": "repobility-threat-engine", "fingerprint": "0ecb8022b228e2a51328112f22aeaf7964e5c6b8dcb707b7bd96fe84a282e325", "category": "injection", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": ".Exec(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC045", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|injection|core/syscall.go|9|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/syscall.go"}, "region": {"startLine": 9}}}]}, {"ruleId": "SEC091", "level": "warning", "message": {"text": "[SEC091] Go: net/http server without timeouts: HTTP server without ReadHeaderTimeout/ReadTimeout/WriteTimeout is vulnerable to Slowloris. Ported from gosec G112 + G114 (Apache-2.0)."}, "properties": {"repobilityId": 82926, "scanner": "repobility-threat-engine", "fingerprint": "a8b78e27cda7c11de5bbead6f6dcef40716af13ac4b61229759d68c049cc1269", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "http.ListenAndServe(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC091", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|a8b78e27cda7c11de5bbead6f6dcef40716af13ac4b61229759d68c049cc1269"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/serve.go"}, "region": {"startLine": 300}}}]}, {"ruleId": "AIC001", "level": "warning", "message": {"text": "Parallel implementation file sits beside a canonical file"}, "properties": {"repobilityId": 82860, "scanner": "repobility-ai-code-hygiene", "fingerprint": "8d55c78e22c871924c08d471903c5f443827c4df65e450b5ed2d769567b34bfd", "category": "quality", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Source filename has a patch-style suffix and a same-directory canonical sibling exists.", "evidence": {"suffix": "backup", "rule_id": "AIC001", "scanner": "repobility-ai-code-hygiene", "references": ["https://arxiv.org/abs/2601.15195", "https://knip.dev/"], "canonical_file": "core/base.go", "correlation_key": "fp|8d55c78e22c871924c08d471903c5f443827c4df65e450b5ed2d769567b34bfd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/base_backup.go"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-q7pp-wcgr-pffx", "level": "note", "message": {"text": "github.com/disintegration/imaging: GHSA-q7pp-wcgr-pffx"}, "properties": {"repobilityId": 83283, "scanner": "osv-scanner", "fingerprint": "829e7f8129a1c711c33038fc9be58fb66d78b6c2cb915948786293574bc17ce5", "category": "dependency", "severity": "low", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2023-36308"], "package": "github.com/disintegration/imaging", "rule_id": "GHSA-q7pp-wcgr-pffx", "scanner": "osv-scanner", "correlation_key": "vuln|token|CVE-2023-36308|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "SEC132", "level": "note", "message": {"text": "[SEC132] String concat where the language has interpolation (AI style drift): String built by concatenation where the language has cleaner interpolation (Python f-strings since 3.6, JS template literals since ES6). Not a vulnerability on its own, but a style signature of cross-language AI rewrites \u2014 the model wrote idiomatic Java/C# and then translated mechanically. When this style appears in only *some* files of a repo, it's a strong indicator of an AI-driven rewrite that needs a human review p"}, "properties": {"repobilityId": 82925, "scanner": "repobility-threat-engine", "fingerprint": "01d450314f4938e885b2a619be326c4511fbfa632e07ea781f6cc140ad2e240b", "category": "quality", "severity": "low", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "\"Verify your \" + EmailPlaceholderAppName + \" email\"", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC132", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|01d450314f4938e885b2a619be326c4511fbfa632e07ea781f6cc140ad2e240b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/collection_model_auth_templates.go"}, "region": {"startLine": 14}}}]}, {"ruleId": "SEC132", "level": "note", "message": {"text": "[SEC132] String concat where the language has interpolation (AI style drift): String built by concatenation where the language has cleaner interpolation (Python f-strings since 3.6, JS template literals since ES6). Not a vulnerability on its own, but a style signature of cross-language AI rewrites \u2014 the model wrote idiomatic Java/C# and then translated mechanically. When this style appears in only *some* files of a repo, it's a strong indicator of an AI-driven rewrite that needs a human review p"}, "properties": {"repobilityId": 82924, "scanner": "repobility-threat-engine", "fingerprint": "ea49e2b67ad84b0828f2f10dcc32bb2554087cbe88c88ef7e44e754d2dcef0e8", "category": "quality", "severity": "low", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "\"missing \" + field + \" unique index constraint\"", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC132", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|ea49e2b67ad84b0828f2f10dcc32bb2554087cbe88c88ef7e44e754d2dcef0e8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_with_password.go"}, "region": {"startLine": 145}}}]}, {"ruleId": "ERR003", "level": "note", "message": {"text": "[ERR003] Ignored Error (Go): Ignoring error return values."}, "properties": {"repobilityId": 82914, "scanner": "repobility-threat-engine", "fingerprint": "861abb84a10b64c7fe213648c56cf1c447dce95431ed119a96ee85d65c2ea591", "category": "error_handling", "severity": "low", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "_ = http.NewResponseController(", "reason": "Pattern matched with no mitigating context found", "rule_id": "ERR003", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|861abb84a10b64c7fe213648c56cf1c447dce95431ed119a96ee85d65c2ea591"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_gzip.go"}, "region": {"startLine": 203}}}]}, {"ruleId": "ERR003", "level": "note", "message": {"text": "[ERR003] Ignored Error (Go): Ignoring error return values."}, "properties": {"repobilityId": 82913, "scanner": "repobility-threat-engine", "fingerprint": "c17a74ae82cce38b96a0ea89804c8c03a120b544edbc2b178274f8b2d7edbfed", "category": "error_handling", "severity": "low", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "_ = osutils.LaunchURL(", "reason": "Pattern matched with no mitigating context found", "rule_id": "ERR003", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|c17a74ae82cce38b96a0ea89804c8c03a120b544edbc2b178274f8b2d7edbfed"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/installer.go"}, "region": {"startLine": 38}}}]}, {"ruleId": "ERR003", "level": "note", "message": {"text": "[ERR003] Ignored Error (Go): Ignoring error return values."}, "properties": {"repobilityId": 82912, "scanner": "repobility-threat-engine", "fingerprint": "b0e212b9131da2d6dc0e596cf0b0f8d8d06f5c37aa0f7dea63a15709ec382516", "category": "error_handling", "severity": "low", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "_ = buf.WriteString(", "reason": "Pattern matched with no mitigating context found", "rule_id": "ERR003", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|b0e212b9131da2d6dc0e596cf0b0f8d8d06f5c37aa0f7dea63a15709ec382516"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/extensions.go"}, "region": {"startLine": 85}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `dprint` is minor version(s) behind (0.52.0 -> 0.54.0)"}, "properties": {"repobilityId": 82895, "scanner": "repobility-dependency-currency", "fingerprint": "beae2e009a605a44f6af7b7d20170f6830bc9e1f5ae57f709bffbbae60cde70d", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "dprint", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "0.54.0", "correlation_key": "fp|beae2e009a605a44f6af7b7d20170f6830bc9e1f5ae57f709bffbbae60cde70d", "current_version": "0.52.0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82890, "scanner": "repobility-ai-code-hygiene", "fingerprint": "2098b93bd96cd23a4d1764778ea01cf963175054fc59f65911bdfcc394f0dc37", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "ui/src/apiPreview/docsAuthWithOAuth2.js", "duplicate_line": 136, "correlation_key": "fp|2098b93bd96cd23a4d1764778ea01cf963175054fc59f65911bdfcc394f0dc37"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsEmailChange.js"}, "region": {"startLine": 160}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82889, "scanner": "repobility-ai-code-hygiene", "fingerprint": "4e68b21f62b616adb4bd906bd392348d7843a55289752238af7f70e1f0605832", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "ui/src/apiPreview/docsAuthWithOTP.js", "duplicate_line": 98, "correlation_key": "fp|4e68b21f62b616adb4bd906bd392348d7843a55289752238af7f70e1f0605832"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsEmailChange.js"}, "region": {"startLine": 91}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82888, "scanner": "repobility-ai-code-hygiene", "fingerprint": "9600b289c38ed96133c551223e32b57d06448973106fe2b990385e266be247d7", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "ui/src/apiPreview/docsBatch.js", "duplicate_line": 132, "correlation_key": "fp|9600b289c38ed96133c551223e32b57d06448973106fe2b990385e266be247d7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsEmailChange.js"}, "region": {"startLine": 73}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82887, "scanner": "repobility-ai-code-hygiene", "fingerprint": "b1c1a3a295303768288eac29272fcff158cb8bb4fa8003b40f1ab8fe0918417a", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "ui/src/apiPreview/docsAuthRefresh.js", "duplicate_line": 63, "correlation_key": "fp|b1c1a3a295303768288eac29272fcff158cb8bb4fa8003b40f1ab8fe0918417a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsEmailChange.js"}, "region": {"startLine": 19}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82886, "scanner": "repobility-ai-code-hygiene", "fingerprint": "8832d18de5ba9096962dc42e8ad895a70a83fe807803caea3adf9cc73b9b4bfc", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "ui/src/apiPreview/docsAuthRefresh.js", "duplicate_line": 79, "correlation_key": "fp|8832d18de5ba9096962dc42e8ad895a70a83fe807803caea3adf9cc73b9b4bfc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsDelete.js"}, "region": {"startLine": 57}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82885, "scanner": "repobility-ai-code-hygiene", "fingerprint": "e0d9463dae990654531657035e28ed04bd9f207047ca70da03b99fab413a5b0d", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "ui/src/apiPreview/docsAuthWithPassword.js", "duplicate_line": 186, "correlation_key": "fp|e0d9463dae990654531657035e28ed04bd9f207047ca70da03b99fab413a5b0d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsCreate.js"}, "region": {"startLine": 319}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82884, "scanner": "repobility-ai-code-hygiene", "fingerprint": "89514d30a461df6beee54505b24a80d86538cf8ecf313b746bcc41515c135717", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "ui/src/apiPreview/docsBatch.js", "duplicate_line": 132, "correlation_key": "fp|89514d30a461df6beee54505b24a80d86538cf8ecf313b746bcc41515c135717"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsCreate.js"}, "region": {"startLine": 120}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82883, "scanner": "repobility-ai-code-hygiene", "fingerprint": "2addd6bab47b9816376a2ca4b5aac13b5a9a4f04621f81af9de02c25d6bb4c56", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "ui/src/apiPreview/docsAuthRefresh.js", "duplicate_line": 63, "correlation_key": "fp|2addd6bab47b9816376a2ca4b5aac13b5a9a4f04621f81af9de02c25d6bb4c56"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsCreate.js"}, "region": {"startLine": 76}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82882, "scanner": "repobility-ai-code-hygiene", "fingerprint": "ab630271325df8882b597858e0b3afa2673a9a74c3585f28c9695d60121c34d3", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "ui/src/apiPreview/docsAuthWithOAuth2.js", "duplicate_line": 63, "correlation_key": "fp|ab630271325df8882b597858e0b3afa2673a9a74c3585f28c9695d60121c34d3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsCreate.js"}, "region": {"startLine": 74}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82881, "scanner": "repobility-ai-code-hygiene", "fingerprint": "495068d1e3b04f384192a8a23659eb6d791327599ed38a6329133d4321d02ba8", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "ui/src/apiPreview/docsAuthRefresh.js", "duplicate_line": 63, "correlation_key": "fp|495068d1e3b04f384192a8a23659eb6d791327599ed38a6329133d4321d02ba8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsBatch.js"}, "region": {"startLine": 84}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82880, "scanner": "repobility-ai-code-hygiene", "fingerprint": "e50ef3bce8b33b66736f8c30011d031dae5b3b78558140f7be67bd9cc9d53ea1", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "ui/src/apiPreview/docsAuthWithOAuth2.js", "duplicate_line": 64, "correlation_key": "fp|e50ef3bce8b33b66736f8c30011d031dae5b3b78558140f7be67bd9cc9d53ea1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsAuthWithPassword.js"}, "region": {"startLine": 52}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82879, "scanner": "repobility-ai-code-hygiene", "fingerprint": "ddb85d532af0cfd2cc8d707a9d4a798d75f71153a3a5abc5160317594b7c364c", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "ui/src/apiPreview/docsAuthWithOTP.js", "duplicate_line": 195, "correlation_key": "fp|ddb85d532af0cfd2cc8d707a9d4a798d75f71153a3a5abc5160317594b7c364c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsAuthWithPassword.js"}, "region": {"startLine": 15}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82878, "scanner": "repobility-ai-code-hygiene", "fingerprint": "dec3499af387737012b5d4156f4ca930bdbbed54e48611422b5067dbded7cfde", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "ui/src/apiPreview/docsAuthRefresh.js", "duplicate_line": 5, "correlation_key": "fp|dec3499af387737012b5d4156f4ca930bdbbed54e48611422b5067dbded7cfde"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsAuthWithPassword.js"}, "region": {"startLine": 9}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82877, "scanner": "repobility-ai-code-hygiene", "fingerprint": "d73e10f8bad574cd621f5681ced338ac57e7625af4edfcc691b8728dd1767b19", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "ui/src/apiPreview/docsAuthWithOAuth2.js", "duplicate_line": 78, "correlation_key": "fp|d73e10f8bad574cd621f5681ced338ac57e7625af4edfcc691b8728dd1767b19"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsAuthWithOTP.js"}, "region": {"startLine": 44}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82876, "scanner": "repobility-ai-code-hygiene", "fingerprint": "3f115bae1e2e3c03f501a66c0e4b524c3453ea9b954820554bc6c80652a0bc80", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "ui/src/apiPreview/docsAuthRefresh.js", "duplicate_line": 63, "correlation_key": "fp|3f115bae1e2e3c03f501a66c0e4b524c3453ea9b954820554bc6c80652a0bc80"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsAuthWithOTP.js"}, "region": {"startLine": 27}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82875, "scanner": "repobility-ai-code-hygiene", "fingerprint": "63068c1c87d2fa82ee0e05acae6fcbeeb05cc5a324b24833ce15f6ffaa06853f", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "ui/src/apiPreview/docsAuthRefresh.js", "duplicate_line": 4, "correlation_key": "fp|63068c1c87d2fa82ee0e05acae6fcbeeb05cc5a324b24833ce15f6ffaa06853f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsAuthWithOAuth2.js"}, "region": {"startLine": 4}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82874, "scanner": "repobility-ai-code-hygiene", "fingerprint": "ef4c59ed8987b6ad784c8f2472818a1ed39ea9cb77fb70d49cf8e63329d30769", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "tools/filesystem/internal/s3blob/s3/get_object.go", "duplicate_line": 13, "correlation_key": "fp|ef4c59ed8987b6ad784c8f2472818a1ed39ea9cb77fb70d49cf8e63329d30769"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/filesystem/internal/s3blob/s3/head_object.go"}, "region": {"startLine": 34}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82873, "scanner": "repobility-ai-code-hygiene", "fingerprint": "7885587645b710810ee9dd8c83fc4c693d68e9a8c613e45b32aa35d85ac4dc82", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "tools/auth/apple.go", "duplicate_line": 51, "correlation_key": "fp|7885587645b710810ee9dd8c83fc4c693d68e9a8c613e45b32aa35d85ac4dc82"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/auth/spotify.go"}, "region": {"startLine": 47}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82872, "scanner": "repobility-ai-code-hygiene", "fingerprint": "9ba0fe7bf541658d40b15c7241bfee528763c7fab4c47cb353d46c866e238690", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "tools/auth/patreon.go", "duplicate_line": 31, "correlation_key": "fp|9ba0fe7bf541658d40b15c7241bfee528763c7fab4c47cb353d46c866e238690"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/auth/planningcenter.go"}, "region": {"startLine": 31}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82871, "scanner": "repobility-ai-code-hygiene", "fingerprint": "6578f0b147134cfd187b5742c5af1f30f482cbf1dab2903dc58263a5781a5556", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "tools/auth/gitea.go", "duplicate_line": 73, "correlation_key": "fp|6578f0b147134cfd187b5742c5af1f30f482cbf1dab2903dc58263a5781a5556"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/auth/github.go"}, "region": {"startLine": 68}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82870, "scanner": "repobility-ai-code-hygiene", "fingerprint": "168f8a0480ef901b8d9833fb59f14964ea4a747776f67c6a4902f955e559d079", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "tools/auth/gitee.go", "duplicate_line": 45, "correlation_key": "fp|168f8a0480ef901b8d9833fb59f14964ea4a747776f67c6a4902f955e559d079"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/auth/github.go"}, "region": {"startLine": 44}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82869, "scanner": "repobility-ai-code-hygiene", "fingerprint": "688cf9b538009086848248dd0898cce2f354e43546fb2524de9512696da9c57a", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "tools/auth/gitea.go", "duplicate_line": 75, "correlation_key": "fp|688cf9b538009086848248dd0898cce2f354e43546fb2524de9512696da9c57a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/auth/gitee.go"}, "region": {"startLine": 75}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82868, "scanner": "repobility-ai-code-hygiene", "fingerprint": "876b26d22bb00028dd586d569873844b0b677f8c606f8b98d3b8c6c058f2578e", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "core/mfa_query.go", "duplicate_line": 72, "correlation_key": "fp|876b26d22bb00028dd586d569873844b0b677f8c606f8b98d3b8c6c058f2578e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/otp_query.go"}, "region": {"startLine": 72}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82867, "scanner": "repobility-ai-code-hygiene", "fingerprint": "6b0d57b919b1b95bd81ba54b8ab746039839a4950a4ad1c4676fe26f4e673a88", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "core/auth_origin_query.go", "duplicate_line": 59, "correlation_key": "fp|6b0d57b919b1b95bd81ba54b8ab746039839a4950a4ad1c4676fe26f4e673a88"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/otp_query.go"}, "region": {"startLine": 46}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82866, "scanner": "repobility-ai-code-hygiene", "fingerprint": "a921963098e5975eb0f08390908a3b08c413b268a74ed297e1c67ca61cdc6d97", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "core/auth_origin_query.go", "duplicate_line": 59, "correlation_key": "fp|a921963098e5975eb0f08390908a3b08c413b268a74ed297e1c67ca61cdc6d97"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/mfa_query.go"}, "region": {"startLine": 46}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82865, "scanner": "repobility-ai-code-hygiene", "fingerprint": "cffa4623f39e4e6c5d4f676447f8bd9bd0501a67227826a2763b9eec907fea5c", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "core/field_email.go", "duplicate_line": 63, "correlation_key": "fp|cffa4623f39e4e6c5d4f676447f8bd9bd0501a67227826a2763b9eec907fea5c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/field_url.go"}, "region": {"startLine": 63}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82864, "scanner": "repobility-ai-code-hygiene", "fingerprint": "90d9728720bf327bb6e2b86f17052fe99c2dd7b05c20f8bbedcc92bdd581638e", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "core/field_file.go", "duplicate_line": 426, "correlation_key": "fp|90d9728720bf327bb6e2b86f17052fe99c2dd7b05c20f8bbedcc92bdd581638e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/field_select.go"}, "region": {"startLine": 127}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82863, "scanner": "repobility-ai-code-hygiene", "fingerprint": "775f4e6618e6e7a079660427f4e3ab8115fc11ecdfe74d98c32daf79b9cf4e53", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "core/field_file.go", "duplicate_line": 426, "correlation_key": "fp|775f4e6618e6e7a079660427f4e3ab8115fc11ecdfe74d98c32daf79b9cf4e53"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/field_relation.go"}, "region": {"startLine": 176}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82862, "scanner": "repobility-ai-code-hygiene", "fingerprint": "f90df9be765232f729a1ec3a3d54d3fa6bf489978d0fdf433e2e311f70523e95", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "core/auth_origin_query.go", "duplicate_line": 59, "correlation_key": "fp|f90df9be765232f729a1ec3a3d54d3fa6bf489978d0fdf433e2e311f70523e95"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/external_auth_query.go"}, "region": {"startLine": 46}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 82861, "scanner": "repobility-ai-code-hygiene", "fingerprint": "2433843684a73eb88e4cf32d61554095c997a12c8a7f9985bda7a85bd7e560ff", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "apis/record_auth_password_reset_request.go", "duplicate_line": 1, "correlation_key": "fp|2433843684a73eb88e4cf32d61554095c997a12c8a7f9985bda7a85bd7e560ff"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_verification_request.go"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED099", "level": "none", "message": {"text": "[MINED099] Hardcoded Secret: API key, AWS access key, GitHub token, Slack token, OpenAI key, or private key embedded directly in source. AI assistants frequently leak demo credentials."}, "properties": {"repobilityId": 82962, "scanner": "repobility-threat-engine", "fingerprint": "6b95f0e8fe2fb437280db8fe0bc9f55d4c0027939b0cdf5f494e467c23968627", "category": "quality", "severity": "info", "confidence": 0.1, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Safe pattern 'placeholder' detected on same line", "evidence": {"mined": true, "mining": {"slug": "hardcoded-secret", "owasp": "A07:2021", "cwe_ids": ["CWE-798"], "languages": [], "precision": 1.0, "promoted_at": "2026-05-18T15:01:13.611213+00:00", "triaged_in_corpus": 8, "observations_count": 88419, "ai_coder_pattern_id": 9}, "scanner": "repobility-threat-engine", "correlation_key": "fp|6b95f0e8fe2fb437280db8fe0bc9f55d4c0027939b0cdf5f494e467c23968627"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/collections/oauth2/appleOptions.js"}, "region": {"startLine": 201}}}]}, {"ruleId": "SEC041", "level": "none", "message": {"text": "[SEC041] Tabnabbing \u2014 target=\"_blank\" without rel=\"noopener noreferrer\" (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "properties": {"repobilityId": 82961, "scanner": "repobility-threat-engine", "fingerprint": "445e143bfb9fa42d815d6c9ae398165a70589a79a844fb4f61e3e95a91105bbd", "category": "security", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 1 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 1 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC041", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|445e143bfb9fa42d815d6c9ae398165a70589a79a844fb4f61e3e95a91105bbd"}}}, {"ruleId": "MINED049", "level": "none", "message": {"text": "[MINED049] Print Pii (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "properties": {"repobilityId": 82955, "scanner": "repobility-threat-engine", "fingerprint": "ffe0bb40951d1fe20325d6626515b6b3f5194cef1a3be6e6de11e9645a8d8a72", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 1 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "print-pii", "owasp": "A09:2021", "cwe_ids": ["CWE-532"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348015+00:00", "triaged_in_corpus": 12, "observations_count": 676566, "ai_coder_pattern_id": 26}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|ffe0bb40951d1fe20325d6626515b6b3f5194cef1a3be6e6de11e9645a8d8a72", "aggregated_count": 1}}}, {"ruleId": "MINED049", "level": "none", "message": {"text": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout."}, "properties": {"repobilityId": 82954, "scanner": "repobility-threat-engine", "fingerprint": "3977e8775db3037b177ef3ac98cc98e3b72e46bacf7ee1628819645434146cdc", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "print-pii", "owasp": "A09:2021", "cwe_ids": ["CWE-532"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348015+00:00", "triaged_in_corpus": 12, "observations_count": 676566, "ai_coder_pattern_id": 26}, "scanner": "repobility-threat-engine", "correlation_key": "fp|3977e8775db3037b177ef3ac98cc98e3b72e46bacf7ee1628819645434146cdc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsAuthWithOTP.js"}, "region": {"startLine": 60}}}]}, {"ruleId": "MINED049", "level": "none", "message": {"text": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout."}, "properties": {"repobilityId": 82953, "scanner": "repobility-threat-engine", "fingerprint": "aceb37104dfd559a24880277c1a839385d98b873877132b0c9883c36aba7194c", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "print-pii", "owasp": "A09:2021", "cwe_ids": ["CWE-532"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348015+00:00", "triaged_in_corpus": 12, "observations_count": 676566, "ai_coder_pattern_id": 26}, "scanner": "repobility-threat-engine", "correlation_key": "fp|aceb37104dfd559a24880277c1a839385d98b873877132b0c9883c36aba7194c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsAuthWithOAuth2.js"}, "region": {"startLine": 96}}}]}, {"ruleId": "MINED049", "level": "none", "message": {"text": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout."}, "properties": {"repobilityId": 82952, "scanner": "repobility-threat-engine", "fingerprint": "61625dc894473a8ad6ce59bcc3ae8b561e60fb11d5358f7b66ddabc9e90b9e94", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "print-pii", "owasp": "A09:2021", "cwe_ids": ["CWE-532"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348015+00:00", "triaged_in_corpus": 12, "observations_count": 676566, "ai_coder_pattern_id": 26}, "scanner": "repobility-threat-engine", "correlation_key": "fp|61625dc894473a8ad6ce59bcc3ae8b561e60fb11d5358f7b66ddabc9e90b9e94"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsAuthRefresh.js"}, "region": {"startLine": 87}}}]}, {"ruleId": "SEC020", "level": "none", "message": {"text": "[SEC020] Secret Printed to Logs (and 2 more): Same pattern found in 2 additional files. Review if needed."}, "properties": {"repobilityId": 82951, "scanner": "repobility-threat-engine", "fingerprint": "d438fc2d14c63660d615290dceab2a5421ef5f4c5a8a429a3564895c539fbbc1", "category": "credential_exposure", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 2 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 2 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|d438fc2d14c63660d615290dceab2a5421ef5f4c5a8a429a3564895c539fbbc1"}}}, {"ruleId": "SEC020", "level": "none", "message": {"text": "[SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-bearing value. This is a frequent AI-assisted coding failure: the helper exposes the exact value needed for troubleshooting."}, "properties": {"repobilityId": 82950, "scanner": "repobility-threat-engine", "fingerprint": "5dbce1441a6d43deba62e7787751d8ae6da6d2458be5d1d6121b7d2867086b5a", "category": "credential_exposure", "severity": "info", "confidence": 0.15, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Log message mentions credential-related metadata but does not print a credential-bearing value", "evidence": {"match": "print(pb.authStore.token)", "reason": "Log message mentions credential-related metadata but does not print a credential-bearing value", "rule_id": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.15, "correlation_key": "secret|token|9|print pb.authstore.token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsAuthWithOTP.js"}, "region": {"startLine": 99}}}]}, {"ruleId": "SEC020", "level": "none", "message": {"text": "[SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-bearing value. This is a frequent AI-assisted coding failure: the helper exposes the exact value needed for troubleshooting."}, "properties": {"repobilityId": 82949, "scanner": "repobility-threat-engine", "fingerprint": "fa9802f6738b6b4afa0e2b3476d362cc27d6e768069848be9d6d841da5e0ea98", "category": "credential_exposure", "severity": "info", "confidence": 0.15, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Log message mentions credential-related metadata but does not print a credential-bearing value", "evidence": {"match": "print(pb.authStore.token)", "reason": "Log message mentions credential-related metadata but does not print a credential-bearing value", "rule_id": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.15, "correlation_key": "secret|token|13|print pb.authstore.token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsAuthWithOAuth2.js"}, "region": {"startLine": 136}}}]}, {"ruleId": "SEC020", "level": "none", "message": {"text": "[SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-bearing value. This is a frequent AI-assisted coding failure: the helper exposes the exact value needed for troubleshooting."}, "properties": {"repobilityId": 82948, "scanner": "repobility-threat-engine", "fingerprint": "c186b1c9d316c69151f3b5c3b2a4c14d6cd5b24cc93328c7b16656793f215728", "category": "credential_exposure", "severity": "info", "confidence": 0.15, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Log message mentions credential-related metadata but does not print a credential-bearing value", "evidence": {"match": "print(pb.authStore.token)", "reason": "Log message mentions credential-related metadata but does not print a credential-bearing value", "rule_id": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.15, "correlation_key": "secret|token|11|print pb.authstore.token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsAuthRefresh.js"}, "region": {"startLine": 114}}}]}, {"ruleId": "MINED044", "level": "none", "message": {"text": "[MINED044] Js Console Log Prod (and 19 more): Same pattern found in 19 additional files. Review if needed."}, "properties": {"repobilityId": 82947, "scanner": "repobility-threat-engine", "fingerprint": "92af23c733d01113d9820522ca2cfa5d65ce72571508b92f9b7aad61dd38be34", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 19 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "js-console-log-prod", "owasp": null, "cwe_ids": ["CWE-532"], "languages": ["javascript", "typescript", "tsx", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348003+00:00", "triaged_in_corpus": 10, "observations_count": 1940833, "ai_coder_pattern_id": 102}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|92af23c733d01113d9820522ca2cfa5d65ce72571508b92f9b7aad61dd38be34", "aggregated_count": 19}}}, {"ruleId": "MINED044", "level": "none", "message": {"text": "[MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger or removed."}, "properties": {"repobilityId": 82946, "scanner": "repobility-threat-engine", "fingerprint": "0423577b53eec78c9d16c10bd6ba5424f12b5406068a0bf753a1835230791098", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "js-console-log-prod", "owasp": null, "cwe_ids": ["CWE-532"], "languages": ["javascript", "typescript", "tsx", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348003+00:00", "triaged_in_corpus": 10, "observations_count": 1940833, "ai_coder_pattern_id": 102}, "scanner": "repobility-threat-engine", "correlation_key": "fp|0423577b53eec78c9d16c10bd6ba5424f12b5406068a0bf753a1835230791098"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsAuthWithOAuth2.js"}, "region": {"startLine": 95}}}]}, {"ruleId": "MINED044", "level": "none", "message": {"text": "[MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger or removed."}, "properties": {"repobilityId": 82945, "scanner": "repobility-threat-engine", "fingerprint": "1e12d5a307c4d5adedc1ff5742b8bdf08fddf29ac89f6fc526568c2ffc989eb4", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "js-console-log-prod", "owasp": null, "cwe_ids": ["CWE-532"], "languages": ["javascript", "typescript", "tsx", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348003+00:00", "triaged_in_corpus": 10, "observations_count": 1940833, "ai_coder_pattern_id": 102}, "scanner": "repobility-threat-engine", "correlation_key": "fp|1e12d5a307c4d5adedc1ff5742b8bdf08fddf29ac89f6fc526568c2ffc989eb4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/docsAuthRefresh.js"}, "region": {"startLine": 86}}}]}, {"ruleId": "MINED044", "level": "none", "message": {"text": "[MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger or removed."}, "properties": {"repobilityId": 82944, "scanner": "repobility-threat-engine", "fingerprint": "bef3ad5261c399b6f34002796534b50f660847418cf9b0082f81103324f41a5c", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "js-console-log-prod", "owasp": null, "cwe_ids": ["CWE-532"], "languages": ["javascript", "typescript", "tsx", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348003+00:00", "triaged_in_corpus": 10, "observations_count": 1940833, "ai_coder_pattern_id": 102}, "scanner": "repobility-threat-engine", "correlation_key": "fp|bef3ad5261c399b6f34002796534b50f660847418cf9b0082f81103324f41a5c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/apiPreview/apiPreviewModal.js"}, "region": {"startLine": 22}}}]}, {"ruleId": "SEC001", "level": "none", "message": {"text": "[SEC001] Hardcoded Password: Hardcoded password found in source code."}, "properties": {"repobilityId": 82933, "scanner": "repobility-threat-engine", "fingerprint": "02a1c2c6b3bd1df566719d1154bf336d931bfb28fe91976026095d0bd66bccd3", "category": "credential_exposure", "severity": "info", "confidence": 0.15, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Value looks like a development placeholder, not a live credential", "evidence": {"match": "Password = \"<redacted>\"", "reason": "Value looks like a development placeholder, not a live credential", "rule_id": "SEC001", "scanner": "repobility-threat-engine", "confidence": 0.15, "correlation_key": "secret|core/mfa_model.go|1|password redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/mfa_model.go"}, "region": {"startLine": 14}}}]}, {"ruleId": "SEC001", "level": "none", "message": {"text": "[SEC001] Hardcoded Password: Hardcoded password found in source code."}, "properties": {"repobilityId": 82932, "scanner": "repobility-threat-engine", "fingerprint": "f8b61ebcef63878480616ddca9778c5e0eac0fa746b1f3a19cdcdaff0a6af891", "category": "credential_exposure", "severity": "info", "confidence": 0.15, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Value looks like a development placeholder, not a live credential", "evidence": {"match": "Password = \"<redacted>\"", "reason": "Value looks like a development placeholder, not a live credential", "rule_id": "SEC001", "scanner": "repobility-threat-engine", "confidence": 0.15, "correlation_key": "secret|core/field_password.go|2|password redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/field_password.go"}, "region": {"startLine": 22}}}]}, {"ruleId": "SEC001", "level": "none", "message": {"text": "[SEC001] Hardcoded Password: Hardcoded password found in source code."}, "properties": {"repobilityId": 82931, "scanner": "repobility-threat-engine", "fingerprint": "7f8981e3419321900bd52241cf5bc1f1e366ff2ecbcb5f80df40508dbf7a9961", "category": "credential_exposure", "severity": "info", "confidence": 0.15, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Value looks like a development placeholder, not a live credential", "evidence": {"match": "Password        = \"<redacted>\"", "reason": "Value looks like a development placeholder, not a live credential", "rule_id": "SEC001", "scanner": "repobility-threat-engine", "confidence": 0.15, "correlation_key": "secret|core/field.go|2|password redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/field.go"}, "region": {"startLine": 28}}}]}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https (and 2 more): Same pattern found in 2 additional files. Review if needed."}, "properties": {"repobilityId": 82930, "scanner": "repobility-threat-engine", "fingerprint": "62ff231053d16ded91f5d63a99a8b7f9a8d879f1bee1b23442cfa6701d92f730", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 2 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "http-not-https", "owasp": "A02:2021", "cwe_ids": ["CWE-319"], "precision": 0.917, "promoted_at": "2026-05-18T14:01:32.347999+00:00", "triaged_in_corpus": 12, "observations_count": 4113831, "ai_coder_pattern_id": 15}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|62ff231053d16ded91f5d63a99a8b7f9a8d879f1bee1b23442cfa6701d92f730", "aggregated_count": 2}}}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 82929, "scanner": "repobility-threat-engine", "fingerprint": "505f16f5c6e2f6b5f4721024b0a2f1122791d747b4aae9ed274cfa076881f75c", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "http-not-https", "owasp": "A02:2021", "cwe_ids": ["CWE-319"], "precision": 0.917, "promoted_at": "2026-05-18T14:01:32.347999+00:00", "triaged_in_corpus": 12, "observations_count": 4113831, "ai_coder_pattern_id": 15}, "scanner": "repobility-threat-engine", "correlation_key": "fp|505f16f5c6e2f6b5f4721024b0a2f1122791d747b4aae9ed274cfa076881f75c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "mails/templates/layout.go"}, "region": {"startLine": 4}}}]}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 82928, "scanner": "repobility-threat-engine", "fingerprint": "9099ee9d044399eb48f3874d8d47ad0ab8e585f25826f89b01fb45df6550ed61", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "http-not-https", "owasp": "A02:2021", "cwe_ids": ["CWE-319"], "precision": 0.917, "promoted_at": "2026-05-18T14:01:32.347999+00:00", "triaged_in_corpus": 12, "observations_count": 4113831, "ai_coder_pattern_id": 15}, "scanner": "repobility-threat-engine", "correlation_key": "fp|9099ee9d044399eb48f3874d8d47ad0ab8e585f25826f89b01fb45df6550ed61"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/system_alert.go"}, "region": {"startLine": 13}}}]}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 82927, "scanner": "repobility-threat-engine", "fingerprint": "cbddf0f419da634d0e757071aa7a68aad14641fe0379cd92aff4d5e5932258e4", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "http-not-https", "owasp": "A02:2021", "cwe_ids": ["CWE-319"], "precision": 0.917, "promoted_at": "2026-05-18T14:01:32.347999+00:00", "triaged_in_corpus": 12, "observations_count": 4113831, "ai_coder_pattern_id": 15}, "scanner": "repobility-threat-engine", "correlation_key": "fp|cbddf0f419da634d0e757071aa7a68aad14641fe0379cd92aff4d5e5932258e4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/serve.go"}, "region": {"startLine": 226}}}]}, {"ruleId": "MINED016", "level": "none", "message": {"text": "[MINED016] Go Error Ignored (and 8 more): Same pattern found in 8 additional files. Review if needed."}, "properties": {"repobilityId": 82923, "scanner": "repobility-threat-engine", "fingerprint": "d6f8d5f377e4c3dbd05d51925f647bbfd47b40822b8d5e5bc4fb8c1b1c73b82c", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 8 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "go-error-ignored", "owasp": null, "cwe_ids": ["CWE-754"], "languages": ["go"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347935+00:00", "triaged_in_corpus": 15, "observations_count": 83036, "ai_coder_pattern_id": 107}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|d6f8d5f377e4c3dbd05d51925f647bbfd47b40822b8d5e5bc4fb8c1b1c73b82c", "aggregated_count": 8}}}, {"ruleId": "SEC029", "level": "none", "message": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 13 more): Same pattern found in 13 additional files. Review if needed."}, "properties": {"repobilityId": 82919, "scanner": "repobility-threat-engine", "fingerprint": "67207f5a6f091578506eace9ca6ffadd0a3f381d921b44ecf0b5e41c235e25c5", "category": "ssrf", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 13 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 13 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|67207f5a6f091578506eace9ca6ffadd0a3f381d921b44ecf0b5e41c235e25c5"}}}, {"ruleId": "ERR003", "level": "none", "message": {"text": "[ERR003] Ignored Error (Go) (and 43 more): Same pattern found in 43 additional files. Review if needed."}, "properties": {"repobilityId": 82915, "scanner": "repobility-threat-engine", "fingerprint": "5db5716bf23b49d8b3af0c0e4043f2cd9fd1dd6b268f280d8f942887a06c0928", "category": "error_handling", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 43 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 43 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "ERR003", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|5db5716bf23b49d8b3af0c0e4043f2cd9fd1dd6b268f280d8f942887a06c0928"}}}, {"ruleId": "SEC128", "level": "none", "message": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake) (and 2 more): Same pattern found in 2 additional files. Review if needed."}, "properties": {"repobilityId": 82911, "scanner": "repobility-threat-engine", "fingerprint": "2cd220107759c389357ea1e0b2a749255d62455820f15b6cc9e05e77d2c17c58", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 2 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 2 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|2cd220107759c389357ea1e0b2a749255d62455820f15b6cc9e05e77d2c17c58"}}}, {"ruleId": "MINED071", "level": "none", "message": {"text": "[MINED071] Go Panic Call (and 6 more): Same pattern found in 6 additional files. Review if needed."}, "properties": {"repobilityId": 82907, "scanner": "repobility-threat-engine", "fingerprint": "99b90fbb76eeeb7739d6af5179136dc40c6e14ead47a253dcc15f55e0c3f63e8", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 6 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "go-panic-call", "owasp": null, "cwe_ids": ["CWE-755"], "languages": ["go"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348067+00:00", "triaged_in_corpus": 12, "observations_count": 29174, "ai_coder_pattern_id": 108}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|99b90fbb76eeeb7739d6af5179136dc40c6e14ead47a253dcc15f55e0c3f63e8", "aggregated_count": 6}}}, {"ruleId": "MINED071", "level": "none", "message": {"text": "[MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases."}, "properties": {"repobilityId": 82906, "scanner": "repobility-threat-engine", "fingerprint": "a018588440e2d2d55d1f96d57f6f1e4f94ae7cd383cd04e9d6095547628b2592", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "go-panic-call", "owasp": null, "cwe_ids": ["CWE-755"], "languages": ["go"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348067+00:00", "triaged_in_corpus": 12, "observations_count": 29174, "ai_coder_pattern_id": 108}, "scanner": "repobility-threat-engine", "correlation_key": "fp|a018588440e2d2d55d1f96d57f6f1e4f94ae7cd383cd04e9d6095547628b2592"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/db_connect_nodefaultdriver.go"}, "region": {"startLine": 8}}}]}, {"ruleId": "MINED071", "level": "none", "message": {"text": "[MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases."}, "properties": {"repobilityId": 82905, "scanner": "repobility-threat-engine", "fingerprint": "529af77054368b2d859c4c579d3f0911fcdb7028bba767e7fa749154028e5a43", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "go-panic-call", "owasp": null, "cwe_ids": ["CWE-755"], "languages": ["go"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348067+00:00", "triaged_in_corpus": 12, "observations_count": 29174, "ai_coder_pattern_id": 108}, "scanner": "repobility-threat-engine", "correlation_key": "fp|529af77054368b2d859c4c579d3f0911fcdb7028bba767e7fa749154028e5a43"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_gzip.go"}, "region": {"startLine": 61}}}]}, {"ruleId": "MINED071", "level": "none", "message": {"text": "[MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases."}, "properties": {"repobilityId": 82904, "scanner": "repobility-threat-engine", "fingerprint": "3cd81a7776023fe7c8c2b9c806d1314fbe39bf219310b8c1dd1a6b0e8280c5e9", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "go-panic-call", "owasp": null, "cwe_ids": ["CWE-755"], "languages": ["go"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348067+00:00", "triaged_in_corpus": 12, "observations_count": 29174, "ai_coder_pattern_id": 108}, "scanner": "repobility-threat-engine", "correlation_key": "fp|3cd81a7776023fe7c8c2b9c806d1314fbe39bf219310b8c1dd1a6b0e8280c5e9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/base.go"}, "region": {"startLine": 87}}}]}, {"ruleId": "MINED033", "level": "none", "message": {"text": "[MINED033] Go Recover Without Log (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "properties": {"repobilityId": 82903, "scanner": "repobility-threat-engine", "fingerprint": "fbb07e72cc11e3b4572ea89c723fe2134675efa8683fd803c2aec97628259c34", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 1 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "go-recover-without-log", "owasp": null, "cwe_ids": ["CWE-755"], "languages": ["go"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347975+00:00", "triaged_in_corpus": 15, "observations_count": 3808, "ai_coder_pattern_id": 109}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|fbb07e72cc11e3b4572ea89c723fe2134675efa8683fd803c2aec97628259c34", "aggregated_count": 1}}}, {"ruleId": "MINED060", "level": "none", "message": {"text": "[MINED060] Go Context No Cancel (and 36 more): Same pattern found in 36 additional files. Review if needed."}, "properties": {"repobilityId": 82899, "scanner": "repobility-threat-engine", "fingerprint": "ec31e28db7d3a9d31a27b8077881e914f50e5944a76d6b8726c4f264fd1beda8", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 36 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "go-context-no-cancel", "owasp": null, "cwe_ids": ["CWE-401"], "languages": ["go"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348041+00:00", "triaged_in_corpus": 12, "observations_count": 132905, "ai_coder_pattern_id": 110}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|ec31e28db7d3a9d31a27b8077881e914f50e5944a76d6b8726c4f264fd1beda8", "aggregated_count": 36}}}, {"ruleId": "MINED060", "level": "none", "message": {"text": "[MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks goroutines."}, "properties": {"repobilityId": 82898, "scanner": "repobility-threat-engine", "fingerprint": "f1810e4aa05d7f3f804c226269e94d75e3c4c6747588fa20e67bdaaee286e065", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "go-context-no-cancel", "owasp": null, "cwe_ids": ["CWE-401"], "languages": ["go"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348041+00:00", "triaged_in_corpus": 12, "observations_count": 132905, "ai_coder_pattern_id": 110}, "scanner": "repobility-threat-engine", "correlation_key": "fp|f1810e4aa05d7f3f804c226269e94d75e3c4c6747588fa20e67bdaaee286e065"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/serve.go"}, "region": {"startLine": 142}}}]}, {"ruleId": "MINED060", "level": "none", "message": {"text": "[MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks goroutines."}, "properties": {"repobilityId": 82897, "scanner": "repobility-threat-engine", "fingerprint": "0994d8f7ddf26e7b11d1cdaf90c217eae71a65e62e5b337096bfa8b2598a637c", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "go-context-no-cancel", "owasp": null, "cwe_ids": ["CWE-401"], "languages": ["go"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348041+00:00", "triaged_in_corpus": 12, "observations_count": 132905, "ai_coder_pattern_id": 110}, "scanner": "repobility-threat-engine", "correlation_key": "fp|0994d8f7ddf26e7b11d1cdaf90c217eae71a65e62e5b337096bfa8b2598a637c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_create.go"}, "region": {"startLine": 30}}}]}, {"ruleId": "MINED060", "level": "none", "message": {"text": "[MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks goroutines."}, "properties": {"repobilityId": 82896, "scanner": "repobility-threat-engine", "fingerprint": "74e14f46f44696e7085da0f1455b214344fc5ccc2833cd1d5248ff2085866187", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "go-context-no-cancel", "owasp": null, "cwe_ids": ["CWE-401"], "languages": ["go"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348041+00:00", "triaged_in_corpus": 12, "observations_count": 132905, "ai_coder_pattern_id": 110}, "scanner": "repobility-threat-engine", "correlation_key": "fp|74e14f46f44696e7085da0f1455b214344fc5ccc2833cd1d5248ff2085866187"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup.go"}, "region": {"startLine": 34}}}]}, {"ruleId": "GO-2026-5039", "level": "error", "message": {"text": "stdlib: GO-2026-5039"}, "properties": {"repobilityId": 83320, "scanner": "osv-scanner", "fingerprint": "a83e627c146ec5ae6354a209b08e46b90552fb3a55f244faf312d2b6a843ac55", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-42507", "CVE-2026-42507"], "package": "stdlib", "rule_id": "GO-2026-5039", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-42507|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-5038", "level": "error", "message": {"text": "stdlib: GO-2026-5038"}, "properties": {"repobilityId": 83319, "scanner": "osv-scanner", "fingerprint": "26372ffc012a6e2f27ce548bd31a794161794f6db76480f81788e01849ca8dcf", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-42504", "CVE-2026-42504"], "package": "stdlib", "rule_id": "GO-2026-5038", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-42504|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-5037", "level": "error", "message": {"text": "stdlib: GO-2026-5037"}, "properties": {"repobilityId": 83318, "scanner": "osv-scanner", "fingerprint": "7541d4dba5fe7d349432ff80e6bd46b2c38dd49496f069ec8dc88c96fdceac42", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-27145", "CVE-2026-27145"], "package": "stdlib", "rule_id": "GO-2026-5037", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-27145|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4986", "level": "error", "message": {"text": "stdlib: GO-2026-4986"}, "properties": {"repobilityId": 83317, "scanner": "osv-scanner", "fingerprint": "55d3beed68a8f5e42f18723efe918ad21fc61328525c12c89ad625c5d23b7d9a", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-39820", "CVE-2026-39820"], "package": "stdlib", "rule_id": "GO-2026-4986", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-39820|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4982", "level": "error", "message": {"text": "stdlib: GO-2026-4982"}, "properties": {"repobilityId": 83316, "scanner": "osv-scanner", "fingerprint": "06597abb53f8beb41690d7c819ff1d3e8a2462b14165f2aec6adf584ae5391fe", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-39823", "CVE-2026-39823"], "package": "stdlib", "rule_id": "GO-2026-4982", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-39823|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4981", "level": "error", "message": {"text": "stdlib: GO-2026-4981"}, "properties": {"repobilityId": 83315, "scanner": "osv-scanner", "fingerprint": "28de4e8cade658d2e44ab8fd3e29ba0bdfdf0b1eeb2ffec399deac5678b03a31", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-33811", "CVE-2026-33811"], "package": "stdlib", "rule_id": "GO-2026-4981", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-33811|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4980", "level": "error", "message": {"text": "stdlib: GO-2026-4980"}, "properties": {"repobilityId": 83314, "scanner": "osv-scanner", "fingerprint": "10ec7b10c93ff987796c913ebbfb76a710d8ed93bbbe45b13f6f0d10e2b211e6", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-39826", "CVE-2026-39826"], "package": "stdlib", "rule_id": "GO-2026-4980", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-39826|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4977", "level": "error", "message": {"text": "stdlib: GO-2026-4977"}, "properties": {"repobilityId": 83313, "scanner": "osv-scanner", "fingerprint": "3620a62e00e33214f96ebc7312d23fec44851a9ee712599ee745845147c40e21", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-42499", "CVE-2026-42499"], "package": "stdlib", "rule_id": "GO-2026-4977", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-42499|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4976", "level": "error", "message": {"text": "stdlib: GO-2026-4976"}, "properties": {"repobilityId": 83312, "scanner": "osv-scanner", "fingerprint": "68c9ed164767bc1abc8d6a8706cf655bcaa445cc8f997e11de5c53701466a0a6", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-39825", "CVE-2026-39825"], "package": "stdlib", "rule_id": "GO-2026-4976", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-39825|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4971", "level": "error", "message": {"text": "stdlib: GO-2026-4971"}, "properties": {"repobilityId": 83311, "scanner": "osv-scanner", "fingerprint": "1a9b8779ea85b5b0ef026400c900b7f27dcd6628d9b6df9f442929c24844f89e", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-39836", "CVE-2026-39836"], "package": "stdlib", "rule_id": "GO-2026-4971", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-39836|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4947", "level": "error", "message": {"text": "stdlib: GO-2026-4947"}, "properties": {"repobilityId": 83310, "scanner": "osv-scanner", "fingerprint": "6a2263e9fecc21871d7240174f9ea0f2519ea0ac23b3fc3ff0ed52e2c5b99602", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-32280", "CVE-2026-32280"], "package": "stdlib", "rule_id": "GO-2026-4947", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-32280|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4946", "level": "error", "message": {"text": "stdlib: GO-2026-4946"}, "properties": {"repobilityId": 83309, "scanner": "osv-scanner", "fingerprint": "9eee462c00c8456bd7d2d4badc7bf78d311924612882fb6fc2e47014d51e47a2", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-32281", "CVE-2026-32281"], "package": "stdlib", "rule_id": "GO-2026-4946", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-32281|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4918", "level": "error", "message": {"text": "stdlib: GO-2026-4918"}, "properties": {"repobilityId": 83308, "scanner": "osv-scanner", "fingerprint": "b5a44e944ffd7c105aa62904a3469805e8033225279767b94a0d562437b7e9f6", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-33814", "CVE-2026-33814"], "package": "stdlib", "rule_id": "GO-2026-4918", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-33814|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4870", "level": "error", "message": {"text": "stdlib: GO-2026-4870"}, "properties": {"repobilityId": 83307, "scanner": "osv-scanner", "fingerprint": "7a602b0215fccffc7bd6ea6495a41311331a53696d26e919d4c27e06e7dc1127", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-32283", "CVE-2026-32283"], "package": "stdlib", "rule_id": "GO-2026-4870", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-32283|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4869", "level": "error", "message": {"text": "stdlib: GO-2026-4869"}, "properties": {"repobilityId": 83306, "scanner": "osv-scanner", "fingerprint": "2616d3ca78cea03ffe2fd69591ac572a5c26c1a0f2d9b7251c276d1c7ef533e2", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-32288", "CVE-2026-32288"], "package": "stdlib", "rule_id": "GO-2026-4869", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-32288|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4865", "level": "error", "message": {"text": "stdlib: GO-2026-4865"}, "properties": {"repobilityId": 83305, "scanner": "osv-scanner", "fingerprint": "99144fa7a438f5de339d05331016ab642fcdd56d3e34fcd10966c226dc703277", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-32289", "CVE-2026-32289"], "package": "stdlib", "rule_id": "GO-2026-4865", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-32289|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4864", "level": "error", "message": {"text": "stdlib: GO-2026-4864"}, "properties": {"repobilityId": 83304, "scanner": "osv-scanner", "fingerprint": "3eda3039016c3998065f2008f357040040a62205b6827640c36d1af597f1321e", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-32282", "CVE-2026-32282"], "package": "stdlib", "rule_id": "GO-2026-4864", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-32282|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4603", "level": "error", "message": {"text": "stdlib: GO-2026-4603"}, "properties": {"repobilityId": 83303, "scanner": "osv-scanner", "fingerprint": "d7d3f84a2aefd06da14535bc5bd652521167fa18c1af035dad60fbeaaab718b4", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-27142", "CVE-2026-27142"], "package": "stdlib", "rule_id": "GO-2026-4603", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-27142|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4602", "level": "error", "message": {"text": "stdlib: GO-2026-4602"}, "properties": {"repobilityId": 83302, "scanner": "osv-scanner", "fingerprint": "72fb48c374368b7b6746faae03f792b1fbfc30fa0ca49a9c6798f4728600e9be", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-27139", "CVE-2026-27139"], "package": "stdlib", "rule_id": "GO-2026-4602", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-27139|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4601", "level": "error", "message": {"text": "stdlib: GO-2026-4601"}, "properties": {"repobilityId": 83301, "scanner": "osv-scanner", "fingerprint": "a44cc08228f1d2907c99f8e158dface76fff075b40ff17af8f0b2c72ef35f74d", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2026-25679", "CVE-2026-25679"], "package": "stdlib", "rule_id": "GO-2026-4601", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2026-25679|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4342", "level": "error", "message": {"text": "stdlib: GO-2026-4342"}, "properties": {"repobilityId": 83300, "scanner": "osv-scanner", "fingerprint": "5278430be17741e61400d1f30710c44ddd2ec4dbdf3e87b6ff60d0386927ed95", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2025-61728", "CVE-2025-61728"], "package": "stdlib", "rule_id": "GO-2026-4342", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2025-61728|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4341", "level": "error", "message": {"text": "stdlib: GO-2026-4341"}, "properties": {"repobilityId": 83299, "scanner": "osv-scanner", "fingerprint": "b15f19c3a93c4dbe48ec5dce4f897a4b0cc1804a795108b2290301d4b2a4d088", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2025-61726", "CVE-2025-61726"], "package": "stdlib", "rule_id": "GO-2026-4341", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2025-61726|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4340", "level": "error", "message": {"text": "stdlib: GO-2026-4340"}, "properties": {"repobilityId": 83298, "scanner": "osv-scanner", "fingerprint": "5fdcf088afd1d1512255dceef1dbf16199182fbd6c905f1f2602e05a2767df04", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2025-61730", "CVE-2025-61730"], "package": "stdlib", "rule_id": "GO-2026-4340", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2025-61730|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2026-4337", "level": "error", "message": {"text": "stdlib: GO-2026-4337"}, "properties": {"repobilityId": 83297, "scanner": "osv-scanner", "fingerprint": "cce309486249674e847b44d5166efc9503259ae3b6eb4899b6e518afa40306d2", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2025-68121", "CVE-2025-68121"], "package": "stdlib", "rule_id": "GO-2026-4337", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2025-68121|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2025-4175", "level": "error", "message": {"text": "stdlib: GO-2025-4175"}, "properties": {"repobilityId": 83296, "scanner": "osv-scanner", "fingerprint": "1451c80f35b0899164a856594b8131a7dbe181b7fcf1e04f9e5627c91fbc785b", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2025-61727", "CVE-2025-61727"], "package": "stdlib", "rule_id": "GO-2025-4175", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2025-61727|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2025-4155", "level": "error", "message": {"text": "stdlib: GO-2025-4155"}, "properties": {"repobilityId": 83295, "scanner": "osv-scanner", "fingerprint": "f61e290522280d57b31ad4d3e4b1ad634809a6fcb83c544a5c73e36f89a1f1a2", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2025-61729", "CVE-2025-61729"], "package": "stdlib", "rule_id": "GO-2025-4155", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2025-61729|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2025-4015", "level": "error", "message": {"text": "stdlib: GO-2025-4015"}, "properties": {"repobilityId": 83294, "scanner": "osv-scanner", "fingerprint": "ed0a3973c0fa749d25a3a29ec0d042b62018010b09d9988c279fa1b03b53db68", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2025-61724", "CVE-2025-61724"], "package": "stdlib", "rule_id": "GO-2025-4015", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2025-61724|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2025-4014", "level": "error", "message": {"text": "stdlib: GO-2025-4014"}, "properties": {"repobilityId": 83293, "scanner": "osv-scanner", "fingerprint": "1c5da88f89311fe3e0d4ca3c5bcf3fee82455fbf0637d840afeeef8e224e3f93", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2025-58183", "CVE-2025-58183"], "package": "stdlib", "rule_id": "GO-2025-4014", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2025-58183|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2025-4013", "level": "error", "message": {"text": "stdlib: GO-2025-4013"}, "properties": {"repobilityId": 83292, "scanner": "osv-scanner", "fingerprint": "5525e27eeb74c5af76e1e938a8d07a793af27f2eeb33e65cf22e243f0014d625", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2025-58188", "CVE-2025-58188"], "package": "stdlib", "rule_id": "GO-2025-4013", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2025-58188|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2025-4012", "level": "error", "message": {"text": "stdlib: GO-2025-4012"}, "properties": {"repobilityId": 83291, "scanner": "osv-scanner", "fingerprint": "789ab5700c0df2d86e95dba3cb69feab9bf7a5d2c906a6408fff440e3e02f2ea", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2025-58186", "CVE-2025-58186"], "package": "stdlib", "rule_id": "GO-2025-4012", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2025-58186|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2025-4011", "level": "error", "message": {"text": "stdlib: GO-2025-4011"}, "properties": {"repobilityId": 83290, "scanner": "osv-scanner", "fingerprint": "3787f51453125abfc86f44a498517eb562d10ba89c1715559eed0589463f97fc", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2025-58185", "CVE-2025-58185"], "package": "stdlib", "rule_id": "GO-2025-4011", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2025-58185|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2025-4010", "level": "error", "message": {"text": "stdlib: GO-2025-4010"}, "properties": {"repobilityId": 83289, "scanner": "osv-scanner", "fingerprint": "6619eae742afe9811d2c58cf98521e0e5887009b7b0d77bbcd350f067171d39c", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2025-47912", "CVE-2025-47912"], "package": "stdlib", "rule_id": "GO-2025-4010", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2025-47912|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2025-4009", "level": "error", "message": {"text": "stdlib: GO-2025-4009"}, "properties": {"repobilityId": 83288, "scanner": "osv-scanner", "fingerprint": "c7131dfb85dbd427f287b5ecd77ebff08e7cabd52a24f6caa30257a0a22364d6", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2025-61723", "CVE-2025-61723"], "package": "stdlib", "rule_id": "GO-2025-4009", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2025-61723|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2025-4008", "level": "error", "message": {"text": "stdlib: GO-2025-4008"}, "properties": {"repobilityId": 83287, "scanner": "osv-scanner", "fingerprint": "9bb81c1794b76053af760b2b859c96f1db217da1c31e0ebea41bb484cd5fa47e", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2025-58189", "CVE-2025-58189"], "package": "stdlib", "rule_id": "GO-2025-4008", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2025-58189|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2025-4007", "level": "error", "message": {"text": "stdlib: GO-2025-4007"}, "properties": {"repobilityId": 83286, "scanner": "osv-scanner", "fingerprint": "6fbd9e9d19224c8aa99ec9f874889b008ed7580c9b5e277450916050f07dc7c7", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2025-58187", "CVE-2025-58187"], "package": "stdlib", "rule_id": "GO-2025-4007", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2025-58187|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2025-4006", "level": "error", "message": {"text": "stdlib: GO-2025-4006"}, "properties": {"repobilityId": 83285, "scanner": "osv-scanner", "fingerprint": "a2c54d7b47764090eb05f87beb521bde5a52154fe53a43225348488ed5e28e3d", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2025-61725", "CVE-2025-61725"], "package": "stdlib", "rule_id": "GO-2025-4006", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2025-61725|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "GO-2025-3955", "level": "error", "message": {"text": "stdlib: GO-2025-3955"}, "properties": {"repobilityId": 83284, "scanner": "osv-scanner", "fingerprint": "000baa9dc3c7dd1ac583d01ba2909fcadcba119da85bda8e07721dd158d665a1", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["BIT-golang-2025-47910", "CVE-2025-47910"], "package": "stdlib", "rule_id": "GO-2025-3955", "scanner": "osv-scanner", "correlation_key": "vuln|stdlib|CVE-2025-47910|go.mod"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "go.mod"}, "region": {"startLine": 1}}}]}, {"ruleId": "SEC040", "level": "error", "message": {"text": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data: Setting .innerHTML with a template literal that interpolates server-supplied or user-supplied data is the canonical stored/reflected XSS vector. The browser parses the HTML and executes any <script> or event-handler attributes in the data. CWE-79. Especially dangerous when the data comes from a CV parser, profile field, or any user-input pipeline."}, "properties": {"repobilityId": 82963, "scanner": "repobility-threat-engine", "fingerprint": "9484300348bf3469395bb3221ae849dd747e1fdba8ec26c3f7b00debeec1281a", "category": "xss", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "map((f) => `${f.name}:excerpt(${maxLength}", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC040", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|9484300348bf3469395bb3221ae849dd747e1fdba8ec26c3f7b00debeec1281a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/fields/relation/view.js"}, "region": {"startLine": 196}}}]}, {"ruleId": "SEC093", "level": "error", "message": {"text": "[SEC093] Go: exec.Command with non-literal: exec.Command(<var>) \u2014 variable command name allows command injection. Ported from gosec G204 (Apache-2.0)."}, "properties": {"repobilityId": 82943, "scanner": "repobility-threat-engine", "fingerprint": "b601dc27da62e5a70793dc2cdbbba5bfc3999e31630aaaef9c05eab077545f87", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "exec.Command(cmdPath,", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC093", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|b601dc27da62e5a70793dc2cdbbba5bfc3999e31630aaaef9c05eab077545f87"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/mailer/sendmail.go"}, "region": {"startLine": 78}}}]}, {"ruleId": "MINED004", "level": "error", "message": {"text": "[MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums)."}, "properties": {"repobilityId": 82942, "scanner": "repobility-threat-engine", "fingerprint": "aef31a307acf1c4e170d8eaf0e0c3577d5e99ca05a2abd364d0e3457dae2840b", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "weak-crypto", "owasp": "A02:2021", "cwe_ids": ["CWE-327"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347906+00:00", "triaged_in_corpus": 15, "observations_count": 303181, "ai_coder_pattern_id": 13}, "scanner": "repobility-threat-engine", "correlation_key": "fp|aef31a307acf1c4e170d8eaf0e0c3577d5e99ca05a2abd364d0e3457dae2840b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/security/crypto.go"}, "region": {"startLine": 5}}}]}, {"ruleId": "MINED004", "level": "error", "message": {"text": "[MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums)."}, "properties": {"repobilityId": 82941, "scanner": "repobility-threat-engine", "fingerprint": "4ba0a0326aac88db716302d01d5f3f5deab8ef2753e1db6158cb2891019b0e27", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "weak-crypto", "owasp": "A02:2021", "cwe_ids": ["CWE-327"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347906+00:00", "triaged_in_corpus": 15, "observations_count": 303181, "ai_coder_pattern_id": 13}, "scanner": "repobility-threat-engine", "correlation_key": "fp|4ba0a0326aac88db716302d01d5f3f5deab8ef2753e1db6158cb2891019b0e27"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/filesystem/internal/fileblob/attrs.go"}, "region": {"startLine": 42}}}]}, {"ruleId": "SEC085", "level": "error", "message": {"text": "[SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived input enables command injection. Ported from eslint-plugin-security detect-child-process (Apache-2.0)."}, "properties": {"repobilityId": 82938, "scanner": "repobility-threat-engine", "fingerprint": "b3760948dfb7e6a328f810b1eb3c6a113079504b5ca00a647f20b40dbc6f3d4d", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "Exec(items", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|b3760948dfb7e6a328f810b1eb3c6a113079504b5ca00a647f20b40dbc6f3d4d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/search/provider.go"}, "region": {"startLine": 229}}}]}, {"ruleId": "SEC085", "level": "error", "message": {"text": "[SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived input enables command injection. Ported from eslint-plugin-security detect-child-process (Apache-2.0)."}, "properties": {"repobilityId": 82937, "scanner": "repobility-threat-engine", "fingerprint": "42dfb718c98365cf49baa5a14e83b28c613cf287d96aec18196fd480e1a1ee4c", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "Exec(argv0", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|42dfb718c98365cf49baa5a14e83b28c613cf287d96aec18196fd480e1a1ee4c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/syscall.go"}, "region": {"startLine": 9}}}]}, {"ruleId": "SEC005", "level": "error", "message": {"text": "[SEC005] Command Injection Risk: Unsafe shell execution or eval of user input."}, "properties": {"repobilityId": 82934, "scanner": "repobility-threat-engine", "fingerprint": "e9da2865100daa821fd100cffbc6d5b0e1f35232445636ba59f4a69cd9e5227e", "category": "injection", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Command source appears controllable (config/plugin/argv/user input)", "evidence": {"match": "Exec(argv", "reason": "Command source appears controllable (config/plugin/argv/user input)", "rule_id": "SEC005", "scanner": "repobility-threat-engine", "confidence": 0.8, "correlation_key": "code|injection|core/syscall.go|9|sec005"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/syscall.go"}, "region": {"startLine": 9}}}]}, {"ruleId": "MINED016", "level": "error", "message": {"text": "[MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern."}, "properties": {"repobilityId": 82922, "scanner": "repobility-threat-engine", "fingerprint": "26576f8fe1ee1a9dd707129b9619d83f039ee2a0e128d9be110327c837c8ca78", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "go-error-ignored", "owasp": null, "cwe_ids": ["CWE-754"], "languages": ["go"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347935+00:00", "triaged_in_corpus": 15, "observations_count": 83036, "ai_coder_pattern_id": 107}, "scanner": "repobility-threat-engine", "correlation_key": "fp|26576f8fe1ee1a9dd707129b9619d83f039ee2a0e128d9be110327c837c8ca78"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/log_query.go"}, "region": {"startLine": 62}}}]}, {"ruleId": "MINED016", "level": "error", "message": {"text": "[MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern."}, "properties": {"repobilityId": 82921, "scanner": "repobility-threat-engine", "fingerprint": "18cfe5bbfb9a4e23ca27d0c372e17a8dc4cfe8ffc7d2cca97fee60728a166bbc", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "go-error-ignored", "owasp": null, "cwe_ids": ["CWE-754"], "languages": ["go"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347935+00:00", "triaged_in_corpus": 15, "observations_count": 83036, "ai_coder_pattern_id": 107}, "scanner": "repobility-threat-engine", "correlation_key": "fp|18cfe5bbfb9a4e23ca27d0c372e17a8dc4cfe8ffc7d2cca97fee60728a166bbc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/db_table.go"}, "region": {"startLine": 90}}}]}, {"ruleId": "MINED016", "level": "error", "message": {"text": "[MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern."}, "properties": {"repobilityId": 82920, "scanner": "repobility-threat-engine", "fingerprint": "e9cc9598a1de9afe6ca6b31002d8f4da4fafe1bab0a4c2595df7bf10b35304c6", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "go-error-ignored", "owasp": null, "cwe_ids": ["CWE-754"], "languages": ["go"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347935+00:00", "triaged_in_corpus": 15, "observations_count": 83036, "ai_coder_pattern_id": 107}, "scanner": "repobility-threat-engine", "correlation_key": "fp|e9cc9598a1de9afe6ca6b31002d8f4da4fafe1bab0a4c2595df7bf10b35304c6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_email_change_confirm.go"}, "region": {"startLine": 79}}}]}, {"ruleId": "SEC029", "level": "error", "message": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input: Outbound HTTP request to a user-controlled URL without allowlist validation. Attackers can probe internal services (169.254.169.254 metadata, internal Kubernetes endpoints, file:// URIs), exfiltrate data, or pivot through your network. SSRF is OWASP A10:2021 and a frequent foothold in cloud breaches."}, "properties": {"repobilityId": 82918, "scanner": "repobility-threat-engine", "fingerprint": "c12bd8800f861a7ed42383b68777271dfbbf87d9f282793a236dc3cf48da6d00", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "URL(u", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|c12bd8800f861a7ed42383b68777271dfbbf87d9f282793a236dc3cf48da6d00"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/auth/auth.go"}, "region": {"startLine": 87}}}]}, {"ruleId": "SEC029", "level": "error", "message": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input: Outbound HTTP request to a user-controlled URL without allowlist validation. Attackers can probe internal services (169.254.169.254 metadata, internal Kubernetes endpoints, file:// URIs), exfiltrate data, or pivot through your network. SSRF is OWASP A10:2021 and a frequent foothold in cloud breaches."}, "properties": {"repobilityId": 82917, "scanner": "repobility-threat-engine", "fingerprint": "aa7d54f5bc68675cf8ce912a079790e8059e06c9e2d2a99caa93e005f80ec96d", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "URL(\n\t\t\ti", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|aa7d54f5bc68675cf8ce912a079790e8059e06c9e2d2a99caa93e005f80ec96d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_methods.go"}, "region": {"startLine": 166}}}]}, {"ruleId": "SEC029", "level": "error", "message": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input: Outbound HTTP request to a user-controlled URL without allowlist validation. Attackers can probe internal services (169.254.169.254 metadata, internal Kubernetes endpoints, file:// URIs), exfiltrate data, or pivot through your network. SSRF is OWASP A10:2021 and a frequent foothold in cloud breaches."}, "properties": {"repobilityId": 82916, "scanner": "repobility-threat-engine", "fingerprint": "ff91742e82d2f9f732b4c9ec1b11aea0db86efd23631b3cbe990d19f176bb023", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "URL(u", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|ff91742e82d2f9f732b4c9ec1b11aea0db86efd23631b3cbe990d19f176bb023"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/installer.go"}, "region": {"startLine": 38}}}]}, {"ruleId": "SEC128", "level": "error", "message": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake): Async call invoked without `await` returns an unhandled Promise. The outer function resolves before the inner work completes \u2014 DB writes lost, emails not sent, race conditions. This is one of the top-3 errors AI coders make: they understand async-shape but drop the await keyword when chaining multiple ops. Surfaces as flaky tests or silently dropped data in production."}, "properties": {"repobilityId": 82910, "scanner": "repobility-threat-engine", "fingerprint": "50b3ae491a8c7d43baac2ccc1c7e074650f53a311da46304cdc64776719c59c5", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "subsToRemove.delete(sub);", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|50b3ae491a8c7d43baac2ccc1c7e074650f53a311da46304cdc64776719c59c5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/fields/relation/view.js"}, "region": {"startLine": 81}}}]}, {"ruleId": "SEC128", "level": "error", "message": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake): Async call invoked without `await` returns an unhandled Promise. The outer function resolves before the inner work completes \u2014 DB writes lost, emails not sent, race conditions. This is one of the top-3 errors AI coders make: they understand async-shape but drop the await keyword when chaining multiple ops. Surfaces as flaky tests or silently dropped data in production."}, "properties": {"repobilityId": 82909, "scanner": "repobility-threat-engine", "fingerprint": "1c00cebc9ac7866db20dc68d312b5a280025650ff7a2340ee599d9b3175b4180", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "toasts.delete(toastRef);", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|1c00cebc9ac7866db20dc68d312b5a280025650ff7a2340ee599d9b3175b4180"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/base/toast.js"}, "region": {"startLine": 16}}}]}, {"ruleId": "SEC128", "level": "error", "message": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake): Async call invoked without `await` returns an unhandled Promise. The outer function resolves before the inner work completes \u2014 DB writes lost, emails not sent, race conditions. This is one of the top-3 errors AI coders make: they understand async-shape but drop the await keyword when chaining multiple ops. Surfaces as flaky tests or silently dropped data in production."}, "properties": {"repobilityId": 82908, "scanner": "repobility-threat-engine", "fingerprint": "86094bddf10a00f8a6e0df797df8b1c2acc4e7985951c710185e8422281c787b", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "subGroup.DELETE(\"/{collection}\", collectionDelete)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|86094bddf10a00f8a6e0df797df8b1c2acc4e7985951c710185e8422281c787b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection.go"}, "region": {"startLine": 24}}}]}, {"ruleId": "MINED033", "level": "error", "message": {"text": "[MINED033] Go Recover Without Log: defer func() { recover() }() that silently swallows panic."}, "properties": {"repobilityId": 82902, "scanner": "repobility-threat-engine", "fingerprint": "10dd3268f33eb9c2138f5fba22403480fb63bb44a358ebaecb9e6ded50b78b62", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "go-recover-without-log", "owasp": null, "cwe_ids": ["CWE-755"], "languages": ["go"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347975+00:00", "triaged_in_corpus": 15, "observations_count": 3808, "ai_coder_pattern_id": 109}, "scanner": "repobility-threat-engine", "correlation_key": "fp|10dd3268f33eb9c2138f5fba22403480fb63bb44a358ebaecb9e6ded50b78b62"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/routine/routine.go"}, "region": {"startLine": 24}}}]}, {"ruleId": "MINED033", "level": "error", "message": {"text": "[MINED033] Go Recover Without Log: defer func() { recover() }() that silently swallows panic."}, "properties": {"repobilityId": 82901, "scanner": "repobility-threat-engine", "fingerprint": "e8788c6580077afaeb8f2e175a129d298155cbbe9af3e6fb12108ec2b49e639d", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "go-recover-without-log", "owasp": null, "cwe_ids": ["CWE-755"], "languages": ["go"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347975+00:00", "triaged_in_corpus": 15, "observations_count": 3808, "ai_coder_pattern_id": 109}, "scanner": "repobility-threat-engine", "correlation_key": "fp|e8788c6580077afaeb8f2e175a129d298155cbbe9af3e6fb12108ec2b49e639d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/validators/equal.go"}, "region": {"startLine": 44}}}]}, {"ruleId": "MINED033", "level": "error", "message": {"text": "[MINED033] Go Recover Without Log: defer func() { recover() }() that silently swallows panic."}, "properties": {"repobilityId": 82900, "scanner": "repobility-threat-engine", "fingerprint": "c5f6eb92a1cf24818305e4fa6f80c8cde7465b15afd2aff92766c3f873a9bc68", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "go-recover-without-log", "owasp": null, "cwe_ids": ["CWE-755"], "languages": ["go"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347975+00:00", "triaged_in_corpus": 15, "observations_count": 3808, "ai_coder_pattern_id": 109}, "scanner": "repobility-threat-engine", "correlation_key": "fp|c5f6eb92a1cf24818305e4fa6f80c8cde7465b15afd2aff92766c3f873a9bc68"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/base.go"}, "region": {"startLine": 31}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `goreleaser/goreleaser-action` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 82894, "scanner": "repobility-supply-chain", "fingerprint": "ec8070e4ed7984d05c505476d8e51ddf3b8276d4cd8551313480f0cd25883bcc", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-mutable-ref", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|ec8070e4ed7984d05c505476d8e51ddf3b8276d4cd8551313480f0cd25883bcc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yaml"}, "region": {"startLine": 50}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-go` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 82893, "scanner": "repobility-supply-chain", "fingerprint": "b365a526e92688cdac97c143c8963ccc0c28b66ded22bcf5a5dba32d92233057", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-mutable-ref", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|b365a526e92688cdac97c143c8963ccc0c28b66ded22bcf5a5dba32d92233057"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yaml"}, "region": {"startLine": 29}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-node` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 82892, "scanner": "repobility-supply-chain", "fingerprint": "24fd915ba1c5d3e637f1cdceb78427ea96e3e33862ed7089e7e6c8e5d9e37639", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-mutable-ref", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|24fd915ba1c5d3e637f1cdceb78427ea96e3e33862ed7089e7e6c8e5d9e37639"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yaml"}, "region": {"startLine": 24}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 82891, "scanner": "repobility-supply-chain", "fingerprint": "84d20b1713dff4e2e900b85aec926ffba3a76758fdc7d34df1b5e603e9154ce3", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-mutable-ref", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|84d20b1713dff4e2e900b85aec926ffba3a76758fdc7d34df1b5e603e9154ce3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yaml"}, "region": {"startLine": 19}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83282, "scanner": "gitleaks", "fingerprint": "6fd52bf2424dfdb5e2175733fdf66e2d5c56704f5f1cd9e35b93078761f301d8", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|tools/security/jwt_test.go|10|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/security/jwt_test.go"}, "region": {"startLine": 102}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83281, "scanner": "gitleaks", "fingerprint": "45e61167c46c2b4b87f7be21ecb4b85c39cf89c85728456494c348c0274d85df", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|tools/security/jwt_test.go|9|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/security/jwt_test.go"}, "region": {"startLine": 94}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83280, "scanner": "gitleaks", "fingerprint": "cc99e3c6d2f66d5e243e3f1305b0ac0f932bb9a2b7a675cfd62111007b8d39ee", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|tools/security/jwt_test.go|8|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/security/jwt_test.go"}, "region": {"startLine": 86}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83279, "scanner": "gitleaks", "fingerprint": "a8172f171e71a9fb219df8b1f823d8539100210ad6a91e2c3b9173b5481a491f", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|tools/security/jwt_test.go|7|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/security/jwt_test.go"}, "region": {"startLine": 78}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83278, "scanner": "gitleaks", "fingerprint": "a5d8b49d72325de0128726f86672fef66390ec0f7da9678e7290cc5f38fb588a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|tools/security/jwt_test.go|6|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/security/jwt_test.go"}, "region": {"startLine": 70}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83277, "scanner": "gitleaks", "fingerprint": "91d5414d2b2a56ef73f18c52ca6f064ce76044ca460e2bc941700fb2567cfc69", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|tools/security/jwt_test.go|4|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/security/jwt_test.go"}, "region": {"startLine": 43}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83276, "scanner": "gitleaks", "fingerprint": "84bacdf59a8a9e92a5f12ea230042c3144b78bfbaca2214636b6422d89def878", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|tools/security/jwt_test.go|3|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/security/jwt_test.go"}, "region": {"startLine": 33}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83275, "scanner": "gitleaks", "fingerprint": "fdb623c9f0f38ed3aa58d7f7656d2e952c733021205e04a34f34b7b80277a03e", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|tools/security/jwt_test.go|2|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/security/jwt_test.go"}, "region": {"startLine": 23}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83274, "scanner": "gitleaks", "fingerprint": "53e8d113557c3bedfeab880eb68a1b5d1413caa76792d9c84e4d00b58b0a32b3", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|345|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 3455}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83273, "scanner": "gitleaks", "fingerprint": "54496e258c3d3e8f437536480b9f399c916a3605a35d7f4175b1ec9bdf3b8455", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|339|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 3399}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83272, "scanner": "gitleaks", "fingerprint": "e958d5095084c19190309b48c839b4a56011f5b29370b96e6e699436568f7c26", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|321|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 3217}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83271, "scanner": "gitleaks", "fingerprint": "d309ba4082bca67a431064c1aea00f18726fbedb4a1ab3f891987e97f5ff3723", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|316|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 3169}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83270, "scanner": "gitleaks", "fingerprint": "84f8039456feab890f65648edf32e6d27a2ce7e8471a6fae14b1f5ca5176ec93", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|313|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 3138}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83269, "scanner": "gitleaks", "fingerprint": "46c7d64b6cadc310048e28b88ebcbd6105f131211c8fb67aa9f8766cbe55c208", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|310|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 3110}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83268, "scanner": "gitleaks", "fingerprint": "960330af8eb333b191a9cbb154954632c13d945024fe32687d322bf603cd7882", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|306|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 3061}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83267, "scanner": "gitleaks", "fingerprint": "0f9dbe26d7b9f9a3a9606b58f557b549e2252378c1ca9c8cf337c95c1da81673", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|303|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 3033}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83266, "scanner": "gitleaks", "fingerprint": "d32c6657951e5731ec1317d168fd8ee9d9e57126921cda46fe9ab73181271bb3", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|292|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 2930}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83265, "scanner": "gitleaks", "fingerprint": "2e308d411d9488f1cdf9d8bc392ee0fd93564dbbf8a0cb40eb5bfe26c5e40c59", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|290|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 2901}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83264, "scanner": "gitleaks", "fingerprint": "17c25dfc7ae28144d625c0fc3a2f6c7b9dc0ddd8b6beb5229d154348e0d01923", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|281|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 2811}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83263, "scanner": "gitleaks", "fingerprint": "6e5f4ae6cc5e57979bf839c4b9f7ebc7a46a6764dd55c6304f38d6c635a23cf7", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|276|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 2770}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83262, "scanner": "gitleaks", "fingerprint": "0b66f2d88952dac2dfef7cd49b131c38d716514e6f0334bf1271a9f715c5e334", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|272|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 2721}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83261, "scanner": "gitleaks", "fingerprint": "81c71a1fb109de60987a0407149a5eda162de9988049b12bcba5da0087ecc470", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|269|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 2700}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83260, "scanner": "gitleaks", "fingerprint": "3d70a25bd06a1df091f87f3c0ed2c514430b23bd3d52c3e960ec9831cb0f2d18", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|256|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 2566}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83259, "scanner": "gitleaks", "fingerprint": "98e60b8fac404771816d7379983dd976ef812cbf3f71067225d6ef2c53cf761a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|236|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 2361}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83258, "scanner": "gitleaks", "fingerprint": "a74decc270615dc7de835b4c0ba1bc74ca1c335515b946447e643f53af482254", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|230|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 2304}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83257, "scanner": "gitleaks", "fingerprint": "cc71df75c86fdc18e17d960f20f201e282cdf52307c83edcacea501891f09f5e", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|226|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 2261}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83256, "scanner": "gitleaks", "fingerprint": "e3a03a3270254b29acba89a679cb9d1f3f93dc08e73c75b38d90509773c04bb0", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|221|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 2217}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83255, "scanner": "gitleaks", "fingerprint": "5349ade664178f07cdce3a25b3fb6099cd2b48bb32cc825da51787d4421e5419", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|217|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 2180}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83254, "scanner": "gitleaks", "fingerprint": "52fbf4fd64d960126b91948afbcf0ac31fa9ebea285e927980525de4bf58c5ec", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|213|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 2135}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83253, "scanner": "gitleaks", "fingerprint": "795bc04df37ee99cb375cfdb5868a04fe2f191f707ba7faced56e92acc6c7d5f", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|210|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 2108}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83252, "scanner": "gitleaks", "fingerprint": "b894d5dd2d84cb0f1df589731fd123cc31ccf2c65b45730b9a2e216185d705e2", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|203|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 2031}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83251, "scanner": "gitleaks", "fingerprint": "713704ad949dd9ec6b3ca9efb1546d29a296fc5a9c99b1268f53ad361ee9fd93", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|199|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1999}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83250, "scanner": "gitleaks", "fingerprint": "b4f9e4b4aa44490dfedbdfca3e435176aa0bf2e648d46891f2bd0630977b1611", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|196|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1969}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83249, "scanner": "gitleaks", "fingerprint": "3418a01b0765a159355fb39cb5bf0ef2a8bcc4fc2e8248b524780cece80b107e", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|194|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1943}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83248, "scanner": "gitleaks", "fingerprint": "c2ebdfc8f01fb0149ea925fe46d0c4fd5855c46ebf22b324cb61b8aae372d4dd", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|191|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1917}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83247, "scanner": "gitleaks", "fingerprint": "52fd72ea9e6a215efd1224391b7e3857f28bae2a4076064d0847c3d2badd2ac9", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|188|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1884}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83246, "scanner": "gitleaks", "fingerprint": "7f73895fd0d0f263d4463464ffb6c96838925b9474d7bdbc12df9f43ae8ab9c7", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|176|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1770}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83245, "scanner": "gitleaks", "fingerprint": "4e428fde51e067128b995539f5d3558293b878e3d91709865a6ec3e85c53c985", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|172|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1729}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83244, "scanner": "gitleaks", "fingerprint": "d10ff903984df793df5bec0ccec31702a1fb390d40168557df666636f3475589", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|167|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1680}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83243, "scanner": "gitleaks", "fingerprint": "d3fbb1ddc430dea18af7ff8f8293ac3238707d18acf8d8535edefb38d29d60fb", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|165|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1659}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83242, "scanner": "gitleaks", "fingerprint": "a2f56773c046cbf2742d3b1c5b636268a7e67bee3ef72b5123e7b7b19e523214", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|155|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1557}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83241, "scanner": "gitleaks", "fingerprint": "0f7a876f1763376fec55b98f5a971942b0634d432e52ff6594ae03db8af4dd6b", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|143|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1439}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83240, "scanner": "gitleaks", "fingerprint": "f94efbe487a9ae3f71337fc56eeda3bb6d6b7dafa1a84b220bc8f842b942592f", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|141|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1414}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83239, "scanner": "gitleaks", "fingerprint": "3f65d077d5d108ff31948ad446b206aaff144c91ba6b9ce98ab31299f82d379c", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|138|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1388}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83238, "scanner": "gitleaks", "fingerprint": "06b2b0fc0d20a748a3994e5c46608726d2d3aa4387788804ab8d318ef8baeb20", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|131|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1320}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83237, "scanner": "gitleaks", "fingerprint": "c0f9aed94ad2f4c61aaf46c4d3aeec9b92a6dbfc75ec997289a73c3bc6bd5b29", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|129|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1293}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83236, "scanner": "gitleaks", "fingerprint": "d0bfd6a1cb0019175aa481dc85c48eadd01b6478cf828ae4d6eb4a8bae31c51b", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|127|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1274}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83235, "scanner": "gitleaks", "fingerprint": "c4978e3116f83e85b2fb6bf419485a8c05874b85c98ae82ff647cabdab4c7d49", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|122|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1223}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83234, "scanner": "gitleaks", "fingerprint": "b8b6456a83d79b781b2b59cb7f29f09c187ea0afcf06055bd6049b016e37da63", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|121|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1211}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83233, "scanner": "gitleaks", "fingerprint": "0c08d751c57887701481de951c7cad776994db62aef43040c9fb3cd19e06951f", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|109|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1099}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83232, "scanner": "gitleaks", "fingerprint": "7760e7ca69fc762a125ab35d97da32698c1bed92ffaa230c42d435fbe2cb20f2", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|104|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1042}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83231, "scanner": "gitleaks", "fingerprint": "f21917f3838bee2fe2097cde0214946e0324f89212848b1908238893acaf4095", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|101|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1017}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83230, "scanner": "gitleaks", "fingerprint": "735da83e8d8a143bfd221d4fb3022469ad3d3f3bd0fa903d314deba78ef5c94d", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|99|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 997}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83229, "scanner": "gitleaks", "fingerprint": "516888a5d59d4e268c3cb49f26bf1886caf20c674b6b608561ff76eefae65100", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|97|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 972}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83228, "scanner": "gitleaks", "fingerprint": "2ca0031f06e093a3437a25c4388b1ad7102062aba0e681a6fa7740185a65e164", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|92|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 921}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83227, "scanner": "gitleaks", "fingerprint": "56ee0d71ce6954f03b1f4fc4b28af4326f4a20b93f8251aae2b1ff79cb7a443b", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|89|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 896}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83226, "scanner": "gitleaks", "fingerprint": "b1c26f2fdd9046090f274563e08a9b734901b64ae43708ca3c3f51fd1e43b87d", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|87|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 875}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83225, "scanner": "gitleaks", "fingerprint": "fc45329da73c1fd8b3ab24eaa8a9a43163e5a9d5b98b62f8e229c34062a3dec2", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|85|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 856}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83224, "scanner": "gitleaks", "fingerprint": "96b926e1bdce84576444150a9608fa09736039624e190f1a81acc58f1784c7d4", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|81|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 815}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83223, "scanner": "gitleaks", "fingerprint": "e4349c0e9d1c80d8b14591bd8dbdb7e08b9e917188c6b054bab0c0e4e0878a56", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|80|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 803}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83222, "scanner": "gitleaks", "fingerprint": "a5cd9887a68a32f024b770d9bd899dcbf185bc85915db6d52dcaccd9474c6464", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|68|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 690}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83221, "scanner": "gitleaks", "fingerprint": "e59b5ef3f678080eec4167497ca3a4ce47ad46e225ecfb84165a20a7ffc23f85", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|61|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 612}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83220, "scanner": "gitleaks", "fingerprint": "46ed0337ee1f46d32d16deb919d436b756fa700a1e9cbf156940f51fc7b0292f", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|57|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 578}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83219, "scanner": "gitleaks", "fingerprint": "94c5f638d58f311f3ec58f57ece0dcecfa9000c5d477fde5d604d6ca00056388", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|54|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 545}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83218, "scanner": "gitleaks", "fingerprint": "f2dcc773962e080956d21a3991ead354995208a13b169beeeb66621af1c0e7ca", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|51|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 511}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83217, "scanner": "gitleaks", "fingerprint": "410a2e38acddb2745ff419883bf05458b933a580a82ca4f0ec212ff674debd53", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|45|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 451}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83216, "scanner": "gitleaks", "fingerprint": "54d52b07ad742d5e7b888d078d8e3c332bfab70a9ff995fb42bb2bc92559cb5c", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|43|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 431}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83215, "scanner": "gitleaks", "fingerprint": "c2cc4c8035b1d0d9a6700c870e4dc7b7c6202cb37d26c61d42f5d77648803e27", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|40|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 408}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83214, "scanner": "gitleaks", "fingerprint": "fb40bfead62f610576e797fea832ed36738a7f50e9654e7bf7b52faaed0ed57e", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|33|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 332}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83213, "scanner": "gitleaks", "fingerprint": "06a252038dbf7b125ad8463a04a0fa51be150b4412a32e8d80f6506b60e9f8e2", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|30|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 308}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83212, "scanner": "gitleaks", "fingerprint": "8c18b5b8d94ab83a2fd50fac842fa381c8300ca2f4745e935f581810ed27cf12", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|26|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 267}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83211, "scanner": "gitleaks", "fingerprint": "02641d0ada94e8dd7e26f7b64521f65de8cdc3c3d03f3405af1eb5419dab8550", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|24|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 241}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83210, "scanner": "gitleaks", "fingerprint": "5a52671799ddc25bd5276bc9e60e10ee6f3ef29fb158c057ead1085d9aa276b2", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|22|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 221}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83209, "scanner": "gitleaks", "fingerprint": "8941b18a496b56f09755c71728f0b4055ec8838f1badc8e4a1d70d6e4a5325dd", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|17|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 180}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83208, "scanner": "gitleaks", "fingerprint": "266607cf28214aec58799836a98e630e35f0e75bf5f8523365855fd82fff71e2", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|16|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 169}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83207, "scanner": "gitleaks", "fingerprint": "1c94c727ea247bd0cba6ec129cbfcce4cb9777c27eb81dcdc38965178070f8d1", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|14|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 147}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83206, "scanner": "gitleaks", "fingerprint": "ba0000d57f4de1002659112710999b62d9c3126c754ded783f838a6837900d3f", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|12|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 123}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83205, "scanner": "gitleaks", "fingerprint": "9225b1652cd236d9fb2c338f95a69e907c38be8af6b7995f3191551f2c487a8d", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/record_crud_test.go|4|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 46}}}]}, {"ruleId": "generic-api-key", "level": "error", "message": {"text": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations."}, "properties": {"repobilityId": 83204, "scanner": "gitleaks", "fingerprint": "80971875c25fe379d437f96bc550452820949bce8f8d6888290e72fb1bd8a581", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "_pb_users_auth_\", \"REDACTED\"", "rule_id": "generic-api-key", "scanner": "gitleaks", "detector": "generic-api-key", "correlation_key": "secret|apis/record_crud_test.go|146|_pb_users_auth_ redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_test.go"}, "region": {"startLine": 1466}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83203, "scanner": "gitleaks", "fingerprint": "0e77cc0f4d523ea79b671c04ad7c7caf3f73cc1ca25fce3e8aa60ef788cb0e45", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|plugins/jsvm/binds_test.go|94|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugins/jsvm/binds_test.go"}, "region": {"startLine": 941}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83202, "scanner": "gitleaks", "fingerprint": "851adfe8369fc9303213acdfd3dd73d630a8542688a564ada25b99ca7b7def79", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|plugins/jsvm/binds_test.go|92|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugins/jsvm/binds_test.go"}, "region": {"startLine": 929}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83201, "scanner": "gitleaks", "fingerprint": "02b3b5288dffa1b9e684a9e6c8fca2cc2c4db8911edf2e22c7e3fe51cf8d6ab9", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|64|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 648}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83200, "scanner": "gitleaks", "fingerprint": "91da5344cc3a5e5e3a1637d43524ceee135774eb6c2ae509b33b45fb1fe907c4", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|62|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 624}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83199, "scanner": "gitleaks", "fingerprint": "6418cecbe0e09f486e98a1bacb3c08782481d636f2f3b9ca4b481ed0aaf556e8", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|59|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 600}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83198, "scanner": "gitleaks", "fingerprint": "b0739e1a4686612e53fbca8e4fbbf7a53943ec517a723527d8b5347b0c1a8bb7", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|58|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 588}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83197, "scanner": "gitleaks", "fingerprint": "9ac8b95fa9b635090c7549ed93ba5d3dde7c7efbd9e3fc1a5ab546b24ef22ca5", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|57|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 576}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83196, "scanner": "gitleaks", "fingerprint": "748ef1508366a5f2a7c173c998869e99ad3db60db50b71612be4cd5c89907fc4", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|50|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 508}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83195, "scanner": "gitleaks", "fingerprint": "1ca5eddd10d7ae631faa66573d3abd1f4aa21de76c7aac972a4eb76fa7dcd9d6", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|47|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 472}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83194, "scanner": "gitleaks", "fingerprint": "33188d60f55129c8c8a22394be584a5c7cea876d70bfb0551c2ccc8bfb5d46fb", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|43|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 436}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83193, "scanner": "gitleaks", "fingerprint": "731a0290756cde8f8d0618471bf335595010156048311007471eda53826c93f4", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|39|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 400}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83192, "scanner": "gitleaks", "fingerprint": "815d4a3a5b52e33755d93ea4d6933731c2c85098d20049cc9b333b8695bd38fb", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|38|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 382}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83191, "scanner": "gitleaks", "fingerprint": "cd43edd5ccc02647f890197799a35a1ad9c3cd4f0d33955f39d94dc7fb90402e", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|36|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 370}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83190, "scanner": "gitleaks", "fingerprint": "1cd8cb1ef444d853275eaeb4b90ca7f188ebadacaae72509f95180c82582e2ee", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|35|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 358}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83189, "scanner": "gitleaks", "fingerprint": "96da28235fe2b624abf5bb64e9e871708adab6c45a67007d29a1123c92fd98c5", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|31|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 318}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83188, "scanner": "gitleaks", "fingerprint": "b547c2bc96df19a43b15f1cdd506002f6b611b1023b2ccadcb649e0714cb7319", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|30|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 303}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83187, "scanner": "gitleaks", "fingerprint": "35edd665ae38cc4e3d5b05e833ab0c60fdeafbb64d280304bdbaf841ac701a36", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|28|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 288}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83186, "scanner": "gitleaks", "fingerprint": "5a40b885d64483e7845cc1c8678a094b45d8c2959350a123c30c8e81715c17ea", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|27|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 277}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83185, "scanner": "gitleaks", "fingerprint": "7defd7db116f77c6f64f5e0c158749043c8aa4b62b5b3593de41fadbb3db2ca5", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|23|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 232}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83184, "scanner": "gitleaks", "fingerprint": "dab59bbfe24297f6cbb3ac4a616053f0fb9cac59e334897236d384b53649ae5e", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|18|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 181}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83183, "scanner": "gitleaks", "fingerprint": "1bc702d84b844f40106b7358ec2d171b8e8b78472ec52ffef58a50661a4f64dc", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|15|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 160}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83182, "scanner": "gitleaks", "fingerprint": "5e4746cf17f5a185547b4c6b7ef8f459e36f500550e2ff48c63ba0dabf384b74", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|13|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 133}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83181, "scanner": "gitleaks", "fingerprint": "af4365f9271aa9bd385bef5eb8568c7bb8c155ec6158adcf6a328ac17b55c389", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|12|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 121}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83180, "scanner": "gitleaks", "fingerprint": "3ac88a9e890ec8b025173e4fb5ed5ee5af3a35e7ea185dff3df9704c936a050b", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|6|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 67}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83179, "scanner": "gitleaks", "fingerprint": "32692083f12e0943ee539144ba707b73c98b807a9d9dbaaacf38bc478b2d9509", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|4|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 46}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83178, "scanner": "gitleaks", "fingerprint": "825d1d7b5a24cf32a53ec84a4b2c0332bbe0d02110da17925f67fb20de85a793", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/settings_test.go|3|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/settings_test.go"}, "region": {"startLine": 35}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83177, "scanner": "gitleaks", "fingerprint": "4cf7fb01afd0116c685638c3e2b14e1196412916747491b4c09b12b1f0b2e556", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|81|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 812}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83176, "scanner": "gitleaks", "fingerprint": "b19d63aab012532b10ed8f00f185700085c7526955345e731d275f50746dd196", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|79|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 796}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83175, "scanner": "gitleaks", "fingerprint": "af383ea82e85c440bf33702435bcc7664fb4d35a801c0140e2eaa05b18f906ec", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|77|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 780}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83174, "scanner": "gitleaks", "fingerprint": "f9adf418dbd9b907242b17de62cc020bf2210eccdef5e91918fcffd6f1c26b0f", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|72|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 723}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83173, "scanner": "gitleaks", "fingerprint": "d461a69323151400ca96325876b17821b7c054e9cb9ecfb6d22c3ed131095704", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|68|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 687}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83172, "scanner": "gitleaks", "fingerprint": "7b619ab0a07b852ea8dcadebaf11c675ef4e85455e1a6c949d241eebbd0f6ae1", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|66|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 665}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83171, "scanner": "gitleaks", "fingerprint": "e9a718b08086b6580e35a79f7dfaf5e6247bb7e9acc1e3c00fb136e1501627c2", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|64|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 646}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83170, "scanner": "gitleaks", "fingerprint": "f0305e35d04b5ca712ad050bc0486ce7a6881321334994f4cc2738199f74cdd2", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|62|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 627}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83169, "scanner": "gitleaks", "fingerprint": "7ddf15cc347e11febdb5711f0c8fb84e89a3538f9faff4255eeea10293070fd9", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|56|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 562}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83168, "scanner": "gitleaks", "fingerprint": "1866a0160e10a44c16ee1a6a6c50ef02e640e50510f349e885fb4e1aab048d82", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|53|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 534}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83167, "scanner": "gitleaks", "fingerprint": "a5f3675b2691e50a51be9dabd460bac2a79f5fae7f9e8be491e8068456069f1b", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|51|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 517}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83166, "scanner": "gitleaks", "fingerprint": "29e7687eb88a731c7472414a6487e04535deab8b4000ac77d9c7bedbef72d5a7", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|49|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 500}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83165, "scanner": "gitleaks", "fingerprint": "62cadb8e2531767eab0e6f253d14762ace7451451a7cab4a0b545dbc7ca297f1", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|48|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 487}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83164, "scanner": "gitleaks", "fingerprint": "f875a8c3ec46a4f74ad9973f6b5dbf569c1f5d8d104eeb26c685efbfdaa5ed3d", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|47|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 474}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83163, "scanner": "gitleaks", "fingerprint": "f1c86504f982a9a7e199e4d12d1e3e664cacd591b49e3ba88bdd2f96ee70fe90", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|46|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 461}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83162, "scanner": "gitleaks", "fingerprint": "cc25834fc389d4fcc58a9d4740b41c3954849bc0d3e61bd54682e40a2118f726", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|44|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 448}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83161, "scanner": "gitleaks", "fingerprint": "7c36313263acddd1c2e20092437fd4f96f67177576faf28119d443697e417653", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|43|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 435}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83160, "scanner": "gitleaks", "fingerprint": "ede2d536ce868ef2bddf1d111192a20d1866a7c66d15b8f9de7faa8a04eeea9e", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|40|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 408}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83159, "scanner": "gitleaks", "fingerprint": "771e50bb1315d0804b13e8eb943e5b8422eb34f5e056fea1b656f1c32b85c4ac", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|39|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 392}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83158, "scanner": "gitleaks", "fingerprint": "ac7a7b0fd8af9b07f296b0937bcc4217c780dc7ef97d322d7f0d92c444bc7b72", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|35|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 356}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83157, "scanner": "gitleaks", "fingerprint": "cdc4c417e2ec93ca43473eb556acf8b45fdad0d4091bfcfef75ebe33278c88f6", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|33|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 339}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83156, "scanner": "gitleaks", "fingerprint": "b7cd19101cf7425704ed160dd93c2d5d1533da7bac67315e79ecb782324956cf", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|30|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 309}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83155, "scanner": "gitleaks", "fingerprint": "61de5f36fe954363335a7c6e275b2e3db737579a0d7d71343b1113c8675717f4", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|29|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 293}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83154, "scanner": "gitleaks", "fingerprint": "4afd0de616e4d168f2f171bc9912a5153538dee9cd8b98cdd4f72c9055502ff4", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|27|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 279}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83153, "scanner": "gitleaks", "fingerprint": "e561b2ece697eb23586b8ee863d058b682aed9a94f51ffce22cd1c030525aa98", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|18|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 188}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83152, "scanner": "gitleaks", "fingerprint": "874b31e258da99ecf4b9c909879ef5f33001d30e40920339f74bfe4bb4712873", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|16|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 170}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83151, "scanner": "gitleaks", "fingerprint": "3f8c8d32752d530d94ce539a6d81dc958f95325edfa525794f5af68867c21401", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|14|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 141}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83150, "scanner": "gitleaks", "fingerprint": "24e9c08495d0373a8a676fb3793a00e9a7a7c14e80aaaa87bd9ca0962d250115", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|12|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 124}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83149, "scanner": "gitleaks", "fingerprint": "f15b33504b7dcd6c679d6e88869ae01e08e26d84fff494e319534acc1f69b64a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|10|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 110}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83148, "scanner": "gitleaks", "fingerprint": "cf016dd63f2fb59e0a76d5d021e2bc9f81ba929a7cbee0a5a427c56d54958182", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|6|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 68}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83147, "scanner": "gitleaks", "fingerprint": "869d00e93aa96e82b26365f2e607640ffccee1d3172ddb0826e890c4cb64f09a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|5|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 57}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83146, "scanner": "gitleaks", "fingerprint": "c7bdaea4c84ef001aeb15b299ef09ecb736dca77936afded5333a004f180cdef", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/backup_test.go|4|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/backup_test.go"}, "region": {"startLine": 41}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83145, "scanner": "gitleaks", "fingerprint": "01ead6cc18e9b7c840a4d4b98d17e09e6cd2c61b3fb9b2cc39509e91e6a65810", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|core/record_query_test.go|94|redacted", "duplicate_count": 1, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["01ead6cc18e9b7c840a4d4b98d17e09e6cd2c61b3fb9b2cc39509e91e6a65810", "aef77b70f3de741fa2b25d828f95dc036029db31ce0a173684312ac07b8e2040"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/record_query_test.go"}, "region": {"startLine": 941}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83144, "scanner": "gitleaks", "fingerprint": "fc6d04592f406b284dee8329b8d88695e1860b88080b58d49d22a8871dd3ec12", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|core/record_query_test.go|93|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/record_query_test.go"}, "region": {"startLine": 935}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83143, "scanner": "gitleaks", "fingerprint": "829cd8a47eec520cdf7ba527d8c1510f44b9357c7e67cea2619f6cbfadfa7bb0", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|core/record_query_test.go|92|redacted", "duplicate_count": 1, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["829cd8a47eec520cdf7ba527d8c1510f44b9357c7e67cea2619f6cbfadfa7bb0", "f449017f8bbc9c2bb0d5552809764bae0b6c67de1fd16e0136de7d6cda96c075"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "core/record_query_test.go"}, "region": {"startLine": 923}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83142, "scanner": "gitleaks", "fingerprint": "9fe0bbe3f134ece6147c1aa608f3081bad24fc327087c4128e1e4b14af7f156e", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|175|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1757}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83141, "scanner": "gitleaks", "fingerprint": "a4b1e99bd9a711d48240d7ba3c8667dc139a6e4dc239e53f6416ec72ad520906", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|174|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1743}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83140, "scanner": "gitleaks", "fingerprint": "c6af64261159a59f54fc05fa9b2f16400eb688d2563f45e60d0b7db22fc8f53c", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|172|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1729}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83139, "scanner": "gitleaks", "fingerprint": "251c637871b7ace5b82e016ca93b9d4706e2ea922c5cb55d0b5fc1ded3d0274b", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|171|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1712}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83138, "scanner": "gitleaks", "fingerprint": "495faacdd6f8f16eed588ca51f64f966e8e8b8959417aa2b08086dc3c78860c2", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|169|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1699}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83137, "scanner": "gitleaks", "fingerprint": "a4b0f715d787ef7c2d183b11b19fc21d1c215c4e87f25f9edd2e669fecc47a45", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|168|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1686}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83136, "scanner": "gitleaks", "fingerprint": "138ce223fc277323aee8d96ca061cbafc97d829e86f207cc33ef9511a5e29d29", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|166|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1669}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83135, "scanner": "gitleaks", "fingerprint": "b6d7c5469c553180410fccdf073b27bcab5a77972167752eb09129c8f3e65fb5", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|165|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1657}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83134, "scanner": "gitleaks", "fingerprint": "fc3582a6bb7bbbdd8badd8cad1c58cf9030ef8c4eaf89e52ca204cd92b861123", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|161|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1616}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83133, "scanner": "gitleaks", "fingerprint": "923696a24ec9692355cb57c36ea473ba9d89081d883568cb4f0eb496ab7684d4", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|160|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1605}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83132, "scanner": "gitleaks", "fingerprint": "2b296cdc2ed75a6411ea2cc22707698bda3a6efbf558e0b201682d3c5a815489", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|157|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1575}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83131, "scanner": "gitleaks", "fingerprint": "4e1f6c60e577219157022ff795cd5632fc83caef67ca08be4823e4fbf7aeba02", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|154|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1550}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83130, "scanner": "gitleaks", "fingerprint": "bd684f920d6761cf68b63bc9dc14678b5ee0e5014b986bd02312e5b3c1d32d0c", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|153|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1532}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83129, "scanner": "gitleaks", "fingerprint": "a953a635e84583233425ea4670c3eeefe5ffb12da7f3a31e62304e96ed3ad58c", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|152|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1521}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83128, "scanner": "gitleaks", "fingerprint": "f5b5083c24e11e831d13fc0ce14ffd2d1e8a18e9401dad5887494d47e88418cf", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|147|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1480}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83127, "scanner": "gitleaks", "fingerprint": "8d2ce575b1b1c3313692d422b8a4338698a5084dafd072e483b390f082773c2a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|146|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1469}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83126, "scanner": "gitleaks", "fingerprint": "02080acc2fb404033f089ba99e9c5e253b57c0feb15d0f4960b49adc26f5c7f0", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|140|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1407}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83125, "scanner": "gitleaks", "fingerprint": "f07408a542b4b90e1ae245195414541c82185584bc78c9830a328a83913e9153", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|137|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1376}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83124, "scanner": "gitleaks", "fingerprint": "1e6d78cdce4345dff3276fe23c7615c6e9699ecccc1cff54a05c589a91c88672", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|133|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1336}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83123, "scanner": "gitleaks", "fingerprint": "2101b928a6eecae1584cb2308a246eb10e854aa911a7ec92c803137c41893168", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|130|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1307}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83122, "scanner": "gitleaks", "fingerprint": "55b0e0447ca84fdde687448a47385286537b2a5e624496644cfd1a1134e217c4", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|126|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1268}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83121, "scanner": "gitleaks", "fingerprint": "e560045233f466edb082ebdc4ebfc0335711f8f50752f92e47873b22ab3f3e27", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|123|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1240}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83120, "scanner": "gitleaks", "fingerprint": "f7ff374af5502430786ac73c3b2e80ecf978ebf633f4eb0e1f31cb6e6293d180", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|120|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1210}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83119, "scanner": "gitleaks", "fingerprint": "ab1382f79e2b9e0b81a62507bde12bdee5d96aca79e96bf91ede96c09fb7b4d3", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|118|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1184}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83118, "scanner": "gitleaks", "fingerprint": "9efe119ec411c036bd41423c152d8bfe5833ff2ca2e81fb484f1c984c7ca12ad", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|114|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1148}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83117, "scanner": "gitleaks", "fingerprint": "61637e12916aca527a2fda1678d0bb196744d99838e6a29221a89967cf431d76", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|110|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1106}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83116, "scanner": "gitleaks", "fingerprint": "c8bf86da56201addc50adc66f61bddcee18c4c71414724becd1137073488dfe4", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|108|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1081}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83115, "scanner": "gitleaks", "fingerprint": "25cb261969360c0d2778e9af247c1f5dde60dc7ddec2253c50daa3d3c798b957", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|105|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1051}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83114, "scanner": "gitleaks", "fingerprint": "91b6a99afc13ba2ab62c6ad9c012a6cbb276ecf48c69344d3078aeb79765dd9a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|102|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1025}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83113, "scanner": "gitleaks", "fingerprint": "6398ea35ddf219f946506d594bbfdff2c667886aad0888484cecf5c04f2b9c54", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|101|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1013}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83112, "scanner": "gitleaks", "fingerprint": "25ba4cd6274b79eb71979b0bb3e209e209791fc9499fdf3cbdd9cf183e1f9205", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|100|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 1001}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83111, "scanner": "gitleaks", "fingerprint": "b0d37e6676057f312703d27c4ddedbad039c220676087cf0e0051bf461c1fb59", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|93|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 938}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83110, "scanner": "gitleaks", "fingerprint": "6ce4df2e261b18610d345a3dfc87c43116c8e1c42f55c2929dc58fd46949bfcd", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|90|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 903}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83109, "scanner": "gitleaks", "fingerprint": "0bef4c9fae2e55f455ffa800ca802bd19e79eaf340a1e91c17fc44050b3da2cd", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|86|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 861}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83108, "scanner": "gitleaks", "fingerprint": "94f84bdcc0fc26608a0a03bdc9eef5cb796c98751dd6788a0c2cfbd367755786", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|82|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 826}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83107, "scanner": "gitleaks", "fingerprint": "f148c423a8ded5848a72920d0614b309efc7bb4e81bde57df2910980c89e30f3", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|78|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 786}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83106, "scanner": "gitleaks", "fingerprint": "0856fa0a2ae91494990cdf937265473ef3541bad0bde44da55a76af7cb87a1c8", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|75|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 757}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83105, "scanner": "gitleaks", "fingerprint": "0d8c1e1e270476a7d5aad5dc2da9ca4620e316368980721709d95769e46bd192", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|72|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 722}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83104, "scanner": "gitleaks", "fingerprint": "93f1b56c407c5ea8f786b32198afd0d6b384d13db09b271f892096ab64d44129", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|69|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 697}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83103, "scanner": "gitleaks", "fingerprint": "a199de0964ffb25ff9d9d42af30c5928696c56337d24a53576a4ec7c4e13e920", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|66|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 664}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83102, "scanner": "gitleaks", "fingerprint": "16faf689536343695e35586b1f45b9de0e1d7a559d2d56efec6f0cf86cbe69f2", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|62|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 628}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83101, "scanner": "gitleaks", "fingerprint": "a06242817019eb181e359c1be82029eeebc3d5199829a9aed80086c8175ebd98", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|56|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 568}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83100, "scanner": "gitleaks", "fingerprint": "a67a0189bdf760b1c92b113ccc8f94c78d77867c57719c1c25ff694333bb62df", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|52|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 530}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83099, "scanner": "gitleaks", "fingerprint": "512067829f8ad75acfc357b7981a525775ab182fe92cf94153186a870797a828", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|50|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 504}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83098, "scanner": "gitleaks", "fingerprint": "7160dd170fdd2cf932147809a7e6d48a11cb2baa737483cba57cf906f06e35b7", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|47|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 477}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83097, "scanner": "gitleaks", "fingerprint": "bfa40bcb0fd59030f60af429f10eb3dddc04c35b3ee9bffe35e1836736765f55", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|46|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 465}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83096, "scanner": "gitleaks", "fingerprint": "d2f3c675969fbebb9feb8ecda89ac16668ff68179e6062957ddab56cfb73894f", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|41|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 419}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83095, "scanner": "gitleaks", "fingerprint": "019f460b813e11c20592036cad47b41b66b116eb69acb763cd8db3d8e15e9c6a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|39|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 400}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83094, "scanner": "gitleaks", "fingerprint": "9bfd40acd8dce18466eea8770575bbc08f1ce928297537e4873b3a804878216f", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|37|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 380}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83093, "scanner": "gitleaks", "fingerprint": "c15f5a2419fd9cc905168956d839bf7b526b163f0700d31c778edbba93c5d0c5", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|35|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 360}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83092, "scanner": "gitleaks", "fingerprint": "284c71e83f7ff1153f04034f970a095f0d2fbf85ab4417c85dc2e62f6eb3ba58", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|33|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 337}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83091, "scanner": "gitleaks", "fingerprint": "41d37a6e2c7cb43df1793f0e0c602f533fff0f6af4e008ec4d4afa63b3506e25", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|31|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 314}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83090, "scanner": "gitleaks", "fingerprint": "236e0dc50e62aa1352363d1f7ad3c7159989c8b866606098779a4d65b91d4114", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|30|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 303}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83089, "scanner": "gitleaks", "fingerprint": "7c3dff5ae7a4622227e57a61f23a8cadd52df4b706fda3403f95b75fa4ab9adc", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|29|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 292}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83088, "scanner": "gitleaks", "fingerprint": "a9d7d90faf38c857d9675fe8a15ab2baae873284c72123e2b57ca8527bd42f21", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|23|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 238}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83087, "scanner": "gitleaks", "fingerprint": "adfe8c29239cfc77f813f5bab21306c467e4443ceb216f732726df823ec21bbc", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|22|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 221}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83086, "scanner": "gitleaks", "fingerprint": "e0b6ff5f8027a6b865348079307cfc239531c4b52802ab9c5648ff0de87a6c41", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|20|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 204}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83085, "scanner": "gitleaks", "fingerprint": "3ce8fb28e678e6f6baab9f784e30cd0372206ae698f0e81382ce9d1ec4ac1bec", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|19|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 193}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83084, "scanner": "gitleaks", "fingerprint": "631d9d8922cfe160c1e657c6ae23a92238d250eec2fe1e5c526b7c471109e5aa", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|18|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 182}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83083, "scanner": "gitleaks", "fingerprint": "87abd7327e1c5fe269517badf9d3e37c98aad9b07ffe77ea73b01a3ed83a656c", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|13|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 137}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83082, "scanner": "gitleaks", "fingerprint": "a054f6c5da57ca47f4d5601df60c7aa2ac06caeaf2f104c9da1a95363d2e7348", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|11|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 113}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83081, "scanner": "gitleaks", "fingerprint": "02d8fd3a0e3161a91252803467a0e756272e39010a38a6a8c24bf48fcc4be9ad", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|10|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 102}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83080, "scanner": "gitleaks", "fingerprint": "1f326b2284fb0fb82db3c5a91a0d5f53a7ae378ed776e5474d72ccc26cf23e59", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|8|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 82}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83079, "scanner": "gitleaks", "fingerprint": "f67d2c005180896d9fe9af02fc5669f7c00b5af8cbf09d7589331f209b13334a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|4|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 44}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83078, "scanner": "gitleaks", "fingerprint": "0eb98234eafdfb5d9a8e5dde010965fc5459366ef6080da6fd9480f5eb3c5e3a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/collection_test.go|3|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_test.go"}, "region": {"startLine": 33}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83077, "scanner": "gitleaks", "fingerprint": "84cd4847f3db187151059139f42ebcbdcab18626d67acbefdbf3c22dcca40711", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|89|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_with_oauth2_test.go"}, "region": {"startLine": 898}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83076, "scanner": "gitleaks", "fingerprint": "1f4fe35c94fc33f629d5d386df96753dbe3a06b8068c47c999bf088ade4e170a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|76|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_with_oauth2_test.go"}, "region": {"startLine": 770}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83075, "scanner": "gitleaks", "fingerprint": "d419f08d28cc2f2ac87eed9f77f1581f73fb1d1dd49cb2ab5254b1232734c375", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|66|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_with_oauth2_test.go"}, "region": {"startLine": 664}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83074, "scanner": "gitleaks", "fingerprint": "a40cf6b840308fe9966aad893a80be2aefb024c1f8cbbe5e3b6ade04699fb924", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/batch_test.go|73|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/batch_test.go"}, "region": {"startLine": 735}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83073, "scanner": "gitleaks", "fingerprint": "7e397a2dda60878c65910e056bbc60656574f7d7ae588d46cd51bc65c2bbc9b9", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/batch_test.go|68|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/batch_test.go"}, "region": {"startLine": 688}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83072, "scanner": "gitleaks", "fingerprint": "dbac90bcd1d70c58c47ced1e664508501de0b8d68e22378e5d815a0ad807e5d5", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/batch_test.go|60|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/batch_test.go"}, "region": {"startLine": 607}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83071, "scanner": "gitleaks", "fingerprint": "791d125972249f772e469c8b35ee3b512dcdca0c6be317c163ef84f0aaf28941", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/batch_test.go|56|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/batch_test.go"}, "region": {"startLine": 562}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83070, "scanner": "gitleaks", "fingerprint": "7536ec978f9b49de8b625fcd6346e4df08e624adbd983099d91f233033f41dc4", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/batch_test.go|49|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/batch_test.go"}, "region": {"startLine": 499}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83069, "scanner": "gitleaks", "fingerprint": "a94e7af9f14810f48c4c5fb8c8a72e0493599f26483a15ffb908f619026a823b", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/batch_test.go|42|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/batch_test.go"}, "region": {"startLine": 428}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83068, "scanner": "gitleaks", "fingerprint": "e0651224566097f5f64db0278a7cc3660287664c1134a9ebb2649002346f5e40", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/batch_test.go|35|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/batch_test.go"}, "region": {"startLine": 357}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83067, "scanner": "gitleaks", "fingerprint": "cedb3d931ebba3c70ad369c9a2ccfc8afa07ead775dac9c029ef3289874693d3", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/batch_test.go|29|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/batch_test.go"}, "region": {"startLine": 293}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83066, "scanner": "gitleaks", "fingerprint": "c5181f038ff0ce7b03f26a407cf1707ae64fda5b4d4156e629eaddb65f9c0c20", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|28|redacted", "duplicate_count": 1, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["8f6d078b1cb231a8fc5942a8f8fbd5a8cf0d67fc3ee8367002cd0bc86a9ef504", "c5181f038ff0ce7b03f26a407cf1707ae64fda5b4d4156e629eaddb65f9c0c20"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_external_auth_test.go"}, "region": {"startLine": 289}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83065, "scanner": "gitleaks", "fingerprint": "0ed06f7037963ec05face490e4fc542ace1debad901e898ef182f87ab0804e78", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|20|redacted", "duplicate_count": 1, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["0ed06f7037963ec05face490e4fc542ace1debad901e898ef182f87ab0804e78", "67bcc1c892348be22d2ce008dc0bfb3ecc439aec2732a48516bf98c0527b9457"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_external_auth_test.go"}, "region": {"startLine": 209}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83064, "scanner": "gitleaks", "fingerprint": "76e277b2745f876429a29fd8c5ded1423cf2b2e7424f763b7548e7ab3758d2ee", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 2 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|11|redacted", "duplicate_count": 2, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["76e277b2745f876429a29fd8c5ded1423cf2b2e7424f763b7548e7ab3758d2ee", "a40ae8a335ad0a4188c332328044f227b708599dc7759875ae65fbc85a3cebfe", "bb4c2fbf885ac1bf71bdd42c7bce9a05384c11a398a46169d7179ee1defd99e1"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_external_auth_test.go"}, "region": {"startLine": 113}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83063, "scanner": "gitleaks", "fingerprint": "022f6b4ba21c5cedcb90972176a7dca3b317686acdd358fda064f61a504fc8e5", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|32|redacted", "duplicate_count": 1, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["022f6b4ba21c5cedcb90972176a7dca3b317686acdd358fda064f61a504fc8e5", "c91b0e34b574484ae6673ccdfa0c771fa8f400bedde40102dc4983e0be24bf38"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_verification_confirm_test.go"}, "region": {"startLine": 322}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83062, "scanner": "gitleaks", "fingerprint": "3ec03d873a7cce44333a4319397723831730a1a484193929de45bbb3b7a1b60d", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|25|redacted", "duplicate_count": 1, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["3ec03d873a7cce44333a4319397723831730a1a484193929de45bbb3b7a1b60d", "875a53358e9b6cfc4f403b26064a3594b67b2f616456072cd01c1ae74dd67dc9"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_verification_confirm_test.go"}, "region": {"startLine": 252}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83061, "scanner": "gitleaks", "fingerprint": "533807cc0772240660ca85930dfc41adb4601abe08b6868f5cc49090ac34573f", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/cron_test.go|13|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/cron_test.go"}, "region": {"startLine": 136}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83060, "scanner": "gitleaks", "fingerprint": "93dc9d45ecdc53d5e8e8e9cffda0822aeec3bfc8252a92650826b3ed5467af97", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/cron_test.go|12|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/cron_test.go"}, "region": {"startLine": 122}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83059, "scanner": "gitleaks", "fingerprint": "75ef68b1b68a8188b30730c150b52522381a32e66d5deff8570c8c5be2c3b46d", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/cron_test.go|10|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/cron_test.go"}, "region": {"startLine": 108}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83058, "scanner": "gitleaks", "fingerprint": "4161dd6f738f6a49a8df04e5b9e0f1d87d1717c1e181932018b5fcca17d93524", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/cron_test.go|5|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/cron_test.go"}, "region": {"startLine": 55}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83057, "scanner": "gitleaks", "fingerprint": "3dd9fe1bbb27317c1bdd1d5baf8ef779a02cf3448f89363d816280b9c7305b14", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/cron_test.go|4|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/cron_test.go"}, "region": {"startLine": 41}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83056, "scanner": "gitleaks", "fingerprint": "abc74610451cf1731cf4a70ddb9490cb74af36301eee9501e44444fff64eea0a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/cron_test.go|2|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/cron_test.go"}, "region": {"startLine": 30}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83055, "scanner": "gitleaks", "fingerprint": "bbcb3d4b52e87f293cb708e9363e3ca8e0dcba13bed76063af43c96db2424cf6", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|63|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 636}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83054, "scanner": "gitleaks", "fingerprint": "b120ffae68d15e031cfefbd87f7fc43eba454caffd6edd927776e3aee293b910", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|62|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 623}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83053, "scanner": "gitleaks", "fingerprint": "6013c29ff8d17b644a03d2b23a49685c7dd6824ce095f6c8ae52030ac0a62a96", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|60|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 610}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83052, "scanner": "gitleaks", "fingerprint": "cf37e0a47d62acebe99715d150315e27b6d11a4be2eef25fdd9c7550218ac16c", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|59|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 597}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83051, "scanner": "gitleaks", "fingerprint": "2250fda2061d3fc678fb7fce189450ed876deec69074a6b93e4e2970ead37b3a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|53|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 539}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83050, "scanner": "gitleaks", "fingerprint": "ce04caa8ece8c7c8bea9f80881ee2d4646a91bccf369749b1f40322187d86dd7", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|52|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 523}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83049, "scanner": "gitleaks", "fingerprint": "743622dff5024e404a524365905afec49c91436db43227d12c13930bc5927259", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|50|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 507}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83048, "scanner": "gitleaks", "fingerprint": "197e2787d7798c980df458307715c67a6bc715efb58416fd2bafce4abeb68906", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|49|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 492}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83047, "scanner": "gitleaks", "fingerprint": "807ee5f7c51a4a43d5d65d6f197dcde1b77aafcfd0bf5ae9f9f12d25db23ab59", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|47|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 476}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83046, "scanner": "gitleaks", "fingerprint": "94290dab80dd1dc7a43d41063b7ea08f0c7e86bf343e114a1bb8d156ddf00490", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|45|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 460}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83045, "scanner": "gitleaks", "fingerprint": "c2c0d26eefdfbc38d14a961c62afa29a897c4ae4b621fdeb3c9fb9fae6cd1648", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|42|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 421}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83044, "scanner": "gitleaks", "fingerprint": "a5dd1c5a5feca9b115aebc20cf7a9e11a79c1b09330601c1742cd16a54bf60fb", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|40|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 406}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83043, "scanner": "gitleaks", "fingerprint": "048468f1163e8ff6f27a43e8a925e950ede9a7247b7ccda5f9f09235940d7aa0", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|38|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 390}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83042, "scanner": "gitleaks", "fingerprint": "d7b79b55b74808fa22d1751ede20d737b6761441036124b66d989b89b7d2a257", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|37|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 375}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83041, "scanner": "gitleaks", "fingerprint": "3385655bc967d9a266751c4e411ecb8fc926dc8c04405a19ce58c218385b231f", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|35|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 359}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83040, "scanner": "gitleaks", "fingerprint": "da9df4349a43b30063785cbf22193f695617cf43d8c44b6c8e5c3f63d3c71144", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|34|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 343}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83039, "scanner": "gitleaks", "fingerprint": "1043d595a623793ec39738c8758f3d4230fd928160f86132a170c04877c223cf", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|30|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 304}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83038, "scanner": "gitleaks", "fingerprint": "ef6465b238d875628bbcded999b0e0c5df01dd84c5ace573749c8a5d8c0dd944", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|28|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 288}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83037, "scanner": "gitleaks", "fingerprint": "59e78a0b13d72fb9d0baf4da266f513c84f9d8e4523024dc28b66ff07e8a7b85", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|27|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 272}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83036, "scanner": "gitleaks", "fingerprint": "711e82cb0f2f4b6775af80d9a62272aeb35d67997dd2311f38c1a395b9ee9c02", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|23|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 233}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83035, "scanner": "gitleaks", "fingerprint": "e89b581d2595a98a42b63a7606a126e8731bb653feeca06b51ddbaf38eec83d2", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|21|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 217}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83034, "scanner": "gitleaks", "fingerprint": "2cc3a9d4b21e651816efb8d8304b8ec18321a102fd871aaca89c44b95a391e80", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|19|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 200}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83033, "scanner": "gitleaks", "fingerprint": "e6b7ae50bccbf0b51790e3dfdc7a1171ac157da581cdbd5befad5168b1ae2562", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|18|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 184}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83032, "scanner": "gitleaks", "fingerprint": "04869d8d32047e343249da35d353a548ea4817197c313b548c43df3b660583d2", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|16|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 168}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83031, "scanner": "gitleaks", "fingerprint": "950286a312cd3e2405d7d58e793d0a74a337e923dfc46c467ba4c6e130a0c172", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|15|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 151}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83030, "scanner": "gitleaks", "fingerprint": "78ca03349c4bbe1937a1c7705eb267be000ebe1e286ccfa337454a875d722402", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|13|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 135}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83029, "scanner": "gitleaks", "fingerprint": "204de177256d75e3c8bb6694b0698a09133f1d9211142d58ca6ebd8404a15ce7", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|8|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 90}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83028, "scanner": "gitleaks", "fingerprint": "5b7359177d1118a819974c38369b110c7fb94fbbbde13537e73616acc4a97b94", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|7|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 78}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83027, "scanner": "gitleaks", "fingerprint": "3fe32b77129d1d23d20d2cbaf0eadaf18f79a6510a1ffd5d0541d6e2563609a3", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/middlewares_test.go|6|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/middlewares_test.go"}, "region": {"startLine": 66}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83026, "scanner": "gitleaks", "fingerprint": "295b83b02cd1367a820adcf2a29549a34b85cc054670e51081b82bcd325cc9bc", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/file_test.go|48|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/file_test.go"}, "region": {"startLine": 482}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83025, "scanner": "gitleaks", "fingerprint": "7a7bd1052529c65694d6624b415d2fcba3316a0413847c786b9d8c7d123e0f98", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/file_test.go|47|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/file_test.go"}, "region": {"startLine": 474}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83024, "scanner": "gitleaks", "fingerprint": "80219e9218ad611fea643578e2fe73b631f7e1e81587a2d12c02c0dc367e8bd4", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/file_test.go|45|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/file_test.go"}, "region": {"startLine": 452}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83023, "scanner": "gitleaks", "fingerprint": "b6c8673995e252df7804685ad132fc7ca6b8eb7ca8197840aad481c62f7cb384", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/file_test.go|43|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/file_test.go"}, "region": {"startLine": 433}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83022, "scanner": "gitleaks", "fingerprint": "cc6aeb75ed4bee84a0c093cfb86339959f84447e892db5e46a956b7439266eac", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/file_test.go|37|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/file_test.go"}, "region": {"startLine": 380}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83021, "scanner": "gitleaks", "fingerprint": "5ca71dae70cd12a530892c3294471d1897556a7f48b26ce560a502463aa1d5b6", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/file_test.go|35|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/file_test.go"}, "region": {"startLine": 359}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83020, "scanner": "gitleaks", "fingerprint": "7372ee075c24afc76dffbe62e1e823509bd1348ae86095a5e3155eb69e0d2567", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/file_test.go|34|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/file_test.go"}, "region": {"startLine": 348}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83019, "scanner": "gitleaks", "fingerprint": "c9007006f2ce887999e57484ac4bae45346f991d0325d1f1c8b8e857e26387df", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/file_test.go|33|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/file_test.go"}, "region": {"startLine": 340}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83018, "scanner": "gitleaks", "fingerprint": "bc02f00c5ada57dd4372ef76970777f663c49a62d990f4f35fa6e2058dd4e148", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/file_test.go|6|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/file_test.go"}, "region": {"startLine": 68}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83017, "scanner": "gitleaks", "fingerprint": "320f19405e362f802903b8bb18950eb1c1e6e8372073618b5111854c106e066f", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/file_test.go|5|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/file_test.go"}, "region": {"startLine": 52}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83016, "scanner": "gitleaks", "fingerprint": "86293c3eaec5682678d854730e64d8fd5041516f40a071ac9679819b5ebfb35f", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/file_test.go|3|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/file_test.go"}, "region": {"startLine": 36}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83015, "scanner": "gitleaks", "fingerprint": "8b243e3ecd6b75f185d83409ed161f1c9a689fc4c11a83c3ac61665abe08f8e4", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/sql_test.go|20|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/sql_test.go"}, "region": {"startLine": 203}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83014, "scanner": "gitleaks", "fingerprint": "b3555bd1bcdf945d1ecf19f2fd929779827dd9c36242de3dd497e7e108f2ae6a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/sql_test.go|18|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/sql_test.go"}, "region": {"startLine": 181}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83013, "scanner": "gitleaks", "fingerprint": "b627950466f20cfc82523bfdcd8871c116def5fe20abf54be0f690e41c3ccb41", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/sql_test.go|15|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/sql_test.go"}, "region": {"startLine": 152}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83012, "scanner": "gitleaks", "fingerprint": "52326638391116a0d58cec39bd6c61f5623365a1b0a80532f2d294f166675f75", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/sql_test.go|12|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/sql_test.go"}, "region": {"startLine": 129}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83011, "scanner": "gitleaks", "fingerprint": "36bac0b7b15e94d75ec635dcbf563811f83259c35f9c2b23eee4652fa9af1f5e", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/sql_test.go|11|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/sql_test.go"}, "region": {"startLine": 111}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83010, "scanner": "gitleaks", "fingerprint": "95a864fe5654078d8e57cdd8022010f5d59bb4e2c6fc95e6031f348df8dba3bd", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/sql_test.go|9|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/sql_test.go"}, "region": {"startLine": 95}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83009, "scanner": "gitleaks", "fingerprint": "f38729dd17a91f5b3fe3201c400a8b26e6e9751712d1fda6e4e4feab514327a4", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/sql_test.go|7|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/sql_test.go"}, "region": {"startLine": 78}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83008, "scanner": "gitleaks", "fingerprint": "e60108ea832643d8a8c06bd632c0239e1e1f06e16344e94afc187ed8b3bcacf3", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/sql_test.go|6|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/sql_test.go"}, "region": {"startLine": 62}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83007, "scanner": "gitleaks", "fingerprint": "c56a188d70285e521d152e4494dd4a77db734a481366bddf6ea8b9d2d4d41526", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/sql_test.go|4|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/sql_test.go"}, "region": {"startLine": 44}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83006, "scanner": "gitleaks", "fingerprint": "55bfd235053b8a7741086516711b03f64b44bb46096672896d69f817d17387a0", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/sql_test.go|3|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/sql_test.go"}, "region": {"startLine": 31}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83005, "scanner": "gitleaks", "fingerprint": "223bde5bb59f4a8998cb0954d8d60e1a7fcc7d9685058888d706f9e3799390e7", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|34|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_import_test.go"}, "region": {"startLine": 343}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83004, "scanner": "gitleaks", "fingerprint": "b09bb933d621d4bec0c14b4e9a6e97db4347291f278f95e81f96ffdbf9f0084e", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|26|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/collection_import_test.go"}, "region": {"startLine": 269}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83003, "scanner": "gitleaks", "fingerprint": "f21ccca7429a5b03838c1ccdff4f83a0d62578c55c5562e890c4d0ce29aac456", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|30|redacted", "duplicate_count": 1, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["bafeff9aaa687f929854417403f5d5f288d3f7e25e9da28fcb16287414493bce", "f21ccca7429a5b03838c1ccdff4f83a0d62578c55c5562e890c4d0ce29aac456"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_superuser_test.go"}, "region": {"startLine": 307}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83002, "scanner": "gitleaks", "fingerprint": "a9781a5287dd5d68046b29704a5678da48ec91df44a4b18ddc80c02e26c3857a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 3 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|22|redacted", "duplicate_count": 3, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["25e9cea9b02fdf9c8e97432307a911876ba62c5d036711790692893eaa7270f7", "8d23a1fc3e44cb4638d593ee94a7ea810ce0aebbaa4faec3e1a6ebe65d3b1e46", "a628489390ed060275af79a0dbeacd3ef4927255782548938f8729295c4312d7", "a9781a5287dd5d68046b29704a5678da48ec91df44a4b18ddc80c02e26c3857a"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_superuser_test.go"}, "region": {"startLine": 225}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83001, "scanner": "gitleaks", "fingerprint": "69cee30601abd2b9b2aec29c17624fb47c9394dda79ad16cbfa462fe22331f4d", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 5 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|14|redacted", "duplicate_count": 5, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["01ea38736987eee26ff4cff8fc6bbe6c730693c1a7e242c377fc04bca319a5c2", "1e343495f2708e91cf5a676b30aa8ab710bd0673f7773b3728fe8ec9b978c258", "616ad62359c4513abf7fca12a25dfc98b3e2dedcca731260fe1b27626ae8ee69", "69cee30601abd2b9b2aec29c17624fb47c9394dda79ad16cbfa462fe22331f4d", "8fb3d1813edcdcb3e1c5757adb2439c030602e74d1c3a8c3f710218245db8141", "f5fe5cecf8ba6b448577e95462df3d18e92a3c6bbc05719b75b88a93c2bf2f0d"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_superuser_test.go"}, "region": {"startLine": 145}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 83000, "scanner": "gitleaks", "fingerprint": "06fd8dbfc2f0ed795b4244a1a7d34019dc573b01cc75512827d6e1a623e882be", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 2 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|37|redacted", "duplicate_count": 2, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["06fd8dbfc2f0ed795b4244a1a7d34019dc573b01cc75512827d6e1a623e882be", "a427e0e76fd2275f5f239456a1712bc6e0526f04826a91ba53a88123b6ec99fb", "f01672075522ba77742da8943222be4c57b3cb748bd7c78f681be790003f74f7"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_mfa_test.go"}, "region": {"startLine": 374}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82999, "scanner": "gitleaks", "fingerprint": "ee4c46314ccb9b587ef125a8fea34c52651aba5e1b5d99c39f826d0af9378d6a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 3 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|35|redacted", "duplicate_count": 3, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["09e62dbb6ba6c741a4b32a42fde6a0ad822ec0be2d33933fb2389ba9d5c40d6f", "5f98d6202b3caad256c3081df1bf8c5203254148f9f9341942ddf5fb01fbbd5d", "eac530227cd8312ff182d61b31897ece7193e8a8304678a27297cab7cdc85767", "ee4c46314ccb9b587ef125a8fea34c52651aba5e1b5d99c39f826d0af9378d6a"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_mfa_test.go"}, "region": {"startLine": 356}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82998, "scanner": "gitleaks", "fingerprint": "732697e3150256661873b2f6dc46e318be23ddf97f511097ffb6926475aac414", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 3 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|29|redacted", "duplicate_count": 3, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["4999e47f576ab3ebc3262544955535942319d0ea30d846db028302c286b4cf2f", "50b6f76759b352de6b3951020bda39046b8eeec23cec34d58aed1f4fce3b9ee5", "732697e3150256661873b2f6dc46e318be23ddf97f511097ffb6926475aac414", "b746ba05e98c1a647da25f6d3f2ecbeba815ea7dc00d6892b686199292a96ef0"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_mfa_test.go"}, "region": {"startLine": 293}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82997, "scanner": "gitleaks", "fingerprint": "9fefe1aad55fd644f8dd034e7d344eb41d34b859a42418ccc590ccd4cf552c0b", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 4 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|27|redacted", "duplicate_count": 4, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["9fefe1aad55fd644f8dd034e7d344eb41d34b859a42418ccc590ccd4cf552c0b", "b2a71b8aa796e79d3c1c2f81affee829b4f6ef1df35469bbc8771afd146a36e7", "d4b87cbf7add073892953ea03938f3f306b6028eecca68cb9a9e19af95a18665", "dc5c9ca7b9ba079bc0b08b480b6f2896034bd6be9f40afb8bbb0679ee4c7f02c", "f2a35bd21e01a07e8c287d7d50fc2eed340740dafa304324309d25242a7c992a"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_mfa_test.go"}, "region": {"startLine": 275}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82996, "scanner": "gitleaks", "fingerprint": "5e9f29abacda0d629f4115559991ca8f6fa83d03d56612625ed7fe38f38c8b8a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 2 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|19|redacted", "duplicate_count": 2, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["5e9f29abacda0d629f4115559991ca8f6fa83d03d56612625ed7fe38f38c8b8a", "c7c834e22ee223d10df8d6d53849aa918048c3ce1bab0ce3b25c816781b36efc", "df6ee11c2869b0f8ea49e3ea20a1363619ea34c68774f99c17638c760bad5f92"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_mfa_test.go"}, "region": {"startLine": 200}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82995, "scanner": "gitleaks", "fingerprint": "71b84fa0ef8e91e3043b025b0dffa8a217b287b2dfb8f8cd10f88594fa84ec1e", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 3 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|13|redacted", "duplicate_count": 3, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["26c3aa76b3b88375de6dccda06a821aa3e64fe3f3a6ac42803758760034f02ec", "282733c81526542494d6e45e394efdc7653cf44186515c4defd3ec9f201626e9", "71b84fa0ef8e91e3043b025b0dffa8a217b287b2dfb8f8cd10f88594fa84ec1e", "b0dc5bfe934fbe1208435918c232a2118fb3c39ee34aa65eae3b1e849299485a"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_crud_mfa_test.go"}, "region": {"startLine": 138}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82994, "scanner": "gitleaks", "fingerprint": "fce99608c20f880f74d055c84c5926965cae63f299618ecc343be427b0689189", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/health_test.go|5|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/health_test.go"}, "region": {"startLine": 54}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82993, "scanner": "gitleaks", "fingerprint": "b965dd4f17cb1316a4da6ae93474f958c5af05fa81a4e69eb008c682a6098bd9", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/health_test.go|3|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/health_test.go"}, "region": {"startLine": 35}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82992, "scanner": "gitleaks", "fingerprint": "e505cfb999082217c4281efecb1c9c66cc0a3f3e2778d5aac2b39908cbd4b8f3", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 2 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|17|redacted", "duplicate_count": 2, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["bf0b133c737fd832e02d00b8a9cb07661caa2f4f9453546e2b16da1eb65f951e", "e505cfb999082217c4281efecb1c9c66cc0a3f3e2778d5aac2b39908cbd4b8f3", "fe82586ab7ddbe0e48db3c124f1bdab6a394312edbd4bb72d203510b89b3861f"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_email_change_request_test.go"}, "region": {"startLine": 177}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82991, "scanner": "gitleaks", "fingerprint": "b1ae39c5adef9a8d80d33a2d569263d33231375a274ca5e42f9a62bb22c915c7", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 3 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|15|redacted", "duplicate_count": 3, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["2278d7189faa9292680774d6b72afc912c86c000b1297500527cf69f903e211f", "4514528245dc8567fae8d644506cb9c6843407e3eca06dcd6321300dab157caa", "b1ae39c5adef9a8d80d33a2d569263d33231375a274ca5e42f9a62bb22c915c7", "e612ea34829250ee5214ce82bc62a6f250f36c3fcd218f4d7b91dc7783533575"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_email_change_request_test.go"}, "region": {"startLine": 157}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82990, "scanner": "gitleaks", "fingerprint": "0ac6a76803ce81fe505862dd2361acb04bde3e333bdb853a4428f125323e8b11", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 3 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|12|redacted", "duplicate_count": 3, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["0ac6a76803ce81fe505862dd2361acb04bde3e333bdb853a4428f125323e8b11", "1c16233ba9c528c68aa3dfc2a134c62ef77b41a7339064065d20bce846eb751f", "8544fb1aeb61ed33ddce1f355a7e496e9bd5012fad6505ed735ed613b3df5ca0", "bbfc2a7165553d468ed3765f6d158d320a576468252f4e7dc097dcaaaa5dbb40"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_email_change_request_test.go"}, "region": {"startLine": 127}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82989, "scanner": "gitleaks", "fingerprint": "4bde9167efa1540c834f2066ca3f5e6f733c6aa089894b6c46641e0d51ced48a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 3 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|10|redacted", "duplicate_count": 3, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["2af02a9aa10c363a6bb11f6dcb8cc1bc6bb158a8127784429bf38e4d35b3fcae", "4bde9167efa1540c834f2066ca3f5e6f733c6aa089894b6c46641e0d51ced48a", "5c2ac686f43417cb46745307f04ec561e22316a511c7ae15afbd2c87f8002ec1", "7c3055f56d0c4e1b65920effdcb425fcba21fece30a8bfdc021d1439265e9599"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_email_change_request_test.go"}, "region": {"startLine": 106}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82988, "scanner": "gitleaks", "fingerprint": "0f5c59a612fa7dc33b2d996d632656e2dc662772037a180f2f32466383c89bfc", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 5 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|7|redacted", "duplicate_count": 5, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["0f5c59a612fa7dc33b2d996d632656e2dc662772037a180f2f32466383c89bfc", "17c43219effca06d35eca4a6c540eb11b35c66c0d67f9532df0c7f1b0418c28a", "63da10c913ba710e2d4722c795374646fe5e232fcd0168aaae940bfd72525f59", "6e16f4de908b9236fb79ba248897c6f7c0f18e406b1f4b6ebecbc84f9c94b4dd", "7fdad347af9285252b8a8c1813a035c72a932b2d684c022732d34675cb5ac606", "d81fb0cdaaa3b679fbdd9367e77cbc390909b3b18b8b25d927c93fa7cc17dfe5"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_impersonate_test.go"}, "region": {"startLine": 74}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82987, "scanner": "gitleaks", "fingerprint": "20801fcd310926b8de76877963b6f920d25a0f22947b2f394bbfeb601e05b104", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 7 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|4|redacted", "duplicate_count": 7, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["20801fcd310926b8de76877963b6f920d25a0f22947b2f394bbfeb601e05b104", "25d72f17971953cdaa78900722627afc6c5bcef9b03cad266233f636783c7f8f", "2d1651710e85346543e11d1881fc4a0961ec0d363751fd1f91dda78e481fe224", "6f9168824d00b6abba59c3e2d5436952a7b5c9fbac4ca0042e633ffd4cef4bef", "8ab947418b8cc70b4a3259f88a39a5fd8d2cf086b8ecea7e3f8e6dfee2827733", "af1aaad0f5fb546e712a92d0f779fe06d88470bf21fac67a078205901e4917aa", "c64874b291d58f3758b9fb3ac6948268554bfd02055c1119d3e7e2e083087392", "dba1c0bb6975d1f02c7d0e5b631cce7cbcbdbd8ad9ed8916bd275c7d8dc4f843"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_impersonate_test.go"}, "region": {"startLine": 50}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82986, "scanner": "gitleaks", "fingerprint": "ea97083e2708b798a1ac9712b38d5264390b8eb896597ad39680449c6d97968e", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 6 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|3|redacted", "duplicate_count": 6, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["2d00e012ba0f360afbf0f3c5ba6034afaaeb9b7394ffae0a8b06380440e2eb97", "9ebae814a072ac6975cb06c0b669d1f31d8e3d1551f47b0f28cffd3c8f8f1a22", "a18a707312a008c8eb3e09c7450b3c9fde0f43e37357c8e299da9eb020579f59", "bf390566c708f074ff1276386df53f01ed515f08cc1f601e27be908191132a81", "d446cafbf5604cc68ea4f58c481b24f03f26233f44dc87f8a9a60399f60c72c3", "ea97083e2708b798a1ac9712b38d5264390b8eb896597ad39680449c6d97968e", "eacce927c6d323bf894d1d6ec43ae3f7031b7807b3984e36de6bf42a903f39f0"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_impersonate_test.go"}, "region": {"startLine": 39}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82985, "scanner": "gitleaks", "fingerprint": "5139987b1951da45ecbccd5d05328ebbebc15d3853f0015e6195531b77fbea92", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|2|redacted", "duplicate_count": 1, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["5139987b1951da45ecbccd5d05328ebbebc15d3853f0015e6195531b77fbea92", "a1b2e37153ea89f709b08dd69bea99f0f16bb91618fe8f860f57c5d1947ccddf"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_impersonate_test.go"}, "region": {"startLine": 28}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82984, "scanner": "gitleaks", "fingerprint": "4a269b1a9679a4021d54dd575c7af6d9f9eadcefc6b5ce17d627210abfc55c90", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 2 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|23|redacted", "duplicate_count": 2, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["37ff74c0f3443402bdfaeafe9682abc7cd7e24b3e3de0369a048c645c1911195", "4a269b1a9679a4021d54dd575c7af6d9f9eadcefc6b5ce17d627210abfc55c90", "650784b620f7cb8ebb378122f22fca3fcafc5b80453191dddd627607699a5ed2"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_email_change_confirm_test.go"}, "region": {"startLine": 231}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82983, "scanner": "gitleaks", "fingerprint": "0af7be7e565c17912e8337bc30815d7e59bf658670f033fc899b35a2f4356e40", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 3 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|21|redacted", "duplicate_count": 3, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["0af7be7e565c17912e8337bc30815d7e59bf658670f033fc899b35a2f4356e40", "5e6a5354f988501cb48faca0bf976de91d99e4245d5514e3a9972c1ab2cd0514", "808e9a103151fc46e4b4a7f2436c297296554ca10c254339301c2133b6315102", "fe19935bf92ad26db1c4094c180b9390598c4d8218d492bfb8fb069a4bde7eed"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_email_change_confirm_test.go"}, "region": {"startLine": 211}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82982, "scanner": "gitleaks", "fingerprint": "ce33b5f88ed67bad41f22e715f838d14d28acdd8d023265233d2eba478036809", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 2 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|18|redacted", "duplicate_count": 2, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["ce33b5f88ed67bad41f22e715f838d14d28acdd8d023265233d2eba478036809", "ee8e381bdd372107d7154372ca4761c4b0058b804a676036aede64be8e492a4b", "ff81e08db4225be58a687f6be5013d39691c1bc72f784cef814643563622ebd1"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_email_change_confirm_test.go"}, "region": {"startLine": 181}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82981, "scanner": "gitleaks", "fingerprint": "87d55dac19f5fc4c6f419740e84109f0b58c786e8c176a0660b9530e134edb5a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|16|redacted", "duplicate_count": 1, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["153ff93445dd0b473a9a47ece3e52dea5cfbf49ed655521c99651293f070af81", "87d55dac19f5fc4c6f419740e84109f0b58c786e8c176a0660b9530e134edb5a"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_email_change_confirm_test.go"}, "region": {"startLine": 166}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82980, "scanner": "gitleaks", "fingerprint": "2999eb082b82a3355567a13eaa16ee9cc6c4c121295c042bbe09de1ec4916cc5", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 6 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|9|redacted", "duplicate_count": 6, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["2999eb082b82a3355567a13eaa16ee9cc6c4c121295c042bbe09de1ec4916cc5", "3296e404d9983988a7527d663c50c9ccddb1d214bf3e4986f7b0a5f2432fb6d9", "3e93a66be598724477b65e6857f7c301539c900221b2a398075114d330475ddf", "906bdf51adf7e200e55d114c633e567a92b3fc8f414895c29b1c799e6cc77da2", "dcfb5ceca1a7713887f6708e23763e09629deb6c1d612fcf581e2a52f5c1e0b5", "e96809dc6b6dfb911c781cee9666bd619a97ee29215b313c1da45eddef7907f0", "f9cc5da5b5d08ae7750e8bf55a9f833387ac40fe076c1f034db00fbe9a344067"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_email_change_confirm_test.go"}, "region": {"startLine": 99}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82979, "scanner": "gitleaks", "fingerprint": "865c1f34253e3b4f432bd9e670652d645ac986c4569e57594defada211640ee1", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 4 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|8|redacted", "duplicate_count": 4, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["2019f75cb026e3a7517ec68f51baa3529f3de7bb98738b7a7fe819f4d54358a7", "45c319fea13b93ad8c8e1c99a7b4f22dce69c7090a2b02ece292a08e0267b63a", "4c10c20a0b6a106a0eb48aca0e2be349bb5daf1cf58669cdf07ecbc6f20056e4", "69bc25b035910faad446996702a45861cb1c96f2625f475ee092f1b89b0c7194", "865c1f34253e3b4f432bd9e670652d645ac986c4569e57594defada211640ee1"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_email_change_confirm_test.go"}, "region": {"startLine": 83}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82978, "scanner": "gitleaks", "fingerprint": "8fe4a34bb270b31ec0259ce4e5a94ccb3ec229551add6807edf2bba92a1f77e0", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 6 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|6|redacted", "duplicate_count": 6, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["03d54cff1b92b19240fe141d8993eaf83ddd82532d6b41dbfc755b401faa674b", "22d23754177e7ad10113c5df7bef5bda590c3b2e4472f94d73f1ed052e4a6a86", "430809be790b0658414ab1460d818f1bea4cf03aead534be1cc2ea0e9ea42261", "433b0cd29662eb303b0c98bb8e0ba70f0b596757fa1e1da15aa112b44a8750b9", "4d5ae55087282195d3f5b6f53135bccab0dbabb31de74d847d21129536e74fca", "8fe4a34bb270b31ec0259ce4e5a94ccb3ec229551add6807edf2bba92a1f77e0", "a6008a39e56a82dcc16370ad7942962ede7fc6f3ac818b70035c84a5bfecc673"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_email_change_confirm_test.go"}, "region": {"startLine": 67}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82977, "scanner": "gitleaks", "fingerprint": "e048795ad9e6f293117d36e4dc04f0ad07a6c46bf65ac6e478e6dbd369de9aab", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 2 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|token|5|redacted", "duplicate_count": 2, "duplicate_rule_ids": ["jwt"], "duplicate_scanners": ["gitleaks"], "duplicate_fingerprints": ["2a77c0d8e368ddce79e3c93a247d2232ac4afdee4b2f2ed1d5599f0b8c52e414", "df0c17fa3c989c887aeaa4f8b17ddc92efedfb1cc0d1dc27f697c9ae2aad910d", "e048795ad9e6f293117d36e4dc04f0ad07a6c46bf65ac6e478e6dbd369de9aab"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/record_auth_email_change_confirm_test.go"}, "region": {"startLine": 51}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82976, "scanner": "gitleaks", "fingerprint": "bf8c39309639a788b5aaa5681a3d51eba81077fbbffd8f145b0eece1017dc7a0", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/logs_test.go|19|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/logs_test.go"}, "region": {"startLine": 195}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82975, "scanner": "gitleaks", "fingerprint": "ac33ff2611d21a5b78fd661eea8cbffd4f4d9bb5a513c4601a1af97cf5fe3762", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/logs_test.go|17|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/logs_test.go"}, "region": {"startLine": 178}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82974, "scanner": "gitleaks", "fingerprint": "cba2a698ec09c49277154d601d536115d7fa022561818a88de0aa1c2eaa60207", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/logs_test.go|16|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/logs_test.go"}, "region": {"startLine": 167}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82973, "scanner": "gitleaks", "fingerprint": "e57cc612f6d6edd119e8e50efdc92a8cc3ebf8898ebaab8f46066909599ce668", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/logs_test.go|12|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/logs_test.go"}, "region": {"startLine": 130}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82972, "scanner": "gitleaks", "fingerprint": "f3e0092968bf620919fe33e5f506294af00fe5640c65ff0973299c9e5ce930c3", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/logs_test.go|11|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/logs_test.go"}, "region": {"startLine": 114}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82971, "scanner": "gitleaks", "fingerprint": "3b828249bd81fa92fe2c04a5fd439bbb3a8e54f7de1475f31401940d7a919dd7", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/logs_test.go|10|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/logs_test.go"}, "region": {"startLine": 103}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82970, "scanner": "gitleaks", "fingerprint": "4ab36e7c576103a5cddc5be607aeef272883094d3e3ae61caecb408cc8f0dd30", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/logs_test.go|6|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/logs_test.go"}, "region": {"startLine": 62}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82969, "scanner": "gitleaks", "fingerprint": "69d94a9936b0b3efdcccd238e576afc1ef7e703a1b53000f884eb26f5cd28a7c", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/logs_test.go|3|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/logs_test.go"}, "region": {"startLine": 39}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82968, "scanner": "gitleaks", "fingerprint": "3dd87b0412ac64aa676f9cb1b9a79caddab438ebe88c095ed0139d84b2fd24f5", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/logs_test.go|2|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/logs_test.go"}, "region": {"startLine": 28}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82967, "scanner": "gitleaks", "fingerprint": "632711873d967f920a81d587d2438d442560ded8669b93e2d16e1d69c235580a", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/realtime_test.go|40|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/realtime_test.go"}, "region": {"startLine": 406}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82966, "scanner": "gitleaks", "fingerprint": "7e41b143170dac78e4a27baa3a01239bf59406594d161ba17b7a8870ab27cfec", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/realtime_test.go|37|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/realtime_test.go"}, "region": {"startLine": 374}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82965, "scanner": "gitleaks", "fingerprint": "a5420e72f3f4ded17f8a8e765915ff4934b71dbe3e6c4a9126388b2333f7c144", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/realtime_test.go|34|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/realtime_test.go"}, "region": {"startLine": 350}}}]}, {"ruleId": "jwt", "level": "error", "message": {"text": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data."}, "properties": {"repobilityId": 82964, "scanner": "gitleaks", "fingerprint": "c57b2e3a1491734f4d7b3541edcd50071c2bc7d55e4b35bd48a3ed6038199c76", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED\"", "rule_id": "jwt", "scanner": "gitleaks", "detector": "jwt", "correlation_key": "secret|apis/realtime_test.go|32|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apis/realtime_test.go"}, "region": {"startLine": 326}}}]}]}]}