Skip to content

Latest commit

 

History

History
83 lines (69 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

83 lines (69 loc) · 1.91 KB

Change Log

All notable changes to the "sigma" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[1.4.1]

Added

  • Readme update

Fixed

  • Results were not properly sorted

[1.4.0]

Added

  • Sigma Search Engine Integration (Thanks to @ph-T humpalum#8)

Changed

  • Updated Attack Map

[1.3.2]

Fixed

  • Duplicate diagnostics now checks case insensitive
  • Changed how the sigmac config works (Thanks to @ZikyHD humpalum#6)

[1.3.1]

Added

  • Added more diagnostics
    • YAML parser: Errors will be shown in the editor as diagnostics
    • Started implementing the Tests from the official sigma repo

Fixed

  • Fixed cursor positioning in the auto list completion

[1.3.0]

Added

  • Compile Rule Codelens
    • Install sigmac (pip install sigmatools)
    • Configure your sigmac compile configs in settings: sigma.compileConfig
    • Click on the codelens in the first line (Compile: kibana)
    • Compiled sigma rule will be in your clipboard

Changed

  • Small bugfixes

[1.2.1]

Changed

Readme Cleanup

[1.2.0]

Added

  • Automatic List Continuation
  • 'all' modifier with only one entry - diagnostic

Changed

  • Cleaner adding of Attack Tags
  • Added Tabstop in "Detection"-snippet

[1.1.0]

Added

  • Attack Tag Hover
  • Attack Tag Command - Add Attack Tag (sigma.AddTag)
  • Attack Tag Codelens

[1.0.0]

Version 1.0.0!

Added

  • Webextension Support (Quite untested)

[0.0.4]

Changed

[0.0.3]

Added

  • New Icon.
  • Provide Diagnostics only for sigma files.
  • Some fixes for diagnostics.

[0.0.2]

Added

  • First Diagnostics!

Changed

  • Fixed some Snippets

[0.0.1]

Initial commit

Added

Snippets!