Skip to content

Releases: foundeo/fixinator

v5.0.1

16 Dec 15:22
Compare
Choose a tag to compare

Add FIXINATOR_MAX_CONCURRENCY setting, with a default of 8. Previously the max number of threads created would have grown as the number of files scanned increased, possibly causing some timeouts on large scans.

v5.0.0

31 Oct 14:44
Compare
Choose a tag to compare

Adds the goals argument

v4.1.0

05 Apr 15:32
Compare
Choose a tag to compare

Improvements / Enhancements

  • Avoid throwing an error on a timeout response, show warning instead and allow the scan to continue.
  • Add experimental support for the Sarif report format.

v4.0.0

21 Feb 19:38
Compare
Choose a tag to compare

Adds support for three new arguments:

  • engines - specify a comma separated list of CFML engines to focus your scan, default: lucee,adobe
  • includeScanners - only scan for certain things, eg includeScanners=sqlinjection
  • configPath - specify an alternate .fixinator.json file location

v3.0.5

15 Jun 19:06
Compare
Choose a tag to compare
  • Add FIXINATOR_API_TIMEOUT
  • Add timestamp to json report
  • Update SAST report to version 15 schema

v3.0.4

02 Feb 14:28
Compare
Choose a tag to compare

Bump version number, otherwise same as v3.0.3

v3.0.3

02 Feb 14:12
Compare
Choose a tag to compare

Update SAST Report Version

v3.0.2

28 Oct 15:35
Compare
Choose a tag to compare

Add support for entering a custom cfsqltype value when autofix=prompt

v3.0.1

20 Oct 13:56
Compare
Choose a tag to compare

Fix error message output

v3.0.0

15 Aug 19:59
Compare
Choose a tag to compare

Add: gitLastCommit and gitWorkingCopy command line option