Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Feb 7, 2025
1 parent dc285a3 commit 52620c5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated to Quarkus 3.8.x LTS (#272)
- Updated to tailwindcss 4
- Updated to Vite 6
- Reduced number of transitive dependencies
- Bumped build time dependencies
- Migrated remaining commonjs modules in frontend build to ESM (#291)
- Memoize infrequently changing data, reducing XHR roundtrips
- Switched to JWK thumbprint format in user profile
- Switched to Repository Pattern (#273)
- Redesigned Admin Panel (#308)

### Fixed

Expand All @@ -36,6 +38,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security

- CVE-2023-45133: Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code
- CVE-2024-4067: Regular Expression Denial of Service (ReDoS) in micromatch
- CVE-2024-4068: Uncontrolled resource consumption in braces
- CVE-2024-21538: Regular Expression Denial of Service (ReDoS) in cross-spawn
- CVE-2024-21539: Regular Expression Denial of Service (ReDoS) in @eslint/plugin-kit
- CVE-2024-39338: Server-Side Request Forgery in axios

- CVE-2024-45811: Vite's `server.fs.deny` is bypassed when using `?import&raw`
- CVE-2024-45812: Vite DOM Clobbering gadget found in vite bundled scripts that leads to XSS
- CVE-2024-47068: DOM Clobbering Gadget found in rollup bundled scripts that leads to XSS
- CVE-2024-52809: vue-i18n has cross-site scripting vulnerability with prototype pollution
- CVE-2024-52810: @intlify/shared Prototype Pollution vulnerability
- CVE-2024-55565: Predictable results in nanoid generation when given non-integer values
- CVE-2025-24010: Vite development server responded to arbitrary requests

0 comments on commit 52620c5

Please sign in to comment.