{"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": "WEB003", "name": "Public web service has no security.txt", "shortDescription": {"text": "Public web service has no security.txt"}, "fullDescription": {"text": "security.txt gives researchers and customers a safe disclosure channel. Public web apps and APIs should publish it under /.well-known/security.txt."}, "properties": {"scanner": "repobility-web-presence", "category": "quality", "severity": "medium", "confidence": 0.78, "cwe": "", "owasp": ""}}, {"id": "AUC001", "name": "[AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobilit", "shortDescription": {"text": "[AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation."}, "fullDescription": {"text": "The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "medium", "confidence": 0.92, "cwe": "CWE-285", "owasp": "WSTG-AUTHZ"}}, {"id": "GHSA-6w46-j5rx-g56g", "name": "pytest: GHSA-6w46-j5rx-g56g", "shortDescription": {"text": "pytest: GHSA-6w46-j5rx-g56g"}, "fullDescription": {"text": "pytest has vulnerable tmpdir handling"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-q2x7-8rv6-6q7h", "name": "jinja2: GHSA-q2x7-8rv6-6q7h", "shortDescription": {"text": "jinja2: GHSA-q2x7-8rv6-6q7h"}, "fullDescription": {"text": "Jinja has a sandbox breakout through indirect reference to format method"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-h75v-3vvj-5mfj", "name": "jinja2: GHSA-h75v-3vvj-5mfj", "shortDescription": {"text": "jinja2: GHSA-h75v-3vvj-5mfj"}, "fullDescription": {"text": "Jinja vulnerable to HTML attribute injection when passing user input as keys to xmlattr filter"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-h5c8-rqwp-cp95", "name": "jinja2: GHSA-h5c8-rqwp-cp95", "shortDescription": {"text": "jinja2: GHSA-h5c8-rqwp-cp95"}, "fullDescription": {"text": "Jinja vulnerable to HTML attribute injection when passing user input as keys to xmlattr filter"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-gmj6-6f8f-6699", "name": "jinja2: GHSA-gmj6-6f8f-6699", "shortDescription": {"text": "jinja2: GHSA-gmj6-6f8f-6699"}, "fullDescription": {"text": "Jinja has a sandbox breakout through malicious filenames"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-cpwx-vrp4-4pq7", "name": "jinja2: GHSA-cpwx-vrp4-4pq7", "shortDescription": {"text": "jinja2: GHSA-cpwx-vrp4-4pq7"}, "fullDescription": {"text": "Jinja2 vulnerable to sandbox breakout through attr filter selecting format method"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "DKR007", "name": "Docker build context has no .dockerignore", "shortDescription": {"text": "Docker build context has no .dockerignore"}, "fullDescription": {"text": "Without .dockerignore, build context can include source history, local env files, dependencies, and generated artifacts."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "medium", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "DKR002", "name": "Dockerfile base image has no explicit tag", "shortDescription": {"text": "Dockerfile base image has no explicit tag"}, "fullDescription": {"text": "Images without explicit tags resolve to a mutable default tag, which weakens reproducibility and review."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "medium", "confidence": 0.9, "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": "medium", "confidence": 0.5, "cwe": "", "owasp": ""}}, {"id": "ERR001", "name": "[ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG ", "shortDescription": {"text": "[ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level."}, "fullDescription": {"text": "Log the error: `except Exception: logger.debug('cleanup failed', exc_info=True)`. Or handle specific exception types."}, "properties": {"scanner": "repobility-threat-engine", "category": "error_handling", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "COMP001", "name": "[COMP001] High cognitive complexity: Function `get_coverage_runs` has cognitive complexity 15 (SonarSource scale). Cogni", "shortDescription": {"text": "[COMP001] High cognitive complexity: Function `get_coverage_runs` has cognitive complexity 15 (SonarSource scale). Cognitive complexity measures how hard the function is for a human to understand \u2014 nested branches, boolean chains, and recur"}, "fullDescription": {"text": "Extract nested branches into named helper functions; flatten early-return / guard clauses; replace long if/elif chains with dispatch dicts or polymorphism. SonarQube's threshold for 'should refactor' is 15 \u2014 yours is 15."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "medium", "confidence": 0.95, "cwe": "", "owasp": ""}}, {"id": "SEC012", "name": "[SEC012] ZipSlip \u2014 Archive Path Traversal: Archive extraction without path validation allows writing files outside the t", "shortDescription": {"text": "[SEC012] ZipSlip \u2014 Archive Path Traversal: Archive extraction without path validation allows writing files outside the target directory."}, "fullDescription": {"text": "Validate extracted paths with os.path.realpath() and ensure they stay within the target directory."}, "properties": {"scanner": "repobility-threat-engine", "category": "path_traversal", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED124", "name": "requirements.txt: `botocore` has no version pin", "shortDescription": {"text": "requirements.txt: `botocore` has no version pin"}, "fullDescription": {"text": "Unpinned pip requirement means every fresh install may resolve a different version. Newer releases can introduce malicious code (typosquats, account compromises). Reproducible installs need exact pins."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "medium", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "MINED111", "name": "Bare except continues silently", "shortDescription": {"text": "Bare except continues silently"}, "fullDescription": {"text": "Bare `except:` (or `except Exception:`) that runs code without re-raising or logging the exception. Hides real failures and makes bugs hard to diagnose."}, "properties": {"scanner": "repobility-ast-engine", "category": "quality", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "CORE_NO_CI", "name": "No CI/CD configuration found", "shortDescription": {"text": "No CI/CD configuration found"}, "fullDescription": {"text": "Add a CI/CD pipeline: create .github/workflows/ci.yml for GitHub Actions with steps to lint, test, and build on every push and pull request."}, "properties": {"scanner": "repobility-core", "category": "practices", "severity": "medium", "confidence": null, "cwe": "", "owasp": ""}}, {"id": "GHSA-5239-wwwm-4pmq", "name": "pygments: GHSA-5239-wwwm-4pmq", "shortDescription": {"text": "pygments: GHSA-5239-wwwm-4pmq"}, "fullDescription": {"text": "Pygments has Regular Expression Denial of Service (ReDoS) due to Inefficient Regex for GUID Matching"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "low", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "AIC005", "name": "Duplicate top-level symbol appears in a patch-style file", "shortDescription": {"text": "Duplicate top-level symbol appears in a patch-style file"}, "fullDescription": {"text": "A generated replacement file defining the same public function or class name as another module can mean the new logic is not actually wired into the running code."}, "properties": {"scanner": "repobility-ai-code-hygiene", "category": "quality", "severity": "low", "confidence": 0.64, "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": "AIC002", "name": "Source file name looks like an AI patch artifact", "shortDescription": {"text": "Source file name looks like an AI patch artifact"}, "fullDescription": {"text": "Files named as final, fixed, copy, new, or backup are often temporary patch artifacts. They may be legitimate, but they deserve review before becoming production surface area."}, "properties": {"scanner": "repobility-ai-code-hygiene", "category": "quality", "severity": "low", "confidence": 0.62, "cwe": "", "owasp": ""}}, {"id": "MINED077", "name": "[MINED077] Python Open No Context: fp = open(path) outside with-block leaks file handles.", "shortDescription": {"text": "[MINED077] Python Open No Context: fp = open(path) outside with-block leaks file handles."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-772 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED064", "name": "[MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services.", "shortDescription": {"text": "[MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services."}, "fullDescription": {"text": "Review and fix per the pattern semantics."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED050", "name": "[MINED050] Stub Only Function: Function declared but body is just pass, return None, raise NotImplementedError, or TODO ", "shortDescription": {"text": "[MINED050] Stub Only Function: Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-1188 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED049", "name": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout.", "shortDescription": {"text": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout."}, "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": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED067", "name": "[MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang forever.", "shortDescription": {"text": "[MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang forever."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-400 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED055", "name": "[MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versions on every build) instead of ", "shortDescription": {"text": "[MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versions on every build) instead of npm ci."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-1357 / A06:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2026-142", "name": "urllib3: PYSEC-2026-142", "shortDescription": {"text": "urllib3: PYSEC-2026-142"}, "fullDescription": {"text": "urllib3 is an HTTP client library for Python. From 2.6.0 to before 2.7.0, urllib3 could decompress the whole response instead of the requested portion (1) during the second HTTPResponse.read(amt=N) call when the response was decompressed using the official Brotli library or (2) when HTTPResponse.drain_conn() was called after the response had been read and decompressed partially (compression algorithm did not matter here). These issues could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This could result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data) on the client side. This vulnerability is fixed in 2.7.0."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2026-141", "name": "urllib3: PYSEC-2026-141", "shortDescription": {"text": "urllib3: PYSEC-2026-141"}, "fullDescription": {"text": "urllib3 is an HTTP client library for Python. From 1.23 to before 2.7.0, cross-origin redirects followed from the low-level API via ProxyManager.connection_from_url().urlopen(..., assert_same_host=False) still forward these sensitive headers. This vulnerability is fixed in 2.7.0."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2026-36", "name": "cryptography: PYSEC-2026-36", "shortDescription": {"text": "cryptography: PYSEC-2026-36"}, "fullDescription": {"text": "cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. From 45.0.0 to before 46.0.7, if a non-contiguous buffer was passed to APIs which accepted Python buffers (e.g. Hash.update()), this could lead to buffer overflows. This vulnerability is fixed in 46.0.7."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2026-35", "name": "cryptography: PYSEC-2026-35", "shortDescription": {"text": "cryptography: PYSEC-2026-35"}, "fullDescription": {"text": "cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Prior to version 46.0.6, DNS name constraints were only validated against SANs within child certificates, and not the \"peer name\" presented during each validation. Consequently, cryptography would allow a peer named bar.example.com to validate against a wildcard leaf certificate for *.example.com, even if the leaf's parent certificate (or upwards) contained an excluded subtree constraint for bar.example.com. This issue has been patched in version 46.0.6."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2020-176", "name": "pyyaml: PYSEC-2020-176", "shortDescription": {"text": "pyyaml: PYSEC-2020-176"}, "fullDescription": {"text": "PyYAML 5.1 through 5.1.2 has insufficient restrictions on the load and load_all functions because of a class deserialization issue, e.g., Popen is a class in the subprocess module. NOTE: this issue exists because of an incomplete fix for CVE-2017-18342."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "DKR014", "name": "Dockerfile copies the entire context without .dockerignore", "shortDescription": {"text": "Dockerfile copies the entire context without .dockerignore"}, "fullDescription": {"text": "COPY . or ADD . sends the full build context to Docker. Without .dockerignore this can include secrets, git history, and local artifacts."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "high", "confidence": 0.92, "cwe": "", "owasp": ""}}, {"id": "MINED036", "name": "[MINED036] Python Os System Call: os.system() invokes shell with no escaping.", "shortDescription": {"text": "[MINED036] Python Os System Call: os.system() invokes shell with no escaping."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-78 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED034", "name": "[MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command injection.", "shortDescription": {"text": "[MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command injection."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-78 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED001", "name": "[MINED001] Bare Except Pass: except: pass or except Exception: pass \u2014 silently swallows everything including KeyboardInt", "shortDescription": {"text": "[MINED001] Bare Except Pass: except: pass or except Exception: pass \u2014 silently swallows everything including KeyboardInterrupt and bugs."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-755 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC078", "name": "[SEC078] Python: requests without timeout: requests.get/post without a timeout will hang indefinitely on a non-responsiv", "shortDescription": {"text": "[SEC078] Python: requests without timeout: requests.get/post without a timeout will hang indefinitely on a non-responsive server, causing thread exhaustion and ReDoS. Ported from bandit B113 (Apache-2.0). NOTE: this regex is heuristic; a re"}, "fullDescription": {"text": "Add `timeout=10` (or appropriate value) to every requests call."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC029", "name": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input: Outbound HTTP request to a user-controlled ", "shortDescription": {"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 e"}, "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": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC128", "name": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake): Async call invoked without `await` returns", "shortDescription": {"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, ra"}, "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": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC103", "name": "[SEC103] LDAP injection \u2014 non-constant search filter: User input concatenated into an LDAP search filter. Attackers inje", "shortDescription": {"text": "[SEC103] LDAP injection \u2014 non-constant search filter: User input concatenated into an LDAP search filter. Attackers inject `*)(uid=*` style payloads to bypass auth or enumerate accounts."}, "fullDescription": {"text": "Escape with javax.naming.ldap.Rdn.escapeValue or equivalent. For python-ldap, use ldap.filter.escape_filter_chars. Better: use parameterized search APIs (Spring LdapTemplate filter encoders)."}, "properties": {"scanner": "repobility-threat-engine", "category": "injection", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED118", "name": "Dockerfile FROM `ansibleplaybookbundle/apb-base (no tag)` not pinned by digest", "shortDescription": {"text": "Dockerfile FROM `ansibleplaybookbundle/apb-base (no tag)` not pinned by digest"}, "fullDescription": {"text": "`FROM ansibleplaybookbundle/apb-base (no tag)` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "high", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "MINED112", "name": "FastAPI PATCH ansible.inventory.manager.unfrackpath has no auth", "shortDescription": {"text": "FastAPI PATCH ansible.inventory.manager.unfrackpath has no auth"}, "fullDescription": {"text": "Handler `test_yaml_inventory` is registered with router/app.patch(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"scanner": "repobility-route-auth", "category": "quality", "severity": "high", "confidence": 0.8, "cwe": "", "owasp": ""}}, {"id": "MINED108", "name": "`self.assertEqual` used but never assigned in __init__", "shortDescription": {"text": "`self.assertEqual` used but never assigned in __init__"}, "fullDescription": {"text": "Method `test_variable_manager_play_vars_files` of class `TestVariableManager` reads `self.assertEqual`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"scanner": "repobility-ast-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED106", "name": "Phantom test coverage: test_build_requirement_from_tar_no_manifest", "shortDescription": {"text": "Phantom test coverage: test_build_requirement_from_tar_no_manifest"}, "fullDescription": {"text": "Test function `test_build_requirement_from_tar_no_manifest` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"scanner": "repobility-ast-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "GHSA-3pqx-4fqf-j49f", "name": "pyyaml: GHSA-3pqx-4fqf-j49f", "shortDescription": {"text": "pyyaml: GHSA-3pqx-4fqf-j49f"}, "fullDescription": {"text": "Deserialization of Untrusted Data in PyYAML"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "critical", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-8q59-q68h-6hv4", "name": "pyyaml: GHSA-8q59-q68h-6hv4", "shortDescription": {"text": "pyyaml: GHSA-8q59-q68h-6hv4"}, "fullDescription": {"text": "Improper Input Validation in PyYAML"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "critical", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-6757-jp84-gxfx", "name": "pyyaml: GHSA-6757-jp84-gxfx", "shortDescription": {"text": "pyyaml: GHSA-6757-jp84-gxfx"}, "fullDescription": {"text": "Improper Input Validation in PyYAML"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "critical", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "private-key", "name": "Identified a Private Key, which may compromise cryptographic security and sensitive data encryption.", "shortDescription": {"text": "Identified a Private Key, which may compromise cryptographic security and sensitive data encryption."}, "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": ""}}, {"id": "MINED107", "name": "Missing import: `warnings` used but not imported", "shortDescription": {"text": "Missing import: `warnings` used but not imported"}, "fullDescription": {"text": "The file uses `warnings.something(...)` but never imports `warnings`. This raises NameError at runtime the first time the line executes."}, "properties": {"scanner": "repobility-ast-engine", "category": "quality", "severity": "critical", "confidence": 1.0, "cwe": "", "owasp": ""}}]}}, "automationDetails": {"id": "repobility/842"}, "properties": {"repository": "ansible/ansible", "repoUrl": "https://github.com/ansible/ansible", "branch": "devel"}, "results": [{"ruleId": "WEB003", "level": "warning", "message": {"text": "Public web service has no security.txt"}, "properties": {"repobilityId": 75750, "scanner": "repobility-web-presence", "fingerprint": "5cd26606c5a53c9f403ff7a92a6917c19cf440a23ce03e2b90e8c493312ef8cd", "category": "quality", "severity": "medium", "confidence": 0.78, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Repository looks like a public web app/API but no security.txt file or route was discovered.", "evidence": {"rule_id": "WEB003", "scanner": "repobility-web-presence", "references": ["https://www.rfc-editor.org/rfc/rfc9116", "https://github.com/Lissy93/web-check"], "correlation_key": "fp|5cd26606c5a53c9f403ff7a92a6917c19cf440a23ce03e2b90e8c493312ef8cd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".well-known/security.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "AUC001", "level": "warning", "message": {"text": "[AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation."}, "properties": {"repobilityId": 75749, "scanner": "repobility-access-control", "fingerprint": "f1305052c3ba1e6c1cdb5dccc19e58a8168cf78b176658f32b1fc823df3e9d10", "category": "auth", "severity": "medium", "confidence": 0.92, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"scanner": "repobility-access-control", "frameworks": ["Django"], "expected_files": [".repobility/access.yml", ".repobility/access.yaml", ".repobility/access.json", ".repobility/authorization.yml"], "correlation_key": "fp|f1305052c3ba1e6c1cdb5dccc19e58a8168cf78b176658f32b1fc823df3e9d10"}}}, {"ruleId": "GHSA-6w46-j5rx-g56g", "level": "warning", "message": {"text": "pytest: GHSA-6w46-j5rx-g56g"}, "properties": {"repobilityId": 75746, "scanner": "osv-scanner", "fingerprint": "13de322671c2e65974662f9dc0e1b573071661840d8ea612db30a19efcbe1b8f", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2025-71176"], "package": "pytest", "rule_id": "GHSA-6w46-j5rx-g56g", "scanner": "osv-scanner", "correlation_key": "vuln|pytest|CVE-2025-71176|token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/sanity/code-smell/mypy.requirements.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-q2x7-8rv6-6q7h", "level": "warning", "message": {"text": "jinja2: GHSA-q2x7-8rv6-6q7h"}, "properties": {"repobilityId": 75742, "scanner": "osv-scanner", "fingerprint": "fcc073c549dc39fc826230138399e81cd859027188a33c42f9551e850a976d8f", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2024-56326"], "package": "jinja2", "rule_id": "GHSA-q2x7-8rv6-6q7h", "scanner": "osv-scanner", "correlation_key": "vuln|jinja2|CVE-2024-56326|requirements.txt"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "requirements.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-h75v-3vvj-5mfj", "level": "warning", "message": {"text": "jinja2: GHSA-h75v-3vvj-5mfj"}, "properties": {"repobilityId": 75741, "scanner": "osv-scanner", "fingerprint": "51e2cd60b0c14a35593f4d6b27866cdf29aef1fc38f0f46094bd82618dadf1e0", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2024-34064"], "package": "jinja2", "rule_id": "GHSA-h75v-3vvj-5mfj", "scanner": "osv-scanner", "correlation_key": "vuln|jinja2|CVE-2024-34064|requirements.txt"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "requirements.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-h5c8-rqwp-cp95", "level": "warning", "message": {"text": "jinja2: GHSA-h5c8-rqwp-cp95"}, "properties": {"repobilityId": 75740, "scanner": "osv-scanner", "fingerprint": "f7e1c309ef2f82b5dd23f02e2d7000654d52dcf7e4a6085253bb7c3c9315780e", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2024-22195"], "package": "jinja2", "rule_id": "GHSA-h5c8-rqwp-cp95", "scanner": "osv-scanner", "correlation_key": "vuln|jinja2|CVE-2024-22195|requirements.txt"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "requirements.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-gmj6-6f8f-6699", "level": "warning", "message": {"text": "jinja2: GHSA-gmj6-6f8f-6699"}, "properties": {"repobilityId": 75739, "scanner": "osv-scanner", "fingerprint": "0b6e11ecbd79c41d5e4735355f85c74f6d9fb9b1cddeee5d21aaa1f1311f839f", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2024-56201"], "package": "jinja2", "rule_id": "GHSA-gmj6-6f8f-6699", "scanner": "osv-scanner", "correlation_key": "vuln|jinja2|CVE-2024-56201|requirements.txt"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "requirements.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-cpwx-vrp4-4pq7", "level": "warning", "message": {"text": "jinja2: GHSA-cpwx-vrp4-4pq7"}, "properties": {"repobilityId": 75738, "scanner": "osv-scanner", "fingerprint": "9b1aff72398eba112d3a76a0722c4f2a21fceb723954866d65a227cce22b33ab", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2025-27516"], "package": "jinja2", "rule_id": "GHSA-cpwx-vrp4-4pq7", "scanner": "osv-scanner", "correlation_key": "vuln|jinja2|CVE-2025-27516|requirements.txt"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "requirements.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR007", "level": "warning", "message": {"text": "Docker build context has no .dockerignore"}, "properties": {"repobilityId": 75728, "scanner": "repobility-docker", "fingerprint": "c98378cf8c37e4866e89d6ca06a24b7e8c44654aa34e6e4bf1367c4a4c0c5b44", "category": "docker", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Dockerfile exists but repository root has no .dockerignore.", "evidence": {"rule_id": "DKR007", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|c98378cf8c37e4866e89d6ca06a24b7e8c44654aa34e6e4bf1367c4a4c0c5b44"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".dockerignore"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR002", "level": "warning", "message": {"text": "Dockerfile base image has no explicit tag"}, "properties": {"repobilityId": 75726, "scanner": "repobility-docker", "fingerprint": "b45443f30c252b0491e75a568cbbe7af92d217fe93ee623a21f3eae7e2adf2f5", "category": "docker", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Image reference has no tag or digest.", "evidence": {"image": "ansibleplaybookbundle/apb-base", "rule_id": "DKR002", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|b45443f30c252b0491e75a568cbbe7af92d217fe93ee623a21f3eae7e2adf2f5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/galaxy/data/apb/Dockerfile.j2"}, "region": {"startLine": 2}}}]}, {"ruleId": "SEC005", "level": "warning", "message": {"text": "[SEC005] Command Injection Risk: Unsafe shell execution or eval of user input."}, "properties": {"repobilityId": 75723, "scanner": "repobility-threat-engine", "fingerprint": "52a3830bff282716414559c4a8dc98faf49498a14f355d3eb967220b1bc47cc1", "category": "injection", "severity": "medium", "confidence": 0.5, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "shell=True detected \u2014 verify command source is not user-controllable", "evidence": {"match": "subprocess.Popen(invoke, shell=True", "reason": "shell=True detected \u2014 verify command source is not user-controllable", "rule_id": "SEC005", "scanner": "repobility-threat-engine", "confidence": 0.5, "correlation_key": "code|injection|hacking/test-module.py|251|sec005"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/test-module.py"}, "region": {"startLine": 251}}}]}, {"ruleId": "ERR001", "level": "warning", "message": {"text": "[ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level."}, "properties": {"repobilityId": 75721, "scanner": "repobility-threat-engine", "fingerprint": "9b7f4a7f803f579e91bdea6bf4af6d99dfb8ff3bdf4c9da7cc8725e1ee04d13e", "category": "error_handling", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "except Exception:\n            pass", "reason": "Pattern matched with no mitigating context found", "rule_id": "ERR001", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|9b7f4a7f803f579e91bdea6bf4af6d99dfb8ff3bdf4c9da7cc8725e1ee04d13e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/backport/backport_of_line_adder.py"}, "region": {"startLine": 163}}}]}, {"ruleId": "COMP001", "level": "warning", "message": {"text": "[COMP001] High cognitive complexity: Function `get_coverage_runs` has cognitive complexity 15 (SonarSource scale). Cognitive complexity measures how hard the function is for a human to understand \u2014 nested branches, boolean chains, and recursion all weigh in. Breakdown: break=2, continue=1, for=1, if=5, nested_bonus=6."}, "properties": {"repobilityId": 75708, "scanner": "repobility-threat-engine", "fingerprint": "c448bd912a491de60377596857f4bc7394ef13f6187d876689387debdf85a86f", "category": "quality", "severity": "medium", "confidence": 0.95, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "AST-derived cognitive complexity score = 15 (severity threshold for medium: 15+).", "evidence": {"scanner": "repobility-threat-engine", "function": "get_coverage_runs", "breakdown": {"if": 5, "for": 1, "break": 2, "continue": 1, "nested_bonus": 6}, "complexity": 15, "correlation_key": "fp|c448bd912a491de60377596857f4bc7394ef13f6187d876689387debdf85a86f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/azp/get_recent_coverage_runs.py"}, "region": {"startLine": 41}}}]}, {"ruleId": "SEC012", "level": "warning", "message": {"text": "[SEC012] ZipSlip \u2014 Archive Path Traversal: Archive extraction without path validation allows writing files outside the target directory."}, "properties": {"repobilityId": 75704, "scanner": "repobility-threat-engine", "fingerprint": "1d61f4f81413125439dcf4cf0aa89017a154e27c7ba374995b5f3df6888c4e65", "category": "path_traversal", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": ".extractall(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC012", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|path_traversal|hacking/azp/download.py|195|sec012"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/azp/download.py"}, "region": {"startLine": 195}}}]}, {"ruleId": "MINED124", "level": "warning", "message": {"text": "requirements.txt: `botocore` has no version pin"}, "properties": {"repobilityId": 75698, "scanner": "repobility-supply-chain", "fingerprint": "52ef6b657a63aa769830cf9a096d208569f6fd239f3f82eab492416ba6a7cbad", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "unpinned-pip-requirement", "owasp": null, "cwe_ids": ["CWE-1357"], "languages": ["python"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|52ef6b657a63aa769830cf9a096d208569f6fd239f3f82eab492416ba6a7cbad"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/integration/targets/ansible-test-units-constraints/ansible_collections/ns/col/tests/unit/requirements.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED124", "level": "warning", "message": {"text": "requirements.txt: `botocore` has no version pin"}, "properties": {"repobilityId": 75697, "scanner": "repobility-supply-chain", "fingerprint": "06da17554156a4014a9a26c148aa82094760ebeb586d8bf8139515e18e43cd7f", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "unpinned-pip-requirement", "owasp": null, "cwe_ids": ["CWE-1357"], "languages": ["python"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|06da17554156a4014a9a26c148aa82094760ebeb586d8bf8139515e18e43cd7f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/integration/targets/ansible-test-integration-constraints/ansible_collections/ns/col/tests/integration/requirements.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED124", "level": "warning", "message": {"text": "requirements.txt: `typing_extensions; python_version < '3.11'  # some unit tests need Annotated and get_type_hints(include_extras=True)` has no version pin"}, "properties": {"repobilityId": 75696, "scanner": "repobility-supply-chain", "fingerprint": "e55cf5311a1c57b2062e292c0407535e627bbd13290b3904debdd2766402af7e", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "unpinned-pip-requirement", "owasp": null, "cwe_ids": ["CWE-1357"], "languages": ["python"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|e55cf5311a1c57b2062e292c0407535e627bbd13290b3904debdd2766402af7e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/requirements.txt"}, "region": {"startLine": 5}}}]}, {"ruleId": "MINED124", "level": "warning", "message": {"text": "requirements.txt: `packaging` has no version pin"}, "properties": {"repobilityId": 75695, "scanner": "repobility-supply-chain", "fingerprint": "5ca6595851fbee428fdf1dbf9ce0378fcfbd3beb92fcfb7522bbc86a09e87ce5", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "unpinned-pip-requirement", "owasp": null, "cwe_ids": ["CWE-1357"], "languages": ["python"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|5ca6595851fbee428fdf1dbf9ce0378fcfbd3beb92fcfb7522bbc86a09e87ce5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "requirements.txt"}, "region": {"startLine": 9}}}]}, {"ruleId": "MINED124", "level": "warning", "message": {"text": "requirements.txt: `cryptography` has no version pin"}, "properties": {"repobilityId": 75694, "scanner": "repobility-supply-chain", "fingerprint": "5be3232f80839dffeae77bfdcc230714e0cef9b56295bb7b1e033dccffd42105", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "unpinned-pip-requirement", "owasp": null, "cwe_ids": ["CWE-1357"], "languages": ["python"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|5be3232f80839dffeae77bfdcc230714e0cef9b56295bb7b1e033dccffd42105"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "requirements.txt"}, "region": {"startLine": 8}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75684, "scanner": "repobility-ast-engine", "fingerprint": "369331477e4948841550b040d8bde3a2ed850ef65236bd10e5987cc8bc7bf2a9", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|369331477e4948841550b040d8bde3a2ed850ef65236bd10e5987cc8bc7bf2a9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/lib/ansible_test/_internal/commands/integration/cloud/cs.py"}, "region": {"startLine": 137}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75681, "scanner": "repobility-ast-engine", "fingerprint": "23d76dc707248d9a3ad4e098c5c30a24ba24f1ba7cd3cd5ab09bd75d60dc41e6", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|23d76dc707248d9a3ad4e098c5c30a24ba24f1ba7cd3cd5ab09bd75d60dc41e6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/lib/ansible_test/_internal/commands/coverage/__init__.py"}, "region": {"startLine": 251}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75678, "scanner": "repobility-ast-engine", "fingerprint": "d97204b98c29c15a47143f040a294d7b52151eba9797829806637db88ff7fc88", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|d97204b98c29c15a47143f040a294d7b52151eba9797829806637db88ff7fc88"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/lib/ansible_test/_internal/util_common.py"}, "region": {"startLine": 96}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75676, "scanner": "repobility-ast-engine", "fingerprint": "fea45ce7c64759fb05195add3f98b4d762e2fa70e3fda31dcb622e48f0a356b6", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|fea45ce7c64759fb05195add3f98b4d762e2fa70e3fda31dcb622e48f0a356b6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/lib/ansible_test/_internal/target.py"}, "region": {"startLine": 44}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75675, "scanner": "repobility-ast-engine", "fingerprint": "2dcd2e309e2123b63f1bd59a4da0a46a2da41ea920bff9b1ddd484e5dbec09b2", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|2dcd2e309e2123b63f1bd59a4da0a46a2da41ea920bff9b1ddd484e5dbec09b2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/lib/ansible_test/_internal/thread.py"}, "region": {"startLine": 35}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75674, "scanner": "repobility-ast-engine", "fingerprint": "5021f0647052579e076fca76eb17fadfc1d7f68772322da28f2d1cf0bf4b79af", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|5021f0647052579e076fca76eb17fadfc1d7f68772322da28f2d1cf0bf4b79af"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/lib/ansible_test/_internal/provisioning.py"}, "region": {"startLine": 223}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75672, "scanner": "repobility-ast-engine", "fingerprint": "488fb87e8e25bc88e0c31ce283e2a680b1e4e66a6e2b7c83456b86c42ed927e7", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|488fb87e8e25bc88e0c31ce283e2a680b1e4e66a6e2b7c83456b86c42ed927e7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/lib/ansible_test/_internal/http.py"}, "region": {"startLine": 79}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75671, "scanner": "repobility-ast-engine", "fingerprint": "aed04bcac6681e7b737b97ee3d40c89ecf540a86630f29481f775e8de10cc5a0", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|aed04bcac6681e7b737b97ee3d40c89ecf540a86630f29481f775e8de10cc5a0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/lib/ansible_test/_internal/content_config.py"}, "region": {"startLine": 102}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75670, "scanner": "repobility-ast-engine", "fingerprint": "b2b0a1ce4531cb50568a85338e434be7fd00cf044550e95244099216aad12d15", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|b2b0a1ce4531cb50568a85338e434be7fd00cf044550e95244099216aad12d15"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/lib/ansible_test/_internal/content_config.py"}, "region": {"startLine": 96}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75669, "scanner": "repobility-ast-engine", "fingerprint": "ac0958ad0b236fbf160e4be3768614ad4f02514f3473daee60c728a6a70ffcb4", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|ac0958ad0b236fbf160e4be3768614ad4f02514f3473daee60c728a6a70ffcb4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/lib/ansible_test/_internal/util.py"}, "region": {"startLine": 611}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75667, "scanner": "repobility-ast-engine", "fingerprint": "5048f1926d2d8271508094f10f661ff971707e19dac33b2e1662e4bb0ff227d8", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|5048f1926d2d8271508094f10f661ff971707e19dac33b2e1662e4bb0ff227d8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/integration/targets/pause/test-pause.py"}, "region": {"startLine": 21}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75666, "scanner": "repobility-ast-engine", "fingerprint": "928cdcbbd3c1b96e77f8c195d40dc430a32fafec69bfcb3e0d31592acf7503ef", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|928cdcbbd3c1b96e77f8c195d40dc430a32fafec69bfcb3e0d31592acf7503ef"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/integration/targets/var_precedence/ansible-var-precedence-check.py"}, "region": {"startLine": 531}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75665, "scanner": "repobility-ast-engine", "fingerprint": "c760e2cf1f223352e82e38c0b75e909c036933247cb775b8ddb65f40c0651462", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|c760e2cf1f223352e82e38c0b75e909c036933247cb775b8ddb65f40c0651462"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/utils/display/test_warning.py"}, "region": {"startLine": 25}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75664, "scanner": "repobility-ast-engine", "fingerprint": "53a63d9029999b78a31f2b2353e601db3d159d0dc2d68c59c1aadf4c9ede0a78", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|53a63d9029999b78a31f2b2353e601db3d159d0dc2d68c59c1aadf4c9ede0a78"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/utils/collection_loader/test_collection_loader.py"}, "region": {"startLine": 299}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75661, "scanner": "repobility-ast-engine", "fingerprint": "a7a428cf6911f46a03045113444b532e5eb97477ee14e6f23fca15452b9d9048", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|a7a428cf6911f46a03045113444b532e5eb97477ee14e6f23fca15452b9d9048"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/parsing/yaml/test_loader.py"}, "region": {"startLine": 193}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75660, "scanner": "repobility-ast-engine", "fingerprint": "5390289e06af00df2c049ec3ddd4dc034023b4def255bca65405e67caa2a9574", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|5390289e06af00df2c049ec3ddd4dc034023b4def255bca65405e67caa2a9574"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/parsing/utils/test_addresses.py"}, "region": {"startLine": 94}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75659, "scanner": "repobility-ast-engine", "fingerprint": "adfab98ccebca79f6c9b0d3e6dfbcbde1ebaaa8272c30cc8809b41ffd033928f", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|adfab98ccebca79f6c9b0d3e6dfbcbde1ebaaa8272c30cc8809b41ffd033928f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/parsing/utils/test_addresses.py"}, "region": {"startLine": 81}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75657, "scanner": "repobility-ast-engine", "fingerprint": "1d0aa4e0e8bc81170f804aa870975f312d78d3c4cbbb5ef337271d72aed64496", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|1d0aa4e0e8bc81170f804aa870975f312d78d3c4cbbb5ef337271d72aed64496"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/module_utils/common/warnings/test_error_as_warning.py"}, "region": {"startLine": 30}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75656, "scanner": "repobility-ast-engine", "fingerprint": "65cb23a64befdce57756ee1fdd513fadc622d82da0e22a10b17e0aa9813e2883", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|65cb23a64befdce57756ee1fdd513fadc622d82da0e22a10b17e0aa9813e2883"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/module_utils/common/warnings/test_error_as_warning.py"}, "region": {"startLine": 17}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75653, "scanner": "repobility-ast-engine", "fingerprint": "3f7cf0bab3806bae57a5fa9a84dae4d46d8148d971822e3a05778e6be5215d48", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|3f7cf0bab3806bae57a5fa9a84dae4d46d8148d971822e3a05778e6be5215d48"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/_internal/templating/test_lazy_containers.py"}, "region": {"startLine": 426}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75651, "scanner": "repobility-ast-engine", "fingerprint": "a27e90b12a543b6e6738d6a889a39737b759ccfcafd51bfc5b484e1276097d9a", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|a27e90b12a543b6e6738d6a889a39737b759ccfcafd51bfc5b484e1276097d9a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/_internal/templating/conftest.py"}, "region": {"startLine": 43}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75650, "scanner": "repobility-ast-engine", "fingerprint": "63afa55bd4abbc444985cfbb7633b8cce43a5626ee5b04ebd6a639605b5b3e00", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|63afa55bd4abbc444985cfbb7633b8cce43a5626ee5b04ebd6a639605b5b3e00"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/_internal/templating/conftest.py"}, "region": {"startLine": 47}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75647, "scanner": "repobility-ast-engine", "fingerprint": "5314922c97dfe15518eef21f89e870c8ddf2a9902d79bed8838dcb44052f13b8", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|5314922c97dfe15518eef21f89e870c8ddf2a9902d79bed8838dcb44052f13b8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/utils/test_serialization_profiles.py"}, "region": {"startLine": 182}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75646, "scanner": "repobility-ast-engine", "fingerprint": "9a9064d70363c1836118af068a06b6b3667562f97961e73ea2474ad6fe4e0792", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|9a9064d70363c1836118af068a06b6b3667562f97961e73ea2474ad6fe4e0792"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/utils/test_serialization_profiles.py"}, "region": {"startLine": 176}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 75596, "scanner": "repobility-ast-engine", "fingerprint": "5b3e1a818a16223a48363a7ca1c436d2d820ccd7a63b64000ab999f569767fc5", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|5b3e1a818a16223a48363a7ca1c436d2d820ccd7a63b64000ab999f569767fc5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/test-module.py"}, "region": {"startLine": 261}}}]}, {"ruleId": "CORE_NO_CI", "level": "warning", "message": {"text": "No CI/CD configuration found"}, "properties": {"repobilityId": 75557, "scanner": "repobility-core", "fingerprint": "ca5da3551af97272c4f099fc472740148135a15816b81b90bd862e8f91ec66ce", "category": "practices", "severity": "medium", "confidence": null, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"rule_id": "CORE_NO_CI", "scanner": "repobility-core", "correlation_key": "repo|practices|core_no_ci"}}}, {"ruleId": "GHSA-5239-wwwm-4pmq", "level": "note", "message": {"text": "pygments: GHSA-5239-wwwm-4pmq"}, "properties": {"repobilityId": 75743, "scanner": "osv-scanner", "fingerprint": "57c15d17c62f13044b69e384536c4516bd3b0922f8002ec4d5fa203a5694d321", "category": "dependency", "severity": "low", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-4539"], "package": "pygments", "rule_id": "GHSA-5239-wwwm-4pmq", "scanner": "osv-scanner", "correlation_key": "vuln|pygments|CVE-2026-4539|token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/sanity/code-smell/mypy.requirements.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "COMP001", "level": "note", "message": {"text": "[COMP001] High cognitive complexity: Function `pretty_coverage_runs` has cognitive complexity 11 (SonarSource scale). Cognitive complexity measures how hard the function is for a human to understand \u2014 nested branches, boolean chains, and recursion all weigh in. Breakdown: else=2, for=3, if=3, nested_bonus=3."}, "properties": {"repobilityId": 75709, "scanner": "repobility-threat-engine", "fingerprint": "2675b8d55afbed707a74d2d6f66cee23a3d1a5173898a71b3d5854dacc624517", "category": "quality", "severity": "low", "confidence": 0.95, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "AST-derived cognitive complexity score = 11 (severity threshold for low: 8+).", "evidence": {"scanner": "repobility-threat-engine", "function": "pretty_coverage_runs", "breakdown": {"if": 3, "for": 3, "else": 2, "nested_bonus": 3}, "complexity": 11, "correlation_key": "fp|2675b8d55afbed707a74d2d6f66cee23a3d1a5173898a71b3d5854dacc624517"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/azp/get_recent_coverage_runs.py"}, "region": {"startLine": 80}}}]}, {"ruleId": "AIC005", "level": "note", "message": {"text": "Duplicate top-level symbol appears in a patch-style file"}, "properties": {"repobilityId": 75592, "scanner": "repobility-ai-code-hygiene", "fingerprint": "0f00c334fc50e036cce335cc710967ed494c362a8b28afd00f1efe4dc766a7fc", "category": "quality", "severity": "low", "confidence": 0.64, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Patch-style file defines a top-level symbol also defined in another source file.", "evidence": {"symbol": "_get_local_checksum", "rule_id": "AIC005", "scanner": "repobility-ai-code-hygiene", "references": ["https://github.com/jendrikseipp/vulture", "https://knip.dev/"], "duplicate_file": "test/support/windows-integration/plugins/action/win_copy.py", "correlation_key": "fp|0f00c334fc50e036cce335cc710967ed494c362a8b28afd00f1efe4dc766a7fc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/support/windows-integration/collections/ansible_collections/ansible/windows/plugins/action/win_copy.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75591, "scanner": "repobility-ai-code-hygiene", "fingerprint": "c4a33987cc145256e4c249da7a4e20067a941bf866eda76e0bc7f4dafd13ca7f", "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": "test/support/windows-integration/collections/ansible_collections/ansible/windows/plugins/action/win_copy.py", "duplicate_line": 60, "correlation_key": "fp|c4a33987cc145256e4c249da7a4e20067a941bf866eda76e0bc7f4dafd13ca7f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/plugins/action/copy.py"}, "region": {"startLine": 50}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75590, "scanner": "repobility-ai-code-hygiene", "fingerprint": "534e7edcaaf598029a2bf75d16d26cc836f0d27bad53937009412c0a3a3e3ed8", "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": "lib/ansible/playbook/block.py", "duplicate_line": 151, "correlation_key": "fp|534e7edcaaf598029a2bf75d16d26cc836f0d27bad53937009412c0a3a3e3ed8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/playbook/task.py"}, "region": {"startLine": 366}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75589, "scanner": "repobility-ai-code-hygiene", "fingerprint": "8599219ea74af4b6d569524d70db794190979fc07eb8c3c28692c537595dac62", "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": "lib/ansible/module_utils/splitter.py", "duplicate_line": 2, "correlation_key": "fp|8599219ea74af4b6d569524d70db794190979fc07eb8c3c28692c537595dac62"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/parsing/splitter.py"}, "region": {"startLine": 65}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75588, "scanner": "repobility-ai-code-hygiene", "fingerprint": "996e60531c13ab39eef4e3aeb2d563f030f4a7712d6901069f7074632467f66c", "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": "lib/ansible/modules/assert.py", "duplicate_line": 35, "correlation_key": "fp|996e60531c13ab39eef4e3aeb2d563f030f4a7712d6901069f7074632467f66c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/modules/validate_argument_spec.py"}, "region": {"startLine": 20}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75587, "scanner": "repobility-ai-code-hygiene", "fingerprint": "16328072a3496dc12c196b8f4e9099285f62e2d976559846932581583bdb11ad", "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": "lib/ansible/modules/get_url.py", "duplicate_line": 25, "correlation_key": "fp|16328072a3496dc12c196b8f4e9099285f62e2d976559846932581583bdb11ad"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/modules/uri.py"}, "region": {"startLine": 16}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75586, "scanner": "repobility-ai-code-hygiene", "fingerprint": "9c76b9d1c8311eb4e2e498780204375fd442b88b5404593f74c53e3bc675f2ba", "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": "lib/ansible/modules/assemble.py", "duplicate_line": 66, "correlation_key": "fp|9c76b9d1c8311eb4e2e498780204375fd442b88b5404593f74c53e3bc675f2ba"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/modules/template.py"}, "region": {"startLine": 37}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75585, "scanner": "repobility-ai-code-hygiene", "fingerprint": "1412089b8378555a87b9994f9e3ea656a1806db9d8c57c3d37516477b57ed5f1", "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": "lib/ansible/modules/systemd.py", "duplicate_line": 1, "correlation_key": "fp|1412089b8378555a87b9994f9e3ea656a1806db9d8c57c3d37516477b57ed5f1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/modules/systemd_service.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75584, "scanner": "repobility-ai-code-hygiene", "fingerprint": "599315f3c048920b34b9f7601c3d15a3c85566e6f6684ac7bd360dcac0bf4a4d", "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": "lib/ansible/modules/command.py", "duplicate_line": 18, "correlation_key": "fp|599315f3c048920b34b9f7601c3d15a3c85566e6f6684ac7bd360dcac0bf4a4d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/modules/shell.py"}, "region": {"startLine": 55}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75583, "scanner": "repobility-ai-code-hygiene", "fingerprint": "a39f0e0cbcd0039e2071ec06d258beeed7ce1bd2b8cdb1b874d0b8933d174b2d", "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": "lib/ansible/modules/include_vars.py", "duplicate_line": 80, "correlation_key": "fp|a39f0e0cbcd0039e2071ec06d258beeed7ce1bd2b8cdb1b874d0b8933d174b2d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/modules/set_stats.py"}, "region": {"startLine": 26}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75582, "scanner": "repobility-ai-code-hygiene", "fingerprint": "2e37de6f62914b32dd9924ca520b819615ed1df741c169615968c12cfe7aae04", "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": "lib/ansible/modules/include_vars.py", "duplicate_line": 80, "correlation_key": "fp|2e37de6f62914b32dd9924ca520b819615ed1df741c169615968c12cfe7aae04"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/modules/set_fact.py"}, "region": {"startLine": 33}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75581, "scanner": "repobility-ai-code-hygiene", "fingerprint": "6aa5c90e9c70c4ea6db10d759c54dd224218da184a8b750958e73e51d0c5ada7", "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": "lib/ansible/modules/getent.py", "duplicate_line": 39, "correlation_key": "fp|6aa5c90e9c70c4ea6db10d759c54dd224218da184a8b750958e73e51d0c5ada7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/modules/service_facts.py"}, "region": {"startLine": 10}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75580, "scanner": "repobility-ai-code-hygiene", "fingerprint": "f52414f8ac1c049bc086e4e6a64294e00b03670bb038ed15ae599b7d83226682", "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": "lib/ansible/modules/blockinfile.py", "duplicate_line": 190, "correlation_key": "fp|f52414f8ac1c049bc086e4e6a64294e00b03670bb038ed15ae599b7d83226682"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/modules/replace.py"}, "region": {"startLine": 168}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75579, "scanner": "repobility-ai-code-hygiene", "fingerprint": "16bc2e1c6b6039bab6053c4eee8bde6c5910fe003d638b3e0e9d36fa047f1c4d", "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": "lib/ansible/modules/lineinfile.py", "duplicate_line": 124, "correlation_key": "fp|16bc2e1c6b6039bab6053c4eee8bde6c5910fe003d638b3e0e9d36fa047f1c4d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/modules/replace.py"}, "region": {"startLine": 6}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75578, "scanner": "repobility-ai-code-hygiene", "fingerprint": "9e73723019d8b77d2547fed94e2d2d301c354123bbaa85ccf4085aaae70499ea", "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": "lib/ansible/modules/assert.py", "duplicate_line": 35, "correlation_key": "fp|9e73723019d8b77d2547fed94e2d2d301c354123bbaa85ccf4085aaae70499ea"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/modules/pause.py"}, "region": {"startLine": 37}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75577, "scanner": "repobility-ai-code-hygiene", "fingerprint": "ab79727bbe94f899c2cd5e42e812ac7d536146863c941ce15db7014bda7bb2af", "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": "lib/ansible/modules/getent.py", "duplicate_line": 39, "correlation_key": "fp|ab79727bbe94f899c2cd5e42e812ac7d536146863c941ce15db7014bda7bb2af"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/modules/package_facts.py"}, "region": {"startLine": 51}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75576, "scanner": "repobility-ai-code-hygiene", "fingerprint": "51bebdc95d6b17dd2f155046447635582906b09f31a661b29ebc1f5b52ebcc39", "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": "lib/ansible/modules/import_role.py", "duplicate_line": 20, "correlation_key": "fp|51bebdc95d6b17dd2f155046447635582906b09f31a661b29ebc1f5b52ebcc39"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/modules/include_role.py"}, "region": {"startLine": 26}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75575, "scanner": "repobility-ai-code-hygiene", "fingerprint": "48fa6498e26683bf2de3452e1d1fa58c6350544c6abfef3d693c69f914644401", "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": "lib/ansible/modules/assemble.py", "duplicate_line": 66, "correlation_key": "fp|48fa6498e26683bf2de3452e1d1fa58c6350544c6abfef3d693c69f914644401"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/modules/fetch.py"}, "region": {"startLine": 53}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75574, "scanner": "repobility-ai-code-hygiene", "fingerprint": "81b765725bd200e0f2d69d38a6dcfdc7a24b136f324f1c84492e9038167d570d", "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": "lib/ansible/modules/assert.py", "duplicate_line": 35, "correlation_key": "fp|81b765725bd200e0f2d69d38a6dcfdc7a24b136f324f1c84492e9038167d570d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/modules/fail.py"}, "region": {"startLine": 18}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75573, "scanner": "repobility-ai-code-hygiene", "fingerprint": "dab7c8348c750d399e5f586fe7ceeffa84760886192d68be5a43d20e0efee62a", "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": "lib/ansible/modules/dnf.py", "duplicate_line": 27, "correlation_key": "fp|dab7c8348c750d399e5f586fe7ceeffa84760886192d68be5a43d20e0efee62a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/modules/dnf5.py"}, "region": {"startLine": 21}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75572, "scanner": "repobility-ai-code-hygiene", "fingerprint": "d3dc42db3d04d6bda222049a243a1cba395667da984fff8f1267f8b12ed681a6", "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": "lib/ansible/modules/assemble.py", "duplicate_line": 66, "correlation_key": "fp|d3dc42db3d04d6bda222049a243a1cba395667da984fff8f1267f8b12ed681a6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/modules/copy.py"}, "region": {"startLine": 131}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75571, "scanner": "repobility-ai-code-hygiene", "fingerprint": "1956b35aa2e6104db156e50e66d6d06feffe9932ce4b7b984200ca46d8fd8839", "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": "lib/ansible/module_utils/_internal/_no_six.py", "duplicate_line": 5, "correlation_key": "fp|1956b35aa2e6104db156e50e66d6d06feffe9932ce4b7b984200ca46d8fd8839"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/module_utils/six/__init__.py"}, "region": {"startLine": 663}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75570, "scanner": "repobility-ai-code-hygiene", "fingerprint": "da97955239a073b8290c54f0cc7e408d83bdfe4039bac0ba8d494aa15c04ed66", "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": "lib/ansible/module_utils/facts/network/aix.py", "duplicate_line": 45, "correlation_key": "fp|da97955239a073b8290c54f0cc7e408d83bdfe4039bac0ba8d494aa15c04ed66"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/module_utils/facts/network/sunos.py"}, "region": {"startLine": 26}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75569, "scanner": "repobility-ai-code-hygiene", "fingerprint": "0e6074330702d1161f8506b306d9a2c0c0e06134f87eac75e24d1ee7307e3f9e", "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": "lib/ansible/module_utils/facts/network/aix.py", "duplicate_line": 44, "correlation_key": "fp|0e6074330702d1161f8506b306d9a2c0c0e06134f87eac75e24d1ee7307e3f9e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/module_utils/facts/network/generic_bsd.py"}, "region": {"startLine": 78}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75568, "scanner": "repobility-ai-code-hygiene", "fingerprint": "bb2ecd2558ba14d4a80bca2554a0e0bebcb0667d9dfff81595e7e8a1f680b74b", "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": "lib/ansible/module_utils/facts/hardware/netbsd.py", "duplicate_line": 115, "correlation_key": "fp|bb2ecd2558ba14d4a80bca2554a0e0bebcb0667d9dfff81595e7e8a1f680b74b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/module_utils/facts/hardware/openbsd.py"}, "region": {"startLine": 72}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75567, "scanner": "repobility-ai-code-hygiene", "fingerprint": "a07244a99f9121595c1fbd875ea5f52d64819c1d5ba94290c0033fb4d5e3e6ad", "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": "lib/ansible/module_utils/facts/hardware/freebsd.py", "duplicate_line": 108, "correlation_key": "fp|a07244a99f9121595c1fbd875ea5f52d64819c1d5ba94290c0033fb4d5e3e6ad"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/module_utils/facts/hardware/netbsd.py"}, "region": {"startLine": 90}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75566, "scanner": "repobility-ai-code-hygiene", "fingerprint": "91fb4aa44edde778f7a4088f473af93d95ae605db221f91e524654201fa50e75", "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": "lib/ansible/module_utils/facts/hardware/freebsd.py", "duplicate_line": 175, "correlation_key": "fp|91fb4aa44edde778f7a4088f473af93d95ae605db221f91e524654201fa50e75"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/module_utils/facts/hardware/linux.py"}, "region": {"startLine": 277}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75565, "scanner": "repobility-ai-code-hygiene", "fingerprint": "6db61eaf606ffcc24bddd71b215bdf951f31eca8d12fbbffb07e54a0730b181c", "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": "lib/ansible/module_utils/csharp/Ansible.AccessToken.cs", "duplicate_line": 215, "correlation_key": "fp|6db61eaf606ffcc24bddd71b215bdf951f31eca8d12fbbffb07e54a0730b181c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/module_utils/csharp/Ansible.Privilege.cs"}, "region": {"startLine": 91}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75564, "scanner": "repobility-ai-code-hygiene", "fingerprint": "27df7e76eeb9d7d41e6d4fc740ffacad4879a8ab79d4c30b6ac3c6fe55980256", "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": "lib/ansible/module_utils/_internal/_json/_profiles/_fallback_to_str.py", "duplicate_line": 19, "correlation_key": "fp|27df7e76eeb9d7d41e6d4fc740ffacad4879a8ab79d4c30b6ac3c6fe55980256"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/module_utils/_internal/_json/_profiles/_tagless.py"}, "region": {"startLine": 15}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75563, "scanner": "repobility-ai-code-hygiene", "fingerprint": "8dfd5b81ccd819e144b4ec41c58b329d3a162b1beee8901d895cc3c0f3357e64", "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": "test/support/windows-integration/collections/ansible_collections/ansible/windows/plugins/modules/win_copy.py", "duplicate_line": 1, "correlation_key": "fp|8dfd5b81ccd819e144b4ec41c58b329d3a162b1beee8901d895cc3c0f3357e64"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/support/windows-integration/plugins/modules/win_copy.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 75562, "scanner": "repobility-ai-code-hygiene", "fingerprint": "42c8de8c6136957329f62230d2a81d9900ac99b9889ee76cfe2238758927413b", "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": "test/support/windows-integration/collections/ansible_collections/ansible/windows/plugins/action/win_copy.py", "duplicate_line": 11, "correlation_key": "fp|42c8de8c6136957329f62230d2a81d9900ac99b9889ee76cfe2238758927413b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/support/windows-integration/plugins/action/win_copy.py"}, "region": {"startLine": 11}}}]}, {"ruleId": "AIC002", "level": "note", "message": {"text": "Source file name looks like an AI patch artifact"}, "properties": {"repobilityId": 75561, "scanner": "repobility-ai-code-hygiene", "fingerprint": "17a0acefc3ab2c184ca67870ddb5b29a9f9798267ce5d264ca83c33bfa0667bb", "category": "quality", "severity": "low", "confidence": 0.62, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Source filename contains a temporary or patch-style suffix.", "evidence": {"suffix": "copy", "rule_id": "AIC002", "scanner": "repobility-ai-code-hygiene", "references": ["https://arxiv.org/abs/2601.15195"], "correlation_key": "fp|17a0acefc3ab2c184ca67870ddb5b29a9f9798267ce5d264ca83c33bfa0667bb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/support/windows-integration/plugins/modules/win_copy.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC002", "level": "note", "message": {"text": "Source file name looks like an AI patch artifact"}, "properties": {"repobilityId": 75560, "scanner": "repobility-ai-code-hygiene", "fingerprint": "e30d4bb881020059256c620014752ac43e552920ea3243e52486562625a42786", "category": "quality", "severity": "low", "confidence": 0.62, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Source filename contains a temporary or patch-style suffix.", "evidence": {"suffix": "copy", "rule_id": "AIC002", "scanner": "repobility-ai-code-hygiene", "references": ["https://arxiv.org/abs/2601.15195"], "correlation_key": "fp|e30d4bb881020059256c620014752ac43e552920ea3243e52486562625a42786"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/support/windows-integration/plugins/action/win_copy.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC002", "level": "note", "message": {"text": "Source file name looks like an AI patch artifact"}, "properties": {"repobilityId": 75559, "scanner": "repobility-ai-code-hygiene", "fingerprint": "49ebc894568800b78304ec701fca8107e3874f2cd7e0f7c8be04f8190f3bc142", "category": "quality", "severity": "low", "confidence": 0.62, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Source filename contains a temporary or patch-style suffix.", "evidence": {"suffix": "copy", "rule_id": "AIC002", "scanner": "repobility-ai-code-hygiene", "references": ["https://arxiv.org/abs/2601.15195"], "correlation_key": "fp|49ebc894568800b78304ec701fca8107e3874f2cd7e0f7c8be04f8190f3bc142"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/support/windows-integration/collections/ansible_collections/ansible/windows/plugins/modules/win_copy.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC002", "level": "note", "message": {"text": "Source file name looks like an AI patch artifact"}, "properties": {"repobilityId": 75558, "scanner": "repobility-ai-code-hygiene", "fingerprint": "1f6d141c6fcfb7bc0d5c55511cb7fec043dc44a4c8ba8f3d4dd6d9f7af912949", "category": "quality", "severity": "low", "confidence": 0.62, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Source filename contains a temporary or patch-style suffix.", "evidence": {"suffix": "copy", "rule_id": "AIC002", "scanner": "repobility-ai-code-hygiene", "references": ["https://arxiv.org/abs/2601.15195"], "correlation_key": "fp|1f6d141c6fcfb7bc0d5c55511cb7fec043dc44a4c8ba8f3d4dd6d9f7af912949"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/support/windows-integration/collections/ansible_collections/ansible/windows/plugins/action/win_copy.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED077", "level": "none", "message": {"text": "[MINED077] Python Open No Context: fp = open(path) outside with-block leaks file handles."}, "properties": {"repobilityId": 75722, "scanner": "repobility-threat-engine", "fingerprint": "e9657d0143045ae2a66edc151f9ce7ac229ddce0aeceb399674908bf8c44e431", "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": "python-open-no-context", "owasp": null, "cwe_ids": ["CWE-772"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348081+00:00", "triaged_in_corpus": 12, "observations_count": 7864, "ai_coder_pattern_id": 123}, "scanner": "repobility-threat-engine", "correlation_key": "fp|e9657d0143045ae2a66edc151f9ce7ac229ddce0aeceb399674908bf8c44e431"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/return_skeleton_generator.py"}, "region": {"startLine": 85}}}]}, {"ruleId": "MINED064", "level": "none", "message": {"text": "[MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services."}, "properties": {"repobilityId": 75720, "scanner": "repobility-threat-engine", "fingerprint": "6e0e91e7bccc9ed368aa233ae0bb7b54539a23fe5c934c47f5ff9d2833ead89b", "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": "python-input-call", "owasp": null, "cwe_ids": [], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348050+00:00", "triaged_in_corpus": 12, "observations_count": 66378, "ai_coder_pattern_id": 124}, "scanner": "repobility-threat-engine", "correlation_key": "fp|6e0e91e7bccc9ed368aa233ae0bb7b54539a23fe5c934c47f5ff9d2833ead89b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/backport/backport_of_line_adder.py"}, "region": {"startLine": 204}}}]}, {"ruleId": "MINED050", "level": "none", "message": {"text": "[MINED050] Stub Only Function: Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment."}, "properties": {"repobilityId": 75719, "scanner": "repobility-threat-engine", "fingerprint": "8e136e83d2181f6b19076980549696d27cb36dbd9f46248e86e9cdba463e907e", "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": "stub-only-function", "owasp": null, "cwe_ids": ["CWE-1188"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348017+00:00", "triaged_in_corpus": 12, "observations_count": 633513, "ai_coder_pattern_id": 2}, "scanner": "repobility-threat-engine", "correlation_key": "fp|8e136e83d2181f6b19076980549696d27cb36dbd9f46248e86e9cdba463e907e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packaging/cli-doc/build.py"}, "region": {"startLine": 51}}}]}, {"ruleId": "MINED050", "level": "none", "message": {"text": "[MINED050] Stub Only Function: Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment."}, "properties": {"repobilityId": 75718, "scanner": "repobility-threat-engine", "fingerprint": "9d436fc771417dba9e37dd0f994a6a5686ef08db8c916a6c701d48698717f340", "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": "stub-only-function", "owasp": null, "cwe_ids": ["CWE-1188"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348017+00:00", "triaged_in_corpus": 12, "observations_count": 633513, "ai_coder_pattern_id": 2}, "scanner": "repobility-threat-engine", "correlation_key": "fp|9d436fc771417dba9e37dd0f994a6a5686ef08db8c916a6c701d48698717f340"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/backport/backport_of_line_adder.py"}, "region": {"startLine": 164}}}]}, {"ruleId": "MINED049", "level": "none", "message": {"text": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout."}, "properties": {"repobilityId": 75717, "scanner": "repobility-threat-engine", "fingerprint": "2fdf13ae04f171b696aa972723c06c0bd7de3f479f17628dca6cba30cbcfc9eb", "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|2fdf13ae04f171b696aa972723c06c0bd7de3f479f17628dca6cba30cbcfc9eb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/backport/backport_of_line_adder.py"}, "region": {"startLine": 235}}}]}, {"ruleId": "MINED067", "level": "none", "message": {"text": "[MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang forever."}, "properties": {"repobilityId": 75714, "scanner": "repobility-threat-engine", "fingerprint": "efac6eb1ea7741ef0d8fd32635f25d619cc0008d0311cff34c73690ce30f8f4e", "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": "python-requests-no-timeout", "owasp": null, "cwe_ids": ["CWE-400"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348058+00:00", "triaged_in_corpus": 12, "observations_count": 45429, "ai_coder_pattern_id": 122}, "scanner": "repobility-threat-engine", "correlation_key": "fp|efac6eb1ea7741ef0d8fd32635f25d619cc0008d0311cff34c73690ce30f8f4e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/azp/run.py"}, "region": {"startLine": 86}}}]}, {"ruleId": "MINED067", "level": "none", "message": {"text": "[MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang forever."}, "properties": {"repobilityId": 75713, "scanner": "repobility-threat-engine", "fingerprint": "da480a3a79097082e5b0258ea443e972b23705ef60ba6dc1ff30c149e5b87cb2", "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": "python-requests-no-timeout", "owasp": null, "cwe_ids": ["CWE-400"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348058+00:00", "triaged_in_corpus": 12, "observations_count": 45429, "ai_coder_pattern_id": 122}, "scanner": "repobility-threat-engine", "correlation_key": "fp|da480a3a79097082e5b0258ea443e972b23705ef60ba6dc1ff30c149e5b87cb2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/azp/get_recent_coverage_runs.py"}, "region": {"startLine": 42}}}]}, {"ruleId": "COMP001", "level": "none", "message": {"text": "[COMP001] High cognitive complexity (and 9 more): Same pattern found in 9 additional files. Review if needed."}, "properties": {"repobilityId": 75710, "scanner": "repobility-threat-engine", "fingerprint": "29306b5028b90ab8087937c717cb745fd7e07ab4ccb4b2237f19cccb49788ca3", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 9 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"scanner": "repobility-threat-engine", "function": "download_run", "breakdown": {"if": 15, "for": 5, "else": 1, "while": 1, "continue": 3, "nested_bonus": 25}, "aggregated": true, "complexity": 50, "correlation_key": "fp|29306b5028b90ab8087937c717cb745fd7e07ab4ccb4b2237f19cccb49788ca3", "aggregated_count": 9}}}, {"ruleId": "MINED055", "level": "none", "message": {"text": "[MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versions on every build) instead of npm ci."}, "properties": {"repobilityId": 75703, "scanner": "repobility-threat-engine", "fingerprint": "1d3c54edd301bc35e44e6ade659fcefd2c5230c0a331452af20c24c3e0681b6b", "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": "npm-install-no-lockfile", "owasp": "A06:2021", "cwe_ids": ["CWE-1357"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348030+00:00", "triaged_in_corpus": 12, "observations_count": 317602, "ai_coder_pattern_id": 42}, "scanner": "repobility-threat-engine", "correlation_key": "fp|1d3c54edd301bc35e44e6ade659fcefd2c5230c0a331452af20c24c3e0681b6b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".azure-pipelines/scripts/report-coverage.sh"}, "region": {"startLine": 12}}}]}, {"ruleId": "PYSEC-2026-142", "level": "error", "message": {"text": "urllib3: PYSEC-2026-142"}, "properties": {"repobilityId": 75748, "scanner": "osv-scanner", "fingerprint": "dcca0f0eca99a68469e975eb40b28ea9f3e103a826c167d9244b8b0f5de04e91", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-44432", "GHSA-mf9v-mfxr-j63j"], "package": "urllib3", "rule_id": "PYSEC-2026-142", "scanner": "osv-scanner", "correlation_key": "vuln|urllib3|CVE-2026-44432|token", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-mf9v-mfxr-j63j", "PYSEC-2026-142"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["630267c7d3b35034914dec770da05ec1a888f5dfdb877843e5be96321827f5fe", "dcca0f0eca99a68469e975eb40b28ea9f3e103a826c167d9244b8b0f5de04e91"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/sanity/code-smell/mypy.requirements.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-141", "level": "error", "message": {"text": "urllib3: PYSEC-2026-141"}, "properties": {"repobilityId": 75747, "scanner": "osv-scanner", "fingerprint": "5118cbce0aca280a291b76e5901a12c2b948ac4299d52afca88bc9923a35e1c9", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-44431", "GHSA-qccp-gfcp-xxvc"], "package": "urllib3", "rule_id": "PYSEC-2026-141", "scanner": "osv-scanner", "correlation_key": "vuln|urllib3|CVE-2026-44431|token", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-qccp-gfcp-xxvc", "PYSEC-2026-141"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["013114686804f3a961bb8dff0e903c0a93bc3f7f130878b30f4b322e3f7ccf04", "5118cbce0aca280a291b76e5901a12c2b948ac4299d52afca88bc9923a35e1c9"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/sanity/code-smell/mypy.requirements.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-36", "level": "error", "message": {"text": "cryptography: PYSEC-2026-36"}, "properties": {"repobilityId": 75745, "scanner": "osv-scanner", "fingerprint": "e8367ab3b8cabdfc602210422650481ace693602c43d6eaa9cb4b5e9ff72f666", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-39892", "GHSA-p423-j2cm-9vmq"], "package": "cryptography", "rule_id": "PYSEC-2026-36", "scanner": "osv-scanner", "correlation_key": "vuln|cryptography|CVE-2026-39892|token", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-p423-j2cm-9vmq", "PYSEC-2026-36"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["8d7f3a2d90ee74088c4741c03f709d03a925a8c8b1c38921495dcc99ad97ab23", "e8367ab3b8cabdfc602210422650481ace693602c43d6eaa9cb4b5e9ff72f666"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/sanity/code-smell/mypy.requirements.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-35", "level": "error", "message": {"text": "cryptography: PYSEC-2026-35"}, "properties": {"repobilityId": 75744, "scanner": "osv-scanner", "fingerprint": "69fd127afffe52cca0d4fea9dcb7eb4e140719a71a9ba4cda2cfb72bf6cc7509", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-34073", "GHSA-m959-cc7f-wv43"], "package": "cryptography", "rule_id": "PYSEC-2026-35", "scanner": "osv-scanner", "correlation_key": "vuln|cryptography|CVE-2026-34073|token", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-m959-cc7f-wv43", "PYSEC-2026-35"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["130e576e900f135d555a207f0e158ead4365d3e0408f039c0803120a68b005fa", "69fd127afffe52cca0d4fea9dcb7eb4e140719a71a9ba4cda2cfb72bf6cc7509"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/sanity/code-smell/mypy.requirements.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2020-176", "level": "error", "message": {"text": "pyyaml: PYSEC-2020-176"}, "properties": {"repobilityId": 75734, "scanner": "osv-scanner", "fingerprint": "d66ee52a062275248c8ced7ebc0b5ed5de4d7d5b3246599a9f0bb776e1c11f1e", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2019-20477", "GHSA-3pqx-4fqf-j49f"], "package": "pyyaml", "rule_id": "PYSEC-2020-176", "scanner": "osv-scanner", "correlation_key": "vuln|pyyaml|CVE-2017-18342|requirements.txt"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "requirements.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR014", "level": "error", "message": {"text": "Dockerfile copies the entire context without .dockerignore"}, "properties": {"repobilityId": 75727, "scanner": "repobility-docker", "fingerprint": "14d5418b7b34b4313f5c406775eec174a2a6650201d4509a890e6da51aec0b59", "category": "docker", "severity": "high", "confidence": 0.92, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Broad context copy and missing .dockerignore were found together.", "evidence": {"rule_id": "DKR014", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|14d5418b7b34b4313f5c406775eec174a2a6650201d4509a890e6da51aec0b59"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/galaxy/data/apb/Dockerfile.j2"}, "region": {"startLine": 8}}}]}, {"ruleId": "MINED036", "level": "error", "message": {"text": "[MINED036] Python Os System Call: os.system() invokes shell with no escaping."}, "properties": {"repobilityId": 75725, "scanner": "repobility-threat-engine", "fingerprint": "9e84ffddae8756f22da98b7942012d8d43629b2a54a94c94828664b36542c6d3", "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": "python-os-system-call", "owasp": null, "cwe_ids": ["CWE-78"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347982+00:00", "triaged_in_corpus": 15, "observations_count": 2221, "ai_coder_pattern_id": 117}, "scanner": "repobility-threat-engine", "correlation_key": "fp|9e84ffddae8756f22da98b7942012d8d43629b2a54a94c94828664b36542c6d3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/test-module.py"}, "region": {"startLine": 199}}}]}, {"ruleId": "MINED034", "level": "error", "message": {"text": "[MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command injection."}, "properties": {"repobilityId": 75724, "scanner": "repobility-threat-engine", "fingerprint": "2b605df4e7e4668cb3c2515b75e4ebf2f9c64b1a62f91e38f463f45d40c9cfac", "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": "python-subprocess-shell-true", "owasp": null, "cwe_ids": ["CWE-78"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347977+00:00", "triaged_in_corpus": 15, "observations_count": 3478, "ai_coder_pattern_id": 118}, "scanner": "repobility-threat-engine", "correlation_key": "fp|2b605df4e7e4668cb3c2515b75e4ebf2f9c64b1a62f91e38f463f45d40c9cfac"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/test-module.py"}, "region": {"startLine": 251}}}]}, {"ruleId": "MINED001", "level": "error", "message": {"text": "[MINED001] Bare Except Pass: except: pass or except Exception: pass \u2014 silently swallows everything including KeyboardInterrupt and bugs."}, "properties": {"repobilityId": 75716, "scanner": "repobility-threat-engine", "fingerprint": "8495229341f6d051c056f2f75075b83597fccee6829e249e30cbdf1170f23212", "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": "bare-except-pass", "owasp": null, "cwe_ids": ["CWE-755"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347744+00:00", "triaged_in_corpus": 15, "observations_count": 1550824, "ai_coder_pattern_id": 6}, "scanner": "repobility-threat-engine", "correlation_key": "fp|8495229341f6d051c056f2f75075b83597fccee6829e249e30cbdf1170f23212"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packaging/cli-doc/build.py"}, "region": {"startLine": 50}}}]}, {"ruleId": "MINED001", "level": "error", "message": {"text": "[MINED001] Bare Except Pass: except: pass or except Exception: pass \u2014 silently swallows everything including KeyboardInterrupt and bugs."}, "properties": {"repobilityId": 75715, "scanner": "repobility-threat-engine", "fingerprint": "3fd07f6d03dc45b72bd04a48b9c6b9dc3db3f0df077c98f182518f2e4ae851ac", "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": "bare-except-pass", "owasp": null, "cwe_ids": ["CWE-755"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347744+00:00", "triaged_in_corpus": 15, "observations_count": 1550824, "ai_coder_pattern_id": 6}, "scanner": "repobility-threat-engine", "correlation_key": "fp|3fd07f6d03dc45b72bd04a48b9c6b9dc3db3f0df077c98f182518f2e4ae851ac"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/backport/backport_of_line_adder.py"}, "region": {"startLine": 163}}}]}, {"ruleId": "SEC078", "level": "error", "message": {"text": "[SEC078] Python: requests without timeout: requests.get/post without a timeout will hang indefinitely on a non-responsive server, causing thread exhaustion and ReDoS. Ported from bandit B113 (Apache-2.0). NOTE: this regex is heuristic; a real AST check is preferred for accuracy."}, "properties": {"repobilityId": 75712, "scanner": "repobility-threat-engine", "fingerprint": "637693e69d08b590117e570e637effc965673897f87adf9b9f79606e775006e6", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "requests.post(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC078", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|637693e69d08b590117e570e637effc965673897f87adf9b9f79606e775006e6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/azp/run.py"}, "region": {"startLine": 86}}}]}, {"ruleId": "SEC078", "level": "error", "message": {"text": "[SEC078] Python: requests without timeout: requests.get/post without a timeout will hang indefinitely on a non-responsive server, causing thread exhaustion and ReDoS. Ported from bandit B113 (Apache-2.0). NOTE: this regex is heuristic; a real AST check is preferred for accuracy."}, "properties": {"repobilityId": 75711, "scanner": "repobility-threat-engine", "fingerprint": "ca45edb697f225699c4d6d9488fd27ea3fc776569f949c84e3c835da8eda8d84", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "requests.get(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC078", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|ca45edb697f225699c4d6d9488fd27ea3fc776569f949c84e3c835da8eda8d84"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/azp/get_recent_coverage_runs.py"}, "region": {"startLine": 42}}}]}, {"ruleId": "COMP001", "level": "error", "message": {"text": "[COMP001] High cognitive complexity: Function `download_run` has cognitive complexity 50 (SonarSource scale). Cognitive complexity measures how hard the function is for a human to understand \u2014 nested branches, boolean chains, and recursion all weigh in. Breakdown: continue=3, else=1, for=5, if=15, nested_bonus=25, while=1."}, "properties": {"repobilityId": 75707, "scanner": "repobility-threat-engine", "fingerprint": "a54873a3857cdc76db15e7a7f5e57afee3761747233fd01c72b620d2dd6b4fe1", "category": "quality", "severity": "high", "confidence": 0.95, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "AST-derived cognitive complexity score = 50 (severity threshold for high: 25+).", "evidence": {"scanner": "repobility-threat-engine", "function": "download_run", "breakdown": {"if": 15, "for": 5, "else": 1, "while": 1, "continue": 3, "nested_bonus": 25}, "complexity": 50, "correlation_key": "fp|a54873a3857cdc76db15e7a7f5e57afee3761747233fd01c72b620d2dd6b4fe1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/azp/download.py"}, "region": {"startLine": 122}}}]}, {"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": 75706, "scanner": "repobility-threat-engine", "fingerprint": "eceb2009a2b3a28b41e78dd69431a5fc1859b1c975e2e86a7cc2d0b8a46183ec", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "url(p", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|eceb2009a2b3a28b41e78dd69431a5fc1859b1c975e2e86a7cc2d0b8a46183ec"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/backport/backport_of_line_adder.py"}, "region": {"startLine": 34}}}]}, {"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": 75705, "scanner": "repobility-threat-engine", "fingerprint": "b0eb79cc16897f4888ed6a85cdde32a638371f1c5c089167ece2042fb677a35d", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "urllib.request.urlopen(r", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|b0eb79cc16897f4888ed6a85cdde32a638371f1c5c089167ece2042fb677a35d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/azp/download.py"}, "region": {"startLine": 132}}}]}, {"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": 75702, "scanner": "repobility-threat-engine", "fingerprint": "a40da42bd698eecf4ac8f136e6aea5848f099da6c533a3e381331fc6b0829ffc", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "venv.create(venv_dir, with_pip=True)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|a40da42bd698eecf4ac8f136e6aea5848f099da6c533a3e381331fc6b0829ffc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/update-sanity-requirements.py"}, "region": {"startLine": 44}}}]}, {"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": 75701, "scanner": "repobility-threat-engine", "fingerprint": "d8462210e12b1d79d541ba29c6e71657494e254d27d1e510d6e9a577a7eacf39", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "venv.create(venv_dir, with_pip=True)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|d8462210e12b1d79d541ba29c6e71657494e254d27d1e510d6e9a577a7eacf39"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".azure-pipelines/scripts/publish-codecov.py"}, "region": {"startLine": 76}}}]}, {"ruleId": "SEC103", "level": "error", "message": {"text": "[SEC103] LDAP injection \u2014 non-constant search filter: User input concatenated into an LDAP search filter. Attackers inject `*)(uid=*` style payloads to bypass auth or enumerate accounts."}, "properties": {"repobilityId": 75700, "scanner": "repobility-threat-engine", "fingerprint": "777d19fc112768c93df27251106a294da31cb4e25961be51659714fdd4d3a5e1", "category": "injection", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": ".search('^Coverage (?P<attempt>[0-9]+)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC103", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|injection|. token|36|sec103"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".azure-pipelines/scripts/combine-coverage.py"}, "region": {"startLine": 36}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "Dockerfile FROM `ansibleplaybookbundle/apb-base (no tag)` not pinned by digest"}, "properties": {"repobilityId": 75699, "scanner": "repobility-supply-chain", "fingerprint": "df27028bb5330cd6e43b2164d561c6c91e840d14398a111f29d2122c48a55c6d", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "docker-from-unpinned", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["dockerfile"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|df27028bb5330cd6e43b2164d561c6c91e840d14398a111f29d2122c48a55c6d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/galaxy/data/apb/Dockerfile.j2"}, "region": {"startLine": 2}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI PATCH ansible.inventory.manager.unfrackpath has no auth"}, "properties": {"repobilityId": 75693, "scanner": "repobility-route-auth", "fingerprint": "cc3fc10a6dfeeae2c088f4d7a159b0d88fe92db7972f63c223f5bded56e56674", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|cc3fc10a6dfeeae2c088f4d7a159b0d88fe92db7972f63c223f5bded56e56674"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/plugins/inventory/test_inventory.py"}, "region": {"startLine": 168}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.assertEqual` used but never assigned in __init__"}, "properties": {"repobilityId": 75644, "scanner": "repobility-ast-engine", "fingerprint": "f125d9bb4ba3ca1281b184a2b8334f378c6db3a518f426cc3bd8e1e2aa537749", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|f125d9bb4ba3ca1281b184a2b8334f378c6db3a518f426cc3bd8e1e2aa537749"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/vars/test_variable_manager.py"}, "region": {"startLine": 112}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.assertEqual` used but never assigned in __init__"}, "properties": {"repobilityId": 75643, "scanner": "repobility-ast-engine", "fingerprint": "5d48ef4341a8346b355566a2d7bface704cff55d301c27679109ba4745132ba8", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|5d48ef4341a8346b355566a2d7bface704cff55d301c27679109ba4745132ba8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/vars/test_variable_manager.py"}, "region": {"startLine": 95}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.assertEqual` used but never assigned in __init__"}, "properties": {"repobilityId": 75642, "scanner": "repobility-ast-engine", "fingerprint": "81617b0b526621a39aa6f0c970e17d2ba458ae41920554cd1bb88015b429c3e6", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|81617b0b526621a39aa6f0c970e17d2ba458ae41920554cd1bb88015b429c3e6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/vars/test_variable_manager.py"}, "region": {"startLine": 80}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.assertEqual` used but never assigned in __init__"}, "properties": {"repobilityId": 75641, "scanner": "repobility-ast-engine", "fingerprint": "185a504fa86d8e21e38c873f481e4e27ca9ab813325ad2a6828c5634c1a52ec2", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|185a504fa86d8e21e38c873f481e4e27ca9ab813325ad2a6828c5634c1a52ec2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/vars/test_variable_manager.py"}, "region": {"startLine": 66}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.assertEqual` used but never assigned in __init__"}, "properties": {"repobilityId": 75640, "scanner": "repobility-ast-engine", "fingerprint": "be89a0f966ebaaaefb12b87f22608087a40c4d7634645a6c271852c7252c498d", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|be89a0f966ebaaaefb12b87f22608087a40c4d7634645a6c271852c7252c498d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/vars/test_variable_manager.py"}, "region": {"startLine": 52}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_build_requirement_from_tar_no_manifest"}, "properties": {"repobilityId": 75639, "scanner": "repobility-ast-engine", "fingerprint": "9124e4880a6171d5280b875208023b6d82e73cac22915681287d7702f88335f3", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|9124e4880a6171d5280b875208023b6d82e73cac22915681287d7702f88335f3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection_install.py"}, "region": {"startLine": 370}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_build_requirement_from_tar_fail_not_tar"}, "properties": {"repobilityId": 75638, "scanner": "repobility-ast-engine", "fingerprint": "14d2a0b6573d45db955622efcad09f1fa4f62b0b1266dbcc7debd3b7523083f0", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|14d2a0b6573d45db955622efcad09f1fa4f62b0b1266dbcc7debd3b7523083f0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection_install.py"}, "region": {"startLine": 357}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_build_requirement_from_tar_url_wrong_type"}, "properties": {"repobilityId": 75637, "scanner": "repobility-ast-engine", "fingerprint": "1c9c611b93b67b84aee60cab1e88a19dac62d3937eae809a26ab85d3e02d51cc", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|1c9c611b93b67b84aee60cab1e88a19dac62d3937eae809a26ab85d3e02d51cc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection_install.py"}, "region": {"startLine": 346}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_build_requirement_from_tar_url"}, "properties": {"repobilityId": 75636, "scanner": "repobility-ast-engine", "fingerprint": "1282da7bf1bcbfac17dada1f8ec488eb89d8419be17b974f530588b099540441", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|1282da7bf1bcbfac17dada1f8ec488eb89d8419be17b974f530588b099540441"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection_install.py"}, "region": {"startLine": 336}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_build_artifact_from_path_no_version"}, "properties": {"repobilityId": 75635, "scanner": "repobility-ast-engine", "fingerprint": "a91789990999e33a2242328aa0234d8356249bb37569adb890a7c1141268e8e4", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|a91789990999e33a2242328aa0234d8356249bb37569adb890a7c1141268e8e4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection_install.py"}, "region": {"startLine": 267}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_build_requirement_from_path_invalid_manifest"}, "properties": {"repobilityId": 75634, "scanner": "repobility-ast-engine", "fingerprint": "7bb8c234921b58e541930e5b69fd95ee92aa60331341bb8b9479d73bafac83fa", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|7bb8c234921b58e541930e5b69fd95ee92aa60331341bb8b9479d73bafac83fa"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection_install.py"}, "region": {"startLine": 254}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_concrete_artifact_manager_scm_no_executable"}, "properties": {"repobilityId": 75633, "scanner": "repobility-ast-engine", "fingerprint": "58c13356f6ed36bfe24fb4e85dfa205d576a8a82eda020daa355ea5b352a022f", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|58c13356f6ed36bfe24fb4e85dfa205d576a8a82eda020daa355ea5b352a022f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection_install.py"}, "region": {"startLine": 105}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_extract_tar_file_outside_dir"}, "properties": {"repobilityId": 75632, "scanner": "repobility-ast-engine", "fingerprint": "f0183deeb6c789ef1a104c8c41e80ef48ee25631e5edf36216aafc3ace35a534", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|f0183deeb6c789ef1a104c8c41e80ef48ee25631e5edf36216aafc3ace35a534"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection.py"}, "region": {"startLine": 969}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_extract_tar_file_missing_parent_dir"}, "properties": {"repobilityId": 75631, "scanner": "repobility-ast-engine", "fingerprint": "1860f8d1839baab0a9c460413dcafbd0d0af5947b3866f5df0fee531ac7cc9bd", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|1860f8d1839baab0a9c460413dcafbd0d0af5947b3866f5df0fee531ac7cc9bd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection.py"}, "region": {"startLine": 960}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_extract_tar_file_missing_member"}, "properties": {"repobilityId": 75630, "scanner": "repobility-ast-engine", "fingerprint": "c1d26113ed32a6a94db90818952d37c71b415a3a464604ce65916bebb3d1bd90", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|c1d26113ed32a6a94db90818952d37c71b415a3a464604ce65916bebb3d1bd90"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection.py"}, "region": {"startLine": 952}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_extract_tar_file_invalid_hash"}, "properties": {"repobilityId": 75629, "scanner": "repobility-ast-engine", "fingerprint": "08aa43f1f72b2edafa36fd8cdc22881cf4ce3f92feba4b5b6260319b90c66f9d", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|08aa43f1f72b2edafa36fd8cdc22881cf4ce3f92feba4b5b6260319b90c66f9d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection.py"}, "region": {"startLine": 944}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_download_file_hash_mismatch"}, "properties": {"repobilityId": 75628, "scanner": "repobility-ast-engine", "fingerprint": "48f5d543b2cb29a2dadeacac67cb7eb4dd8c8df329764690bb9a830d06f28f3e", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|48f5d543b2cb29a2dadeacac67cb7eb4dd8c8df329764690bb9a830d06f28f3e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection.py"}, "region": {"startLine": 930}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_galaxy_yaml_no_mandatory_keys_bad_yaml"}, "properties": {"repobilityId": 75627, "scanner": "repobility-ast-engine", "fingerprint": "4615ea9e500c0a8e7a65e3ba3fa32d87fe0a49b96020b106ccd9bc75d414600d", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|4615ea9e500c0a8e7a65e3ba3fa32d87fe0a49b96020b106ccd9bc75d414600d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection.py"}, "region": {"startLine": 566}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_missing_required_galaxy_key"}, "properties": {"repobilityId": 75626, "scanner": "repobility-ast-engine", "fingerprint": "487a1252ded82db01a7c11c119ac83587ee21276b2a8732b787ad177da68474a", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|487a1252ded82db01a7c11c119ac83587ee21276b2a8732b787ad177da68474a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection.py"}, "region": {"startLine": 547}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_invalid_yaml_galaxy_file"}, "properties": {"repobilityId": 75625, "scanner": "repobility-ast-engine", "fingerprint": "c8e31f3b0ec06ac3bf3fd25473a043fee95defbe06aef8cde8342be14cf655fa", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|c8e31f3b0ec06ac3bf3fd25473a043fee95defbe06aef8cde8342be14cf655fa"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection.py"}, "region": {"startLine": 538}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_build_existing_output_without_force"}, "properties": {"repobilityId": 75624, "scanner": "repobility-ast-engine", "fingerprint": "8df44fa184743096aeb7933beabd0687c592800a4f5e9bf27208136e377c07b5", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|8df44fa184743096aeb7933beabd0687c592800a4f5e9bf27208136e377c07b5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection.py"}, "region": {"startLine": 462}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_build_existing_output_file"}, "properties": {"repobilityId": 75623, "scanner": "repobility-ast-engine", "fingerprint": "74b7d20ff4416e56a8ffa771d6ddb925f279e9a620b92b26d71df63db7a6a379", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|74b7d20ff4416e56a8ffa771d6ddb925f279e9a620b92b26d71df63db7a6a379"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection.py"}, "region": {"startLine": 450}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_build_collection_no_galaxy_yaml"}, "properties": {"repobilityId": 75622, "scanner": "repobility-ast-engine", "fingerprint": "c0fead89e66d18552c5ca6f3290dc39838f703c9d002dc8cccf5ca3270735f2c", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|c0fead89e66d18552c5ca6f3290dc39838f703c9d002dc8cccf5ca3270735f2c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection.py"}, "region": {"startLine": 442}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_cli_options"}, "properties": {"repobilityId": 75621, "scanner": "repobility-ast-engine", "fingerprint": "55c124ba0d4f81667a8e846dd5aa240ce0ca5cf6cd9393417f1498ff4750d57d", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|55c124ba0d4f81667a8e846dd5aa240ce0ca5cf6cd9393417f1498ff4750d57d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/galaxy/test_collection.py"}, "region": {"startLine": 202}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.assertNotIn` used but never assigned in __init__"}, "properties": {"repobilityId": 75620, "scanner": "repobility-ast-engine", "fingerprint": "faae886710bd4cfb9a9f729763547074106c153d3abf9f94b9508fac94b5b81d", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|faae886710bd4cfb9a9f729763547074106c153d3abf9f94b9508fac94b5b81d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/plugins/test_plugins.py"}, "region": {"startLine": 134}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.assertIn` used but never assigned in __init__"}, "properties": {"repobilityId": 75619, "scanner": "repobility-ast-engine", "fingerprint": "a03728b8893e3b3616e419b1349aca215be1dd59c85266b63ce70a06e0d9318f", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|a03728b8893e3b3616e419b1349aca215be1dd59c85266b63ce70a06e0d9318f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/plugins/test_plugins.py"}, "region": {"startLine": 133}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.assertEqual` used but never assigned in __init__"}, "properties": {"repobilityId": 75618, "scanner": "repobility-ast-engine", "fingerprint": "8347b90497da0e271597dda0bc0c6a08336bae79349a347e9d9e3c8d43cb7113", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|8347b90497da0e271597dda0bc0c6a08336bae79349a347e9d9e3c8d43cb7113"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/plugins/test_plugins.py"}, "region": {"startLine": 131}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.assertEqual` used but never assigned in __init__"}, "properties": {"repobilityId": 75617, "scanner": "repobility-ast-engine", "fingerprint": "7681dc1423b432cd8e084b75e016a62ac0622a8949b4523d84cfed5c84eccebb", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|7681dc1423b432cd8e084b75e016a62ac0622a8949b4523d84cfed5c84eccebb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/plugins/test_plugins.py"}, "region": {"startLine": 105}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.assertPluginLoaderConfigBecomes` used but never assigned in __init__"}, "properties": {"repobilityId": 75616, "scanner": "repobility-ast-engine", "fingerprint": "8e83d152c488fb17cd5609ef4b795e8451acc997b6d89cc049a2c98ed1e3299f", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|8e83d152c488fb17cd5609ef4b795e8451acc997b6d89cc049a2c98ed1e3299f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/plugins/test_plugins.py"}, "region": {"startLine": 89}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.assertPluginLoaderConfigBecomes` used but never assigned in __init__"}, "properties": {"repobilityId": 75615, "scanner": "repobility-ast-engine", "fingerprint": "f5cb88074c88bad407d113bb4f425340c9d310b7616d791f33f4986ffc0790b3", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|f5cb88074c88bad407d113bb4f425340c9d310b7616d791f33f4986ffc0790b3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/plugins/test_plugins.py"}, "region": {"startLine": 86}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.assertPluginLoaderConfigBecomes` used but never assigned in __init__"}, "properties": {"repobilityId": 75614, "scanner": "repobility-ast-engine", "fingerprint": "14163a60df01537796833f0c3e844ce50d232b747da204a286808c835a6ffeba", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|14163a60df01537796833f0c3e844ce50d232b747da204a286808c835a6ffeba"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/plugins/test_plugins.py"}, "region": {"startLine": 83}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.assertEqual` used but never assigned in __init__"}, "properties": {"repobilityId": 75613, "scanner": "repobility-ast-engine", "fingerprint": "dc7938bbd421ffc4e61855ea68e084fd9b1abb5991c18b56d60db0dd44e31421", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|dc7938bbd421ffc4e61855ea68e084fd9b1abb5991c18b56d60db0dd44e31421"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/plugins/test_plugins.py"}, "region": {"startLine": 79}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.assertEqual` used but never assigned in __init__"}, "properties": {"repobilityId": 75612, "scanner": "repobility-ast-engine", "fingerprint": "36b7dc28a374cf007e200a0a07df951895a1bdeb96f432bc24156a51779bdee4", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|36b7dc28a374cf007e200a0a07df951895a1bdeb96f432bc24156a51779bdee4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/plugins/test_plugins.py"}, "region": {"startLine": 64}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.assertEqual` used but never assigned in __init__"}, "properties": {"repobilityId": 75611, "scanner": "repobility-ast-engine", "fingerprint": "0e424894ab5e29c2c2e557edb8c57a89faf643a4847fb0a016b72f00e15d293f", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|0e424894ab5e29c2c2e557edb8c57a89faf643a4847fb0a016b72f00e15d293f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/plugins/test_plugins.py"}, "region": {"startLine": 58}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.assertEqual` used but never assigned in __init__"}, "properties": {"repobilityId": 75610, "scanner": "repobility-ast-engine", "fingerprint": "720cc6b1f3ffdff8cd2fcf95ca50a394229484e26f7e7cfbf215ef04a0aa5abc", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|720cc6b1f3ffdff8cd2fcf95ca50a394229484e26f7e7cfbf215ef04a0aa5abc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/plugins/test_plugins.py"}, "region": {"startLine": 41}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.assertEqual` used but never assigned in __init__"}, "properties": {"repobilityId": 75609, "scanner": "repobility-ast-engine", "fingerprint": "1cb10e76a22124360af33caaa985e3e86246e2654617c9e5e376102a6ece4296", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|1cb10e76a22124360af33caaa985e3e86246e2654617c9e5e376102a6ece4296"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/plugins/test_plugins.py"}, "region": {"startLine": 37}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_plugin__init_config_none"}, "properties": {"repobilityId": 75608, "scanner": "repobility-ast-engine", "fingerprint": "4cdcdee14be4db04e201b8794a993415a07b5615a9fbfab92e6427c848ce3fd6", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|4cdcdee14be4db04e201b8794a993415a07b5615a9fbfab92e6427c848ce3fd6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/plugins/test_plugins.py"}, "region": {"startLine": 88}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_plugin__init_config_str"}, "properties": {"repobilityId": 75607, "scanner": "repobility-ast-engine", "fingerprint": "13a6eaea74a107c613aa646acc0247c43da87ceefd18edee1a921f2698b10779", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|13a6eaea74a107c613aa646acc0247c43da87ceefd18edee1a921f2698b10779"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/plugins/test_plugins.py"}, "region": {"startLine": 85}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_plugin__init_config_list"}, "properties": {"repobilityId": 75606, "scanner": "repobility-ast-engine", "fingerprint": "31f14ccc131a620f1ce8f4ceaacd0f567769f53c5c4d934f68f4f1b9337e903b", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|31f14ccc131a620f1ce8f4ceaacd0f567769f53c5c4d934f68f4f1b9337e903b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/plugins/test_plugins.py"}, "region": {"startLine": 81}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._format_command_name` used but never assigned in __init__"}, "properties": {"repobilityId": 75605, "scanner": "repobility-ast-engine", "fingerprint": "7854d1f6ea433e5f758640669e6b0b464baaf593eef9ddfbe61eb6b7d44db3f9", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|7854d1f6ea433e5f758640669e6b0b464baaf593eef9ddfbe61eb6b7d44db3f9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packaging/release.py"}, "region": {"startLine": 260}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._format_command_name` used but never assigned in __init__"}, "properties": {"repobilityId": 75604, "scanner": "repobility-ast-engine", "fingerprint": "42a79c9f3b2542e2ff94ef339cee8336bd3e251ce7594a30ba7621d46ade7819", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|42a79c9f3b2542e2ff94ef339cee8336bd3e251ce7594a30ba7621d46ade7819"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packaging/release.py"}, "region": {"startLine": 204}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.run` used but never assigned in __init__"}, "properties": {"repobilityId": 75603, "scanner": "repobility-ast-engine", "fingerprint": "63580dcfe1acbdf72e17c425beb8920fe7fd7fbabd76ef39d4010ecb991dbb43", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|63580dcfe1acbdf72e17c425beb8920fe7fd7fbabd76ef39d4010ecb991dbb43"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packaging/release.py"}, "region": {"startLine": 249}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._run` used but never assigned in __init__"}, "properties": {"repobilityId": 75602, "scanner": "repobility-ast-engine", "fingerprint": "bf39ee8ecf877982484d518bdaced3e880f9a33016537ee81f1863a4f5bb3387", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|bf39ee8ecf877982484d518bdaced3e880f9a33016537ee81f1863a4f5bb3387"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packaging/release.py"}, "region": {"startLine": 196}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.show` used but never assigned in __init__"}, "properties": {"repobilityId": 75601, "scanner": "repobility-ast-engine", "fingerprint": "5d2101b8fa5c8af34c5c4de56089e8c4bf1c87a8bd4f3143ac3ecceef6d9c690", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|5d2101b8fa5c8af34c5c4de56089e8c4bf1c87a8bd4f3143ac3ecceef6d9c690"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packaging/release.py"}, "region": {"startLine": 159}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.show` used but never assigned in __init__"}, "properties": {"repobilityId": 75600, "scanner": "repobility-ast-engine", "fingerprint": "216bf2d228f6223e400434666782bbfe1a707a4a1bfc1d23bcaca72b29040e66", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|216bf2d228f6223e400434666782bbfe1a707a4a1bfc1d23bcaca72b29040e66"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packaging/release.py"}, "region": {"startLine": 155}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_wheel"}, "properties": {"repobilityId": 75599, "scanner": "repobility-ast-engine", "fingerprint": "13a297d6bf67e802a7bb9b5316299fd50df7c1f171b6957e4becda544bb0d6b1", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|13a297d6bf67e802a7bb9b5316299fd50df7c1f171b6957e4becda544bb0d6b1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packaging/release.py"}, "region": {"startLine": 1283}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_sdist"}, "properties": {"repobilityId": 75598, "scanner": "repobility-ast-engine", "fingerprint": "af9aed59fd2184aaffbc6ff1efdf42d4e4c3786fd87a850c3cbfedd8cae1c859", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|af9aed59fd2184aaffbc6ff1efdf42d4e4c3786fd87a850c3cbfedd8cae1c859"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packaging/release.py"}, "region": {"startLine": 1257}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_built_artifact"}, "properties": {"repobilityId": 75597, "scanner": "repobility-ast-engine", "fingerprint": "0fcafbe9f3288879c452dec3bd5ef04c04ae78038d92cc697e0e656d09caab50", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|0fcafbe9f3288879c452dec3bd5ef04c04ae78038d92cc697e0e656d09caab50"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packaging/release.py"}, "region": {"startLine": 875}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.write_requirements` used but never assigned in __init__"}, "properties": {"repobilityId": 75595, "scanner": "repobility-ast-engine", "fingerprint": "9a5671b1c0d2caa803157dd41bdf5edb200716abfb33a0bda1233a22dda2f061", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|9a5671b1c0d2caa803157dd41bdf5edb200716abfb33a0bda1233a22dda2f061"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/update-sanity-requirements.py"}, "region": {"startLine": 73}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.write_requirements` used but never assigned in __init__"}, "properties": {"repobilityId": 75594, "scanner": "repobility-ast-engine", "fingerprint": "686d12a2e464eac172d05e4bb28fd362209adb6b808de1f90930584db95cc857", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|686d12a2e464eac172d05e4bb28fd362209adb6b808de1f90930584db95cc857"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/update-sanity-requirements.py"}, "region": {"startLine": 64}}}]}, {"ruleId": "GHSA-3pqx-4fqf-j49f", "level": "error", "message": {"text": "pyyaml: GHSA-3pqx-4fqf-j49f"}, "properties": {"repobilityId": 75737, "scanner": "osv-scanner", "fingerprint": "d3d28f443c17a0eaffdfc96ceb5ca446eaa75da91f8e92bb29639d7b0c38560f", "category": "dependency", "severity": "critical", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2019-20477", "PYSEC-2020-176"], "package": "pyyaml", "rule_id": "GHSA-3pqx-4fqf-j49f", "scanner": "osv-scanner", "correlation_key": "vuln|pyyaml|CVE-2019-20477|requirements.txt"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "requirements.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-8q59-q68h-6hv4", "level": "error", "message": {"text": "pyyaml: GHSA-8q59-q68h-6hv4"}, "properties": {"repobilityId": 75736, "scanner": "osv-scanner", "fingerprint": "6f7314a3d9dfb1d7cba2c2b47926452927fdfe87f25dbac1f2b676d578f0fdfa", "category": "dependency", "severity": "critical", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2020-14343", "PYSEC-2021-142"], "package": "pyyaml", "rule_id": "GHSA-8q59-q68h-6hv4", "scanner": "osv-scanner", "correlation_key": "vuln|pyyaml|CVE-2020-14343|requirements.txt", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-8q59-q68h-6hv4", "PYSEC-2021-142"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["200a764d76e2fd46436b93af9662bb3f230fb2978a7edb2ed565bf459d57d10a", "6f7314a3d9dfb1d7cba2c2b47926452927fdfe87f25dbac1f2b676d578f0fdfa"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "requirements.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-6757-jp84-gxfx", "level": "error", "message": {"text": "pyyaml: GHSA-6757-jp84-gxfx"}, "properties": {"repobilityId": 75735, "scanner": "osv-scanner", "fingerprint": "6df173e6511f528c447be18e2ac45155c7cd8e1c56b73ce2e7d89a72e02b16af", "category": "dependency", "severity": "critical", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2020-1747", "PYSEC-2020-96"], "package": "pyyaml", "rule_id": "GHSA-6757-jp84-gxfx", "scanner": "osv-scanner", "correlation_key": "vuln|pyyaml|CVE-2020-1747|requirements.txt", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-6757-jp84-gxfx", "PYSEC-2020-96"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["6df173e6511f528c447be18e2ac45155c7cd8e1c56b73ce2e7d89a72e02b16af", "867b686ceca6b049e97232ccd316a832e6f4ee9dea96d38ddf4713cb43b00d18"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "requirements.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "private-key", "level": "error", "message": {"text": "Identified a Private Key, which may compromise cryptographic security and sensitive data encryption."}, "properties": {"repobilityId": 75733, "scanner": "gitleaks", "fingerprint": "464431b4198f7be6a254d73b932f4d1ff904a080191fd695e5a197a3b7224d73", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED", "rule_id": "private-key", "scanner": "gitleaks", "detector": "private-key", "correlation_key": "secret|token|10|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/module_utils/urls/fixtures/multipart.txt"}, "region": {"startLine": 105}}}]}, {"ruleId": "private-key", "level": "error", "message": {"text": "Identified a Private Key, which may compromise cryptographic security and sensitive data encryption."}, "properties": {"repobilityId": 75732, "scanner": "gitleaks", "fingerprint": "ea69a801f40d4a78c7c5fe5546434b1defc19e871dd64dc3b4fecb3a0f6cdda5", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED", "rule_id": "private-key", "scanner": "gitleaks", "detector": "private-key", "correlation_key": "secret|token|1|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/module_utils/urls/fixtures/client.key"}, "region": {"startLine": 1}}}]}, {"ruleId": "generic-api-key", "level": "error", "message": {"text": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations."}, "properties": {"repobilityId": 75731, "scanner": "gitleaks", "fingerprint": "a9cfd0763865adcdfa4e0d2963f069a0ec8488e2b01e284cdc51337a72600275", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "test_v6_key_fingerprint: \"REDACTED\"", "rule_id": "generic-api-key", "scanner": "gitleaks", "detector": "generic-api-key", "correlation_key": "secret|token|1|test_v6_key_fingerprint: redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/integration/targets/rpm_key/vars/main.yml"}, "region": {"startLine": 10}}}]}, {"ruleId": "private-key", "level": "error", "message": {"text": "Identified a Private Key, which may compromise cryptographic security and sensitive data encryption."}, "properties": {"repobilityId": 75730, "scanner": "gitleaks", "fingerprint": "b3f335a922add5d8fbec6f3a76a9f146cb03087f62e33abd09a2a2b62a0ac2ca", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "REDACTED", "rule_id": "private-key", "scanner": "gitleaks", "detector": "private-key", "correlation_key": "secret|token|4|redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/integration/targets/git/vars/main.yml"}, "region": {"startLine": 48}}}]}, {"ruleId": "generic-api-key", "level": "error", "message": {"text": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations."}, "properties": {"repobilityId": 75729, "scanner": "gitleaks", "fingerprint": "8991da1b5501f78cc722e40d140050c96d9399ac8d94b49c77fac4afe9de998f", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "password_prompt = REDACTED", "rule_id": "generic-api-key", "scanner": "gitleaks", "detector": "generic-api-key", "correlation_key": "secret|token|109|password_prompt redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/plugins/connection/ssh.py"}, "region": {"startLine": 1093}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `warnings` used but not imported"}, "properties": {"repobilityId": 75692, "scanner": "repobility-ast-engine", "fingerprint": "a25ea29f0ce849a9382006b00613745512a1f0005563f010c30f1b7dd258fb6f", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|a25ea29f0ce849a9382006b00613745512a1f0005563f010c30f1b7dd258fb6f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/module_utils/_embed/dnf.py"}, "region": {"startLine": 137}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `queue` used but not imported"}, "properties": {"repobilityId": 75691, "scanner": "repobility-ast-engine", "fingerprint": "35d737971b2818b399cd64bf74e4403be8572da0cac5dd17fe0c30181fe3003d", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|35d737971b2818b399cd64bf74e4403be8572da0cac5dd17fe0c30181fe3003d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/module_utils/common/_utils.py"}, "region": {"startLine": 22}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `warnings` used but not imported"}, "properties": {"repobilityId": 75690, "scanner": "repobility-ast-engine", "fingerprint": "362dd14c15ff84d399bbeeea9acf06c0964eb06354347dc5eb98cc914aa747d2", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|362dd14c15ff84d399bbeeea9acf06c0964eb06354347dc5eb98cc914aa747d2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/_internal/_task.py"}, "region": {"startLine": 660}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `warnings` used but not imported"}, "properties": {"repobilityId": 75689, "scanner": "repobility-ast-engine", "fingerprint": "90894b4bffa7b55fae5162eb07b57939766eb8a162b2cdbfae07cad6ca7241b8", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|90894b4bffa7b55fae5162eb07b57939766eb8a162b2cdbfae07cad6ca7241b8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/module_utils/json_utils.py"}, "region": {"startLine": 73}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `warnings` used but not imported"}, "properties": {"repobilityId": 75688, "scanner": "repobility-ast-engine", "fingerprint": "b4b9b982eecc144719bcf3a81b4e895d0c83d70411a858e76fd186f42fbf91cf", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|b4b9b982eecc144719bcf3a81b4e895d0c83d70411a858e76fd186f42fbf91cf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/config/manager.py"}, "region": {"startLine": 307}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `warnings` used but not imported"}, "properties": {"repobilityId": 75687, "scanner": "repobility-ast-engine", "fingerprint": "0de91704a2033fd60c05c1ce2fe909aec028670458cd051b10271d0c07254f19", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|0de91704a2033fd60c05c1ce2fe909aec028670458cd051b10271d0c07254f19"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/cli/galaxy.py"}, "region": {"startLine": 1590}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `warnings` used but not imported"}, "properties": {"repobilityId": 75686, "scanner": "repobility-ast-engine", "fingerprint": "f6762c303319974ebaa492edcd72861387912f4db68c07dca4b8704135789ac2", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|f6762c303319974ebaa492edcd72861387912f4db68c07dca4b8704135789ac2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/modules/async_wrapper.py"}, "region": {"startLine": 111}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `collections` used but not imported"}, "properties": {"repobilityId": 75685, "scanner": "repobility-ast-engine", "fingerprint": "0c2164ec97ab4d7c1d455f7d62abcef2d69208f3c54dbb802fd31b15eaf0cb99", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|0c2164ec97ab4d7c1d455f7d62abcef2d69208f3c54dbb802fd31b15eaf0cb99"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/ansible/plugins/list.py"}, "region": {"startLine": 166}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `queue` used but not imported"}, "properties": {"repobilityId": 75683, "scanner": "repobility-ast-engine", "fingerprint": "b991712d6bf9f75e842bd57f352218eba15ef6da3b5083272b914204e9104a7a", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|b991712d6bf9f75e842bd57f352218eba15ef6da3b5083272b914204e9104a7a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/lib/ansible_test/_internal/commands/integration/coverage.py"}, "region": {"startLine": 401}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `collections` used but not imported"}, "properties": {"repobilityId": 75682, "scanner": "repobility-ast-engine", "fingerprint": "07c220d8032eb71bf94c30bd673ee922d9b44c2ed20e8b54b6107d2969fddd2e", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|07c220d8032eb71bf94c30bd673ee922d9b44c2ed20e8b54b6107d2969fddd2e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/lib/ansible_test/_internal/commands/integration/__init__.py"}, "region": {"startLine": 214}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `http` used but not imported"}, "properties": {"repobilityId": 75680, "scanner": "repobility-ast-engine", "fingerprint": "e7cf700a812f969d815f347e608554e9ba362a22d5876c5884ddb50b35625b71", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|e7cf700a812f969d815f347e608554e9ba362a22d5876c5884ddb50b35625b71"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/lib/ansible_test/_internal/ci/azp.py"}, "region": {"startLine": 251}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `collections` used but not imported"}, "properties": {"repobilityId": 75679, "scanner": "repobility-ast-engine", "fingerprint": "0d1f21df36361c0d733ac4909dd260a40b40110c70a6e5ec5d85a465f6f2816c", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|0d1f21df36361c0d733ac4909dd260a40b40110c70a6e5ec5d85a465f6f2816c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/lib/ansible_test/_internal/data.py"}, "region": {"startLine": 121}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `queue` used but not imported"}, "properties": {"repobilityId": 75677, "scanner": "repobility-ast-engine", "fingerprint": "1989425694043b0a969f38842973e937354530d435ddc94a85a5b41e8fdb101b", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|1989425694043b0a969f38842973e937354530d435ddc94a85a5b41e8fdb101b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/lib/ansible_test/_internal/util_common.py"}, "region": {"startLine": 92}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `inspect` used but not imported"}, "properties": {"repobilityId": 75673, "scanner": "repobility-ast-engine", "fingerprint": "cd01c561d0198a6542e2e47c12a57026ae37e646c0885fce7df7edfc3b653eef", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|cd01c561d0198a6542e2e47c12a57026ae37e646c0885fce7df7edfc3b653eef"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/lib/ansible_test/_internal/host_profiles.py"}, "region": {"startLine": 1076}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `queue` used but not imported"}, "properties": {"repobilityId": 75668, "scanner": "repobility-ast-engine", "fingerprint": "7a346d2bc6ccb9e73b6e2a8cdf3c9ffab7cc5c6d784e00fd2b7e674bb27cbf96", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|7a346d2bc6ccb9e73b6e2a8cdf3c9ffab7cc5c6d784e00fd2b7e674bb27cbf96"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/lib/ansible_test/_internal/util.py"}, "region": {"startLine": 1098}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `gc` used but not imported"}, "properties": {"repobilityId": 75663, "scanner": "repobility-ast-engine", "fingerprint": "4d2cb9aee0d1a15bbbf67c645538d11e5c464eb597fda0ac5794800ff97161ab", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|4d2cb9aee0d1a15bbbf67c645538d11e5c464eb597fda0ac5794800ff97161ab"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/cli/galaxy/test_execute_list_collection.py"}, "region": {"startLine": 98}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `gc` used but not imported"}, "properties": {"repobilityId": 75662, "scanner": "repobility-ast-engine", "fingerprint": "5386514921f26cb08135361bfdc4f4b9c864f1ecc02bbe3608dfd582364886c6", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|5386514921f26cb08135361bfdc4f4b9c864f1ecc02bbe3608dfd582364886c6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/cli/galaxy/test_execute_list.py"}, "region": {"startLine": 22}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `warnings` used but not imported"}, "properties": {"repobilityId": 75658, "scanner": "repobility-ast-engine", "fingerprint": "6d1593039a5237bd5026590d8a6f360621f152c1d4c426f3904926d44a9ffb1b", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|6d1593039a5237bd5026590d8a6f360621f152c1d4c426f3904926d44a9ffb1b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/config/manager/test_find_ini_config_file.py"}, "region": {"startLine": 190}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `subprocess` used but not imported"}, "properties": {"repobilityId": 75655, "scanner": "repobility-ast-engine", "fingerprint": "f4fe87c3d3aaeabbcce56c376e3da465c75a7c44dbf424562311d4fc1889c02e", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|f4fe87c3d3aaeabbcce56c376e3da465c75a7c44dbf424562311d4fc1889c02e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/module_utils/basic/test_run_command.py"}, "region": {"startLine": 101}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `os` used but not imported"}, "properties": {"repobilityId": 75654, "scanner": "repobility-ast-engine", "fingerprint": "bff4fed046a7098d95f301150566b0010e58471ab139fe98c6334b0c77b94ba3", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|bff4fed046a7098d95f301150566b0010e58471ab139fe98c6334b0c77b94ba3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/module_utils/basic/test_run_command.py"}, "region": {"startLine": 36}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `warnings` used but not imported"}, "properties": {"repobilityId": 75652, "scanner": "repobility-ast-engine", "fingerprint": "e55bfb85f8ee945b004ea97bd7cb85a09d81d48600a307484446da7950484331", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|e55bfb85f8ee945b004ea97bd7cb85a09d81d48600a307484446da7950484331"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/_internal/templating/test_jinja_bits.py"}, "region": {"startLine": 85}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `gc` used but not imported"}, "properties": {"repobilityId": 75649, "scanner": "repobility-ast-engine", "fingerprint": "402da3e8873d53e6439f3f38d1d70d696434791fd2a77b8718205f3e72b1de45", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|402da3e8873d53e6439f3f38d1d70d696434791fd2a77b8718205f3e72b1de45"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/cli/test_galaxy.py"}, "region": {"startLine": 70}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `queue` used but not imported"}, "properties": {"repobilityId": 75648, "scanner": "repobility-ast-engine", "fingerprint": "4fbd3c69215d994b0503756bdc530bad294b4b0be8d23b87cf3e81d08f0e93c8", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|4fbd3c69215d994b0503756bdc530bad294b4b0be8d23b87cf3e81d08f0e93c8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/utils/test_display.py"}, "region": {"startLine": 111}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `copy` used but not imported"}, "properties": {"repobilityId": 75645, "scanner": "repobility-ast-engine", "fingerprint": "15666b5cb4c3f2b7128663a4315bdfc7ab07e24a473bcaaf4932e0b5a5f44a4c", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|15666b5cb4c3f2b7128663a4315bdfc7ab07e24a473bcaaf4932e0b5a5f44a4c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test/units/playbook/test_base.py"}, "region": {"startLine": 76}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `glob` used but not imported"}, "properties": {"repobilityId": 75593, "scanner": "repobility-ast-engine", "fingerprint": "d349d3c86157fef834cc441720dc75a5c7e0b2f14703fc3757c8be54aff8d1ce", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|d349d3c86157fef834cc441720dc75a5c7e0b2f14703fc3757c8be54aff8d1ce"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hacking/update-sanity-requirements.py"}, "region": {"startLine": 177}}}]}]}]}