Skip to content

Commit

Permalink
0.5.4 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BelleNottelling committed Jul 6, 2023
1 parent 579e045 commit c936386
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pages/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ title: FOSSBilling Changelog

# FOSSBilling Changelog

## 0.5.4 (7-5-23)

### Security
- Exception / error messages now have HTML escaped before sending them to the browser. [Vulnerability report](https://huntr.dev/bounties/76a3441d-7f75-4a8d-a7a0-95a7f5456eb0/). [CVE-2023-3521](https://nvd.nist.gov/vuln/detail/CVE-2023-3521)
- HTML embedded in company info is now escaped. [Vulnerability report](https://huntr.dev/bounties/f3782eb1-049b-4998-aac4-d9798ec1c123/)

### New Features
- You can now whitelist IP addresses from rate-limiting using the `rate_limit_whitelist` configuration property.
- Tables columns in the administrator panel may now be sorted by clicking on them.
- FOSSBilling now includes a fallback option to apply patches after updating (Can be performed by navigating to `example.com/run-patcher`).
- You may now optionally configure a username prefix when configuring server managers.

### Bug Fixes
- Fixed an issue when trying to reset purchased API keys from the administrator panel.
- The admin theme dashboard will now correctly apply dark mode to the charts.
- We've sped up how quickly the selected theme is applied within the admin panel, completely removing or reducing the "flash" that could be seen of the wrong theme mode. (Dark VS light mode)
- 6 different search statements were being created incorrectly which resulting in errors when trying to search within the effected modules, this has been fixed.

### Changes
- We've cleaned up the exception messages to help reduce the number of translatable strings and improve consistency.

## 0.5.3 (6-30-23)

### Security
Expand Down

0 comments on commit c936386

Please sign in to comment.