Skip to content

Releases: factionsecurity/faction

1.3.32

28 Oct 07:29
Compare
Choose a tag to compare

Bugfix

  • Typo on User Create Screen

1.3.30

25 Oct 21:38
Compare
Choose a tag to compare

Bugfix

  • Fixed issue related to Team Level Permissions

1.3.29

25 Oct 14:24
Compare
Choose a tag to compare

Bugfix

  • issues with vulnerability title that locks the UI when a single quote is added

1.3.28

21 Oct 05:13
Compare
Choose a tag to compare

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

14 Oct 13:42
Compare
Choose a tag to compare

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

12 Oct 06:52
Compare
Choose a tag to compare

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

08 Oct 06:04
Compare
Choose a tag to compare

Minor bugfixes related to registering users.

1.3.22

03 Oct 06:43
Compare
Choose a tag to compare

🚨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

26 Sep 23:40
Compare
Choose a tag to compare

🚨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.

1.3.20

26 Sep 19:49
Compare
Choose a tag to compare

🚨Breaking Changes🚨

This version makes 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

Updates

Adding SSL for mongo and options to allow mongo to work with documentDB in aws.