📖 Malwatch
First published: Mar 7, 2026

Changelog

==1.1.0==

  • feat: add malware sample submit

  • refactor: http post involve user defined auth and replace byte slice input with reader

  • docs: tidy README.md and bump release to 1.1.0

Release 1.1.0 introduces a major feature, the ability to submit malware samples by means of our new API. No signup is needed to use this service and everyone has one upload permitted per week, with additional available to project Sponsors.

Public and managed signaturebases can now quickly become aware of the latest undetected malware in the wild as reported by users. The purpose of this feature is enhanced threat intelligence as a community.

The command usage is malwatch submit [PATH]

==1.0.3==

  • sec: update golang.org/x/net

  • ci: shorten changelog titles

  • docs: update download ver to 1.0.3

Go disclosed GO-2025-3503, this project was unaffected https://pkg.go.dev/vuln/GO-2025-3503

==1.0.2==

feat: add Do helper fn for acts

  • refactor: cli handling

  • refactor: implement monitor state helper fns

  • build: bump go ver to 1.24.1

  • docs: simplify README.md and add cron signature updates

  • docs: update download ver to 1.0.2

==1.0.1==

  • sec: update golang.org/x/crypto

  • ci: correct lint --exclude-dirs

  • ci: add goreleaser refactor, test, ci and build

  • build: use go version 1.24

Small performance gain from optimisations special thank you to go team’s 1.24 release.

Go disclosed GO-2025-3487, this project was unaffected https://pkg.go.dev/vuln/GO-2025-3487

==1.0.0==

Initial commit.