From 0e7bce28e6c3d1c086991bf5ededf3c79ac9f4bc Mon Sep 17 00:00:00 2001 From: Dustin Decker Date: Tue, 29 Oct 2024 21:10:52 -0700 Subject: [PATCH] update aws descriptions (#3529) --- pkg/detectors/aws/aws.go | 2 +- pkg/detectors/awssessionkeys/awssessionkey.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/detectors/aws/aws.go b/pkg/detectors/aws/aws.go index cba39f1f6e77..a30b542f1da7 100644 --- a/pkg/detectors/aws/aws.go +++ b/pkg/detectors/aws/aws.go @@ -458,5 +458,5 @@ func (s scanner) Type() detectorspb.DetectorType { } func (s scanner) Description() string { - return "AWS is a cloud service used offering over 200 API's to transact data and compute. AWS API keys can be used to access and modify this data and compute." + return "AWS (Amazon Web Services) is a comprehensive cloud computing platform offering a wide range of on-demand services like computing power, storage, databases. API keys for AWS can have varying amount of access to these services depending on the IAM policy attached." } diff --git a/pkg/detectors/awssessionkeys/awssessionkey.go b/pkg/detectors/awssessionkeys/awssessionkey.go index 88c3745d4c89..51f5d51c9a86 100644 --- a/pkg/detectors/awssessionkeys/awssessionkey.go +++ b/pkg/detectors/awssessionkeys/awssessionkey.go @@ -344,5 +344,5 @@ func (s scanner) Type() detectorspb.DetectorType { } func (s scanner) Description() string { - return "AWS is a cloud service used offering over 200 API's to transact data and compute. AWS API keys can be used to access and modify this data and compute." + return "AWS (Amazon Web Services) is a comprehensive cloud computing platform offering a wide range of on-demand services like computing power, storage, databases. API keys for AWS can have varying amount of access to these services depending on the IAM policy attached. AWS Session Tokens are short-lived keys." }