Skip to content

Releases: secureworks/dalton

Dalton 3.4.2

21 Nov 15:44
Compare
Choose a tag to compare
  • Updated flask dependencies (#180) (#222)
    • Configure flask maximum content length

Dalton 3.4.1

21 Nov 15:44
Compare
Choose a tag to compare

Dalton 3.4.0

21 Nov 15:44
Compare
Choose a tag to compare

Use pyproject.toml ; unit tests in CI pipeline ; update dependencies.

  • Use pyproject.toml (#184) (#189)
  • Use ruff format to format the code (#183) (#190)
  • Use ruff check --fix to make style changes (#183) (#192)
  • Add github actions CI (#191) (#193)
  • Be able to run unit tests on dalton and flowsynth (#182) (#194)
  • Update nginx from 1.19 to 1.27 (#200) (#202)
  • Update redis from 3.2 to 7.4 (#201)
  • Add unit tests for flowsynth (#204)
  • Use ruff to sort and format imports (#207)
  • Use ruff to detect flake8 bugbears (B) (#209)
  • Use pre-built zeek images (#181)
  • Use bump-my-version to update the version and tag (#197)
    • Also, use bump-my-version to update the dalton-agent version
    • Also, show the dalton controller version on the About page

Dalton 3.3.6

21 Nov 15:44
d65f261
Compare
Choose a tag to compare

Zeek Enhancements (#177)

  • Dalton UI now will have an option to provide custom zeek script in zeek sensor job creation page. You can either upload custom script file or write the script (or both) in the Dalton UI, and can run pcaps using those custom scripts.
  • Add zeek version 7 and version 6 ; remove zeek version 4.

Author: Nikhileswar Reddy nreddy@octolabs.io

Dalton 3.3.5

21 Nov 15:44
010aee5
Compare
Choose a tag to compare
  • Be able to pre-fill the flowsynth compile page via GET or POST
  • also ran isort

Author: Robin Koumis (SecureWorks) rkoumis@secureworks.com

Dalton 3.3.4

21 Nov 15:44
07776dc
Compare
Choose a tag to compare

Bring sensor configs up to date with current versions

  • Download ET Suricata 5.0 ruleset since the 4.0 ruleset will not work on latest supported Suricata versions.
  • set default enabled sensors to be up to date versions
  • add Suricata 7 YAML config file
  • add conf file for snort-2.9.20 even though it is functionally unchanged from snort-2.9.11
  • move suricata-7.0.0.yaml to proper location

Author: whartond github@davidwharton.net

Dalton 3.3.3

21 Nov 15:44
caf49de
Compare
Choose a tag to compare
  • Fixes issue where unable to build suricata container

Author: Spencer Owen owenspencer@gmail.com

Dalton 3.3.2

21 Nov 15:44
2bf6034
Compare
Choose a tag to compare
  • Update error catching for suri7

Author: zoomequipd 4827852+zoomequipd@users.noreply.github.com

Dalton 3.3.1

21 Nov 15:44
38818c1
Compare
Choose a tag to compare
  • Spelling

Signed-off-by: Josh Soref 2119212+jsoref@users.noreply.github.com

Dalton 3.3.0

21 Nov 15:44
ce24507
Compare
Choose a tag to compare
  • Adds script to submit jobs (#158)
  • adds API client and example, addresses review comments
  • updates README
  • updates comments

Co-authored-by: Xenia Mountrouidou (drx) pmountrouidou@cyberadapt.com