这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: google/tsunami-security-scanner

Tsunami v0.1.0

13 Jun 07:48
Compare
Choose a tag to compare

In this release, we changed the interface of detectors. If your detector was written in a previous version, it might need to be adapted.

Tsunami 0.0.29

04 Jun 19:20
Compare
Choose a tag to compare

What's Changed

  • Update contribution guide by @emmanuel-ferdman in #129
  • Generate the Golang code for the protocol buffer definitions so that they can be used in Golang tooling

New Contributors

Full Changelog: v0.0.26...v0.0.29

v0.0.26

12 Dec 20:27
Compare
Choose a tag to compare

What's Changed

Tsunami 0.0.25

09 Dec 08:05
Compare
Choose a tag to compare

What's Changed

  • Added AJP library by @RaulDoyensec in #120
  • Fix config NullPtrException and wrong config path argument by @lokiuox in #123
  • Extended Tsunami core engine to support dynamic plugins

New Contributors

Full Changelog: v0.0.24...v0.0.25

Tsunami 0.0.24

20 Aug 14:53
Compare
Choose a tag to compare
  • #117: Fix a null exception that was introduced in version 0.0.23
  • #110: Add additional payloads for the callback server
  • 315dfe1: Change the behavior of buildWebApplicationRootUrl so that it can be used generically
  • #118: setTrustAllCertificates not directly accessible in client and set to true by default
  • Misc updates to the documentation

Tsunami 0.0.23

29 Jul 14:59
Compare
Choose a tag to compare

IMPORTANT: This release changes definitions for language servers' protocol buffers. If you have your own language server, you need to ensure that the version of the protos are updated everywhere.

  • Language servers now support a more compact RunRequest that should avoid repetitions and save some memory;
  • Fixes issues with the Python language server that should not be fully supported;
  • Add hive-jdbc as a dependency;
  • Add support for OS fingerprinting;

Tsunami 0.0.22

29 Apr 13:28
Compare
Choose a tag to compare
  • Add an option to the HTTP client to be able to specify a custom user-agent;
  • Compatibility improvements.

Tsunami 0.0.21

20 Dec 13:33
Compare
Choose a tag to compare
  • Change the behavior of the isPlainHttp util to make use of SSL version grabbing added in version 0.0.20

Tsunami 0.0.20

18 Dec 11:40
Compare
Choose a tag to compare
  • Protobuff changes
    • Add the list of supported SSL version to the NetworkService;
    • Add the list of supported HTTP methods to the NetworkService;
  • Python server IO logged to standard out by default

Tsunami 0.0.19

25 Jul 22:59
Compare
Choose a tag to compare
  • Added weak credential testers for Postgres & MySQL in tsunami-plugins using jdbc drivers.
  • Minor util method to support upcoming credential tester for HTTP type services.