Skip to content

Commit

Permalink
fix(front): npm audit fix
Browse files Browse the repository at this point in the history
Fix the following security issues:
  vite  4.0.0 - 4.5.3 || 5.3.0 - 5.3.5
  Severity: moderate
  Vite DOM Clobbering gadget found in vite bundled scripts that leads to
  XSS - GHSA-64vr-g452-qvp3
  Vite's `server.fs.deny` is bypassed when using `?import&raw` -
  GHSA-9cwx-2883-4wfx
  • Loading branch information
rezib committed Sep 19, 2024
1 parent e1c8dcf commit 6e9bae7
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 111 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- agent: fix retrieval of terminated jobs only available in accounting service
with an option to ignore 404 for specific slurmrestd requests.
- front: Update dependencies to fix CVE-2024-45812 and CVE-2024-45811 (vite).

## [3.2.0] - 2024-09-05

Expand Down
Loading

0 comments on commit 6e9bae7

Please sign in to comment.