[hermes] bstein_home #8: python:S2208 #17
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hermes auto-triage classified incident
sonar/bstein_home/python:S2208/AZ2y3BYyKy9i4pkIpR-Las python:S2208 (confidence n/a); first failed gate:unknown.Why a human is needed
The facade uses a wildcard import, which Sonar flags because its imported names are implicit. Import the state module explicitly and re-export the same public names so existing route dependency lookup and patch points retain their current behavior.
Ariadne did not authorize automated remediation:
no automated patch was possible for this finding.Facts
backend/atlas_portal/routes/access_requests.py:8)Suggested fix (not applied)
Hermes could not open a pull request for this, so the change below was not written, validated, or pushed anywhere. It is a starting point for whoever picks this up, not a reviewed patch.
backend/atlas_portal/routes/access_requests.py— Replace the wildcard import with an explicit module import, then copy exactly the names that Python's wildcard-import semantics would expose into this facade module. This retains the existing public patch surface while satisfying the rule's requirement to import the module rather than usingimport *.Links
/api/admin/audit/events, event typeshermes_autotriage_incidentandhermes_autotriage_diagnosis.Filed automatically by Ariadne from a Hermes Agent diagnosis (run run_8524736af46148408f053fd371631f17). Hermes has no write access to this repository; no files or infrastructure were changed.