Releases: SecurityRiskAdvisors/vat
Releases · SecurityRiskAdvisors/vat
vat v1.12.0
Changelog
- Feature: Allow a disconnection from library test cases and env test cases. Typically, if a test case in the source instance has template data, it will attempt to preserve the data. This option allows you to disconnect that template data. Docs here: https://github.com/SecurityRiskAdvisors/vat?tab=readme-ov-file#force-environment-only-import
Full Changelog: v1.11.0...v1.12.0
vat v1.11.0
Changelog
- Feature: when transferring or restoring an assessment, you can now delete the created assessment if any of the child nodes fail.
Full Changelog: v1.10.1...v1.11.0
vat v1.10.1
Changelog
- Handle some type/content issues with legacy data in the VECTR database.
- Fix an issue where if the attack start time is 0 and the stop time is set to something. This would cause an issue where it would error out due to the VECTR API enforcing start time restrictions. vat will set the start time to the same as the stop time, but will also output a message for that.
- Fixed an issue where AutomationArgumentVariables types accepted legacy types (such as integer, or URL etc), these are all parsed as strings in the latest API, vat will re-parse them as strings for the insert. This will happen only on the restore, the source data will be unaffected.
Full Changelog: v1.9.2...v1.10.1
vat v1.9.2
Changelog
- Bump go version for crypto vulns found in 1.25.2
- Bump deps versions
Full Changelog: v1.9.1...v1.9.2
vat v1.9.1
Changelog
- Update the campaign transfer model to support checking template ids prior to insert. The campaign mode does not support overriding template ids. This is an interim measure until the ISV insertion method is added.
Full Changelog: v1.9.0...v1.9.1
vat v1.9.0
Changelog
- Adds the capability to insert individual campaigns, requested in #2 . This does not allow for individual campaign exports, it will only restore a campaign from an overall assessment. This is to maintain backwards compatibility for the file format. Instructions can be found here.
Note: The logic for template assessments did not translate cleanly for transferring due to how I'd have to handle it here. Template test cases will get an overhaul in a future version, I'll address the campaign stuff there. As a result, either don't do this with templated test cases, or make sure the templates are added already (via ISV or VEX) and then do a campaign transfer.
Full Changelog: v1.8.0...v1.9.0
vat v1.8.0
Changelog
- Bundle Download: When using the
saveordumpcommand, save the test plan/library assessment in addition to the actual content. - Workaround for VECTR insert bug: When adding a test case with a template test case associated with it, there were issues when multiple tests in the same campaign had the same library test case id. This fix will workaround that issue until it is fixed in VECTR.
- Logging improvements: Improve logging and outputs
Full Changelog: v1.7.0...v1.8.0
vat v1.7.0
Changelog
- Add custom CAs for connecting to VECTR
- Add mutual auth configuration for connecting to VECTR
Full Changelog: v1.6.1...v1.7.0
vat v1.6.1
Changelog
- Added a
diagcommand to get information about the archive. Docs here: diag - Bumped the minimum VECTR version to
9.9.1
Full Changelog: v1.5.1...v1.6.1
vat v1.5.1
Changelog
- Increase logging statements
- Update docs to include manual extraction of archive
Full Changelog: v1.5.0...v1.5.1