Releases: factionsecurity/faction
Releases · factionsecurity/faction
1.3.35
Bugfix
- Custom fields on vulnerabilities did not get cloned into extensions and would cause reports to break if used in an extension.
1.3.32
Bugfix
- Typo on User Create Screen
1.3.30
Bugfix
- Fixed issue related to Team Level Permissions
1.3.29
Bugfix
- issues with vulnerability title that locks the UI when a single quote is added
1.3.28
Bugfixes:
- Fixed issue #77 where Vulnerability Blocks incorrectly showed CVSS Score instead of the CVSS String
- Fixed Issue #64 where reports did not update the header and footer variables
Enhancements
Mostly refactoring parts of the project to make it easier to extend in the future.
1.3.27
Feature Updates
- Adding features to make it easier to extend Faction. Reorganized some of the code structure. Nothing is noticeable to end users at this point.
Bugfix
1.3.26
Bugfix
- Fixed issues in vulnerability titles and edge cases that would prevent the assessment from loading.
- Fix invalid data entered via API
1.3.25
Minor bugfixes related to registering users.
1.3.22
🚨Breaking Changes🚨
This versions after 1.3.20 made an update to how password hashing is done. All of your users on older versions of faction will need to reset their passwords after updating.
Bug fixes
Fixed issue where CVSS scores didn't automatically populate from default vulnerabilities
Enhancements
Updated CSS around select boxes
1.3.21
🚨Breaking Changes🚨
This versions after 1.3.20 made an update to how password hashing is done. All of your users on older versions of faction will need to reset their passwords after updating.
Bug fixes
fixed an XSS issue reported by @GPUkiller #71
fixed api issue reported by @ptrac3 #68
Updates
Adding SSL for mongo and options to allow mongo to work with documentDB in aws.