Skip to content

Commit

Permalink
update aws descriptions (trufflesecurity#3529)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-decker authored Oct 30, 2024
1 parent b44dc24 commit 0e7bce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/detectors/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
2 changes: 1 addition & 1 deletion pkg/detectors/awssessionkeys/awssessionkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

0 comments on commit 0e7bce2

Please sign in to comment.