Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@daveshanley daveshanley released this 25 May 19:03

Quality / Stability release

This release contains breaking changes for API consumers.

This is a breaking change for consumers of vacuum as an API. It introduces some changes to the Schema of all built in rule functions. These changes are required to correct some broken behavior when using vacuum as an engine for other tools.

A number of built in rule functions have have schemas updated to be accurate.

A new GetCategory method signature has been added to the RuleFunction interface, that requires all rule functions to expose the category the rule is apart of.

severity is now a required property of all rule definitions.

It addresses the following issues

Changelog

  • 6c3ee1e Added GetCategory to rules and functions.
  • bafa430 Added complete rule result for failed validation
  • eb1d2bb Added in a missing rule for a function (not recommended)
  • 4b92420 Addresses #497
  • 5288135 Fixed rule function schemas
  • 1f88d45 Fixed tests
  • 4a996f8 added 0.10 release notes.
  • f444c40 added nill pointer check
  • afc6a8d added property check to validation
  • cbf35d8 added rule schema json
  • 297d059 added severity and formats to required props for rules in schema
  • 04149fc addressed max properties on enumeration #495
  • 345713f bumped deps
  • ec1318c cleaned up LSP handling
  • da2e73d corrected ID of post operations rule
  • a2de733 exported RuleSchema and RulesetSchema
  • 62eab5a fixed schema and casing function schema
  • 7e4536e fixed xor schema
  • c064a70 nill pointer check added
  • c7b3bee removed formats from schema
  • 1a9f784 removed severity from required,
  • 7cf9d0f renamed post-response-success rule