Releases: factionsecurity/faction
Releases · factionsecurity/faction
1.2.1
1.2.0
New Features
- CVSS 3.1 and 4.0 Calculators and Scoring
- Faction App Store and New Extension API
- Allow Extensions to Update Generated Reports
Enhancements
- Double Click to Add Assessment Templates
Bug Fixes
- Fix the issue where you can't break out of bulleted lists or images when they are the last line
- Fix several styling issues
- Fix Editor HighLight color not showing
1.1.27
1.1.26.2
1.1.26.1
Bugs Fixed:
- Issue where reports would fail silently if the impact or likelihood were null. This most commonly happens when uploading issues via the api or adding custom issues.
- Dockerfiles should pull from releases instead of building from main
- Downloading files was broken in retests
Enhancements:
- Remediation UX improvements to colors and improved layout of verification/remediation forms
1.1.26.0
Bug fixes
- Fixes an issue that prevents templates and reports from loading if a team or assessment type is deleted.
- Fixes issues that prevented deleting the assessment type.
Enhancements:
- Templates are now stored in the database instead of the file system
- Some initial setup tasks are not run in a background thread to prevent the application from lagging when setup information is submitted.
1.1.25.1
1.1.25
Features Added
- Update API to upload default vulnerability templates in JSON and CSV formats
Bug Fixes
- Better Server side markdown support
- Issue with string-concatenated descriptions we importing from vulndb
- Fix mismatched severity rankings in the assessment view that showed incorrect graphs
1.1.24.2
Bug fixes in this release:
- LDAP was broken if user was modified from any other Auth method to LDAP
- Add a confirm message before deleting a user
- Sometimes in Peer Review the "Complete" button would be available before Locks were cleared which resulted in the error message "Can't Save when someone else is editing"
- If a user account was locked out before they ever logged in the system would generate a null pointer exception that prevented unlocking the user account.