Skip to content

refactor: delete the 12 Lift-era APIMethods*.scala shim files - #97

Merged
hongwei1 merged 9 commits into
chore/remove-retired-lift-standardsfrom
chore/delete-apimethods-shims
Sep 1, 2026
Merged

hongwei1 merged 9 commits into
chore/remove-retired-lift-standardsfrom
chore/delete-apimethods-shims

fix: validate CLI-supplied paths in the parity audit script

f68c9d0
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / SonarCloud failed Sep 1, 2026 in 4s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 504 in scripts/check_lift_http4s_resource_doc_parity.py

See this annotation in the file changed.

Code scanning / SonarCloud

Agentic workflows should not be vulnerable to path injection attacks High

LLMs running this code with faulty CLI arguments can escape file system restrictions. Refactor this code to validate the constructed path before accessing the file system. See more on SonarQube Cloud