Go to file
Pierre Precourt c8751e1597 Bump python dependencies due to vulnerabilities.
PiperOrigin-RevId: 844806534
Change-Id: I7f10b45ef07015f30f6d2a76356d34b8e2cab134
2025-12-15 09:35:14 -08:00
.github/workflows Limit permissions of the runner for build-only jobs. 2025-07-18 09:41:39 -07:00
common Align dependencies versions throughout the Tsunami repositories. 2025-08-27 00:09:43 -07:00
docs Fix formatting of the announcement. 2025-10-16 07:27:50 -07:00
main Add explicit dependency on `:tsunami-workflow:shadowJar` in Gradle. 2025-11-13 00:33:23 -08:00
plugin The core engine's dependency on the callback server repository is now configurable through environment variables. 2025-09-03 09:02:17 -07:00
plugin_server/py Bump python dependencies due to vulnerabilities. 2025-12-15 09:35:14 -08:00
proto Regenerate golang protos. 2025-11-12 09:32:55 -08:00
workflow Update Kokoro build configuration 2025-09-25 11:02:50 -07:00
.dockerignore Define a Dockerfile and update the documentation 2020-07-11 18:49:27 +01:00
.gitattributes
.gitignore
LICENSE Internal change 2020-06-05 10:12:08 -07:00
README.md Introduce a devel image that is the base of all other images, to make unification of the dev dependencies of Tsunami easier to maintain throughout the different images. 2025-06-26 05:19:43 -07:00
build.gradle Partially revert [f4f51eb](f4f51eb385). 2025-09-03 09:03:19 -07:00
core.Dockerfile Hotpatch the path to the payload file when building the core image to facilitate usage of the Python plugins. 2025-07-31 11:07:23 -07:00
devel.Dockerfile Add `setuptools` to secure Python requirements. 2025-08-15 11:12:13 -07:00
full.Dockerfile Hotpatch the path to the payload file when building the core image to facilitate usage of the Python plugins. 2025-07-31 11:07:23 -07:00
go.mod Add a `go.mod` to Tsunami so that we can use Golang utilities. 2025-06-03 15:11:45 -07:00
settings.gradle The core engine's dependency on the callback server repository is now configurable through environment variables. 2025-09-03 09:02:17 -07:00
tsunami.yaml Add quick start script, guidelines on how to use it will follow. 2020-06-16 09:20:03 -07:00
tsunami_tcs.yaml Added missing configuration in default tsunami_tcs.yaml 2024-09-16 00:10:20 +02:00

README.md

Tsunami

build

Tsunami is a general purpose network security scanner with an extensible plugin system for detecting high severity vulnerabilities with high confidence.

To learn more about Tsunami, visit our documentation.

Tsunami relies heavily on its plugin system to provide basic scanning capabilities. All publicly available Tsunami plugins are hosted in a separate google/tsunami-security-scanner-plugins repository.

Quick start

Please see the documentation on how to build and run Tsunami

Contributing

Read how to contribute to Tsunami.

License

Tsunami is released under the Apache 2.0 license.

Copyright 2025 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Disclaimers

Tsunami is not an official Google product.