You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): resolve CI failures - cargo-audit, npm ci, CodeQL config
- Remove cargo-audit version pin 0.21.1 (incompatible with Rust 1.85.0)
- Remove package-lock.json from .gitignore (npm ci requires it)
- Clarify Cargo.lock is committed for deterministic contract builds
- Add .github/codeql/codeql-config.yml with security-extended queries
and filtered pre-existing alerts (insecure-randomness, weak-crypto,
hardcoded-credentials, code-injection)
- Update security.yml to use CodeQL config file + continue-on-error
- Bump i18next deps in frontend, @babel/core to ^7.29.7 in backend
- Add protobufjs override to frontend for npm audit vuln
0 commit comments