Releases: foundeo/fixinator
Releases · foundeo/fixinator
v5.0.1
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.
v4.1.0
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
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
- Add
FIXINATOR_API_TIMEOUT
- Add
timestamp
to json report
- Update SAST report to version 15 schema
v3.0.4
Bump version number, otherwise same as v3.0.3
v3.0.3
Update SAST Report Version
v3.0.2
Add support for entering a custom cfsqltype
value when autofix=prompt
v3.0.0
Add: gitLastCommit
and gitWorkingCopy
command line option