Commit Graph

5 Commits

Author SHA1 Message Date
Colin c461cf2639
Fix HIGH severity vulnerabilities: update glob, mime, and tar dependencies
ci/woodpecker/push/woodpecker Pipeline failed Details
- Add npm overrides to force secure versions:
  - glob: ^11.1.0 (fixes CVE-2025-64756)
  - mime: ^2.0.3 (fixes CVE-2017-16138)
  - tar: ^7.5.4 (fixes CVE-2026-23745, CVE-2026-23950)
- All tests passing
- Trivy scan shows 0 HIGH/CRITICAL vulnerabilities
- Server functionality verified
2026-01-21 11:04:38 -05:00
Leopere 6e7b63a408 Fix button alignment and visibility issues, implement CSP improvements with nonce support 2025-03-01 17:49:24 -05:00
John Crepezzi 318c5f7ba6 Upgrade uglify and simplify usage
- Upgrade to the most recent version of uglify
- Use the `UglifyJS.minify(code)` helper which does exactly what we want
2017-10-31 21:19:22 -04:00
John Crepezzi e76c845f16 Upgrade testing libraries
- Upgrade mocha
- Remove should due to limited usage and old style (at least by rspec standards)
- Move spec -> test which is the default
- Update tests accordingly for the above
2017-10-31 20:03:30 -04:00
John Crepezzi bf1dbb68b8 Fix eslint 2017-06-26 12:38:17 -04:00