bambuddy/.github/workflows
maziggy 7f1e249849 chore(deps): clear every npm audit and pip-audit finding
Frontend:
    - react-router/-dom 7.18.1 -> 7.18.2. The RSC-mode CSRF advisory was carried
      as a documented exception in the audit gate because its only fix was the
      8.3.0 major; upstream backported it, so the exemption lapsed on its own --
      an entry only holds while fixAvailable.isSemVerMajor is true. The allowlist
      is now empty; the machinery stays for the next one.
    - dompurify 3.4.12 -> 3.4.13. Ships in the app, but the path is unreachable:
      no hooks registered, IN_PLACE never used.
    - js-yaml override ^4.3.0 -> ^5.2.3 (fix not backported below 5.x, so a
      major) and nanoid override ^3.3.18. Both dev-only, via eslint and postcss.
      eslintrc calls only load(), on the legacy .eslintrc.yml path this repo does
      not use; eslint, vite build and 2861 frontend tests pass on it.

    Backend:
    - cryptography >=48.0.1 -> >=50.0.0, aiohttp >=3.14.0 -> >=3.14.3, pyopenssl
      >=26.3.0 -> >=26.4.0. CI resolves from scratch and was already installing
      the fixed releases; the floors cover the case CI does not, an existing venv
      where >= is satisfied and `pip install -r` upgrades nothing. pyOpenSSL has
      to move with cryptography -- each release caps it to a narrow window, so a
      stale pyOpenSSL pins cryptography below its own fix line.
2026-08-08 13:36:54 +02:00
..
auto-label-area.yml ci: bump actions to Node-24-compatible majors 2026-05-26 12:45:33 +02:00
ci.yml chore(deps): clear every npm audit and pip-audit finding 2026-08-08 13:36:54 +02:00
cleanup-ghcr.yml Updated .github/workflows/cleanup-ghcr.yml 2026-06-21 10:06:16 +02:00
codeql.yml ci: bump actions to Node-24-compatible majors 2026-05-26 12:45:33 +02:00
issue-closed.yml ci: bump actions to Node-24-compatible majors 2026-05-26 12:45:33 +02:00
repo-stats.yml Housekeeping 2026-07-07 11:11:15 +02:00
security.yml chore(deps): patch postcss + brace-expansion; pin react-router 7.18.1 with a documented audit exception 2026-07-27 12:29:24 +02:00
stale.yml ci: bump actions to Node-24-compatible majors 2026-05-26 12:45:33 +02:00
windows-installer.yml feat(windows-installer): native .exe installer pipeline 2026-06-10 14:11:02 +02:00