Skip to content

Releases: SecurityRiskAdvisors/vat

vat v1.12.0

04 Mar 17:23

Choose a tag to compare

Changelog

Full Changelog: v1.11.0...v1.12.0

vat v1.11.0

23 Jan 20:43

Choose a tag to compare

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

29 Dec 21:19

Choose a tag to compare

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

07 Dec 02:29

Choose a tag to compare

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

22 Oct 02:17

Choose a tag to compare

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

20 Oct 18:52

Choose a tag to compare

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

27 Sep 00:29

Choose a tag to compare

Changelog

  • Bundle Download: When using the save or dump command, 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

07 Aug 23:54

Choose a tag to compare

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

01 Aug 19:18

Choose a tag to compare

Changelog

  • Added a diag command 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

01 Aug 15:36

Choose a tag to compare

Changelog

  • Increase logging statements
  • Update docs to include manual extraction of archive

Full Changelog: v1.5.0...v1.5.1