Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Releases: bonjourmalware/melody

v1.1.0

19 Apr 17:01
Compare
Choose a tag to compare

Changelog

595e988 Added cmd/ directory to support meloctl in the same project. Added meloctl Cobra commands' code in cmd/. Moved Melody's main.go into cmd/ following for the new project architecture
f4b9839 Added docker-compose.yml to release archive
04baea7 Modified the Dockerfile to accomodate the use of the cmd/ folder
af6396a Refactored some code to allow easier reuse and added fresh meloctl code
67f2a5f Renamed the http parser file to a more specific filename. Moved the function from config/utils.go to the global package fileutils
29658bf Update go module

v1.0.2

20 Mar 18:08
Compare
Choose a tag to compare

Changelog

f0f2947 Added .dockerignore file
36945bd Added CVE-2021-21972 rule
efed557 Added Go 1.16 to CI test workflow
b98fc0e Added Preview media
3ed45de Added detection rule for CVE-2020-13942
b61bcc3 Added docker-compose default
9d3fe73 Added help to Makefile
31591a7 Moved readme pictures from "media" to "readme"
2c2f650 Renamed the makefile command used to link all the available rules in rules/rules-available from "default_rules" to the more explicit "enable_all_rules". This command is now scoped on yml files only (".yml" instead of "") as well
8990ee0 Update Go version to 1.16 in release CI workflow
73d469b Updated CVE-2020-14882 rule
f7f2461 Updated Docker docs and scripts to make it ready to use right out of the box

v1.0.1

19 Nov 10:52
Compare
Choose a tag to compare

Changelog

e8a2fa8 Added max icmpv4/6 payload size limit and configuration
cb8b6fd Fixed a typo in quickstart's doc
1ac78c8 Fixed some docs
75f3819 Refactored the code a bit and added an inline_matches field to allow Top N vizualisation of all matches

v1.0.0

18 Nov 22:36
Compare
Choose a tag to compare

First release.