Releases: factionsecurity/faction
Releases · factionsecurity/faction
1.6.8
🚀 Upgrades 🚀
- Adding UserDefined Variables to Vulnerability Templates
- Improved Calendar Features for Report Outs
🐛 Bugfixes 🐛
- Report generation was not fully working in 1.6.7
- User-defined variables not saving when a new vuln is created
- Som features were broken for the manager role
- Fixing hyperlink issues in report generation
- Fixed CVSS Scoring issue #108
Full Changelog: 1.6.7...1.6.8
1.6.7
🚀 Upgrades 🚀
- More reliable centering of images
🐛 Bugfixes 🐛 - Manager Role was not able to properly view assessments
- Editing an assessment after it was created would wipe out preset custom variables.
- Fixing extra space around images
Fixed an issue where variables in hyperlink text would not properly link when replaced
Fixed issue where variables that contain special chars could break the report generation by placing bad chars in xml tags.
1.6.6
🚀 Upgrades 🚀
- Added Custom Date formatting to variables. ${today} can now be ${today dd/MM/yyyy}. This applies to all built in date variables in faction. (today, asmtStart, asmtEnd)
- Added Better hyper link functionality. If you want a custom variable to be a link you must put it in a hyperlink field in the template and append "link" to the variable. Example: ${cfAffectedURL link}
- Added automatic linking for CVSS Vectors to first.org. To use this change the variable ${cvssString} to ${cvssString link}. Depending on your choose in Faction of CVSS 3.1 or CVSS 4.0, it will automatically link the CVSS string.
Full Changelog: 1.6.4...1.6.6
1.6.4
🚀 Upgrades 🚀
- Allow Editing of Custom Variables after they have been created.
- Better handling of deleted Custom Variables
🐛 Bugfixes 🐛
- Fixed an issue where variables in hyperlink text would not properly link when replaced
- Fixed issue where variables that contain special chars could break the report generation by placing bad chars in xml tags.
Full Changelog: 1.6.3...1.6.4
1.6.2
🐛 Bugfixes 🐛
- Fixed bug Introduced in 1.6.1 that prevented custom variables from rendering in paragraphs
Full Changelog: 1.6.1...1.6.2
1.6.1
🚀 Upgrades 🚀
- Custom URLs for SSO
- Cleaned up how Custom Variables show in assessments
- Adding 'Underline' to Text Editors and custom markdown to support 'Underlines'
- Dynamic Saving of Custom Fields on the Summary pages
- Added ability to clear all notifications
- Added an additional REST API endpoint for getting assessment stats.
🐛 Bugfixes 🐛
- Fixed issues with output encoding on some pages
- Fixed issue in custom fields that would break JSON when a double quote was added
- Fixed issue where Custom Fields not working correctly with extensions
Full Changelog: 1.5.2...1.6.1
1.5.2
🚀 Upgrades 🚀
- SAML Single Sign On Integration
- Short links instead of base64 image blobs in the markdown editors
🐛 Bugfixes 🐛
- Some report generation edge cases would break the UI and prevent scheduling or editing the assessment.
Full Changelog: 1.5.1...1.5.2
1.5.1
🐛 Bugfixes 🐛
- Fixed reporting issue introduced in v1.5.0 that would break reports if smaller report was generated after a large report on the same assessment
Full Changelog: 1.5.0...1.5.1
1.5.0
🐛 Bugfixes 🐛
- Possible Breaking Change: Fixed an issue where large reports would fail due to a limitation in the size of BSON objects in Mongo. This fix was made to be backwards compatible but there may be some edge cases we did not test.
Full Changelog: 1.4.4...1.5.0
1.4.4
🚀 Upgrades 🚀
- Added feature to allow checklists to be inserted into assessments via the Faction Extender API
🐛 Bugfixes 🐛
- Fixed column sorting issue in the schedule assessment table
- Fixed bug in remediation tables that would break the page if a user did not have correct permission set
- Javascript bug that prevented items getting added to a second checklist
Full Changelog: 1.4.3...1.4.4