Skip to content

Releases: factionsecurity/faction

1.2.1

27 Mar 02:47
Compare
Choose a tag to compare

Bugfix:

  • Accept-Language header in different regions would cause post requests to fail
  • Legacy Code cause error when editing an existing assessment

1.2.0

25 Mar 04:47
Compare
Choose a tag to compare

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

03 Mar 08:45
17de06c
Compare
Choose a tag to compare

Bug fixes

  • text highlights not working on the assessment schedule text area
  • Incorrect date format in verifications API
  • verifications not showing on the assessment dashboard

1.1.26.2

27 Feb 22:47
Compare
Choose a tag to compare

Enhancements:

  • Adding the ${fill} variable to vulnerability blocks to change background colors

1.1.26.1

26 Feb 14:49
Compare
Choose a tag to compare

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

15 Feb 06:59
Compare
Choose a tag to compare

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

12 Feb 06:20
Compare
Choose a tag to compare

Fixed Issue with SMTP settings showing extra chars.
Fixed issue that did not auto select the the checklist assessment types.

1.1.25

10 Feb 16:35
Compare
Choose a tag to compare

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

07 Feb 15:43
Compare
Choose a tag to compare

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.

1.1.24.1

06 Feb 15:03
Compare
Choose a tag to compare

Fixed permission issue that would show session expired when user only had the 'assessor' permission.