From e8a357749253841cb233872e6c1fa9f71bb308f8 Mon Sep 17 00:00:00 2001 From: Artem Derevnjuk Date: Tue, 11 Apr 2023 16:46:31 +0400 Subject: [PATCH] docs(readme): explain the appropriate situation for applying `amazon_s3_takeover` (#25) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74cd9b1..3a482ad 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ _Recommended tests:_ | | | | | | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **Test name** | **Description** | **Value** | **Detectable vulnerabilities** | +| **Amazon S3 Bucket Takeover** | Tests for S3 buckets that no longer exist to prevent data breaches and malware distribution | `amazon_s3_takeover` | - [Amazon S3 Bucket Takeover](https://docs.brightsec.com/docs/amazon-s3-bucket-take-over) | | **Broken JWT Authentication** | Tests for secure implementation of JSON Web Token (JWT) in the application | `jwt` | - [Broken JWT Authentication](https://docs.brightsec.com/docs/broken-jwt-authentication) | | **Broken JWT Authentication** | Tests for secure implementation of JSON Web Token (JWT) in the application | `jwt` | - [Broken JWT Authentication](https://docs.brightsec.com/docs/broken-jwt-authentication) | | **Broken SAML Authentication** | Tests for secure implementation of SAML authentication in the application | `broken_saml_auth` | - [Broken SAML Authentication](https://docs.brightsec.com/docs/broken-saml-authentication) |