Skip to content

Commit

Permalink
Secure: Various security updates as per enlightn report
Browse files Browse the repository at this point in the history
- Corrected high severity vulnerability in rollup <3.29.5
- Ensure composer packages running most recent stable versions
- Improved content security policy configuration
- Locked primevue to v3.40.1 to allow current patches to work
- Replaced vue-i18n with laravel-vue-i18n
  - Readded ability to switch user locale
- Updated bcrypt rounds from 10 to 12 in the hashing config
  • Loading branch information
Todd Cytra committed Sep 26, 2024
1 parent c179135 commit d29d646
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ The enraiged-laravel starter framework will be moving into v0.4.x soon with a fu

---

2024-09-26 : 0.3.12
Secure: Various security updates as per enlightn report

- Corrected high severity vulnerability in rollup <3.29.5
- Ensure composer packages running most recent stable versions
- Improved content security policy configuration
- Locked primevue to v3.40.1 to allow current patches to work
- Replaced vue-i18n with laravel-vue-i18n
- Readded ability to switch user locale
- Updated bcrypt rounds from 10 to 12 in the hashing config

---

2024-09-04 : 0.3.11.1
Secure: Updated vite to v4.5.4

Expand Down

0 comments on commit d29d646

Please sign in to comment.