Skip to content

Commit 79afdba

Browse files
more removals of blog and aws canary not triggered verbiage.
1 parent 8b6f55b commit 79afdba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ Depending on the event type (push or PR), we calculate the number of commits pre
561561

562562
### Canary detection
563563

564-
TruffleHog statically detects [https://canarytokens.org/](https://canarytokens.org/) and lets you know when they're present without setting them off. You can learn more here: [https://trufflesecurity.com/canaries](https://trufflesecurity.com/canaries)
564+
TruffleHog statically detects [https://canarytokens.org/](https://canarytokens.org/). You can learn more here: [https://trufflesecurity.com/canaries](https://trufflesecurity.com/canaries)
565565

566566
![image](https://github.com/trufflesecurity/trufflehog/assets/52866392/74ace530-08c5-4eaf-a169-84a73e328f6f)
567567

pkg/detectors/aws/access_keys/canary.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212
"github.com/trufflesecurity/trufflehog/v3/pkg/common"
1313
)
1414

15-
const thinkstMessage = "This is an AWS canary token generated at canarytokens.org, and was not set off; learn more here: https://trufflesecurity.com/canaries"
16-
const thinkstKnockoffsMessage = "This is an off brand AWS Canary inspired by canarytokens.org. It wasn't set off; learn more here: https://trufflesecurity.com/canaries"
15+
const thinkstMessage = "This is an AWS canary token generated at canarytokens.org."
16+
const thinkstKnockoffsMessage = "This is an off brand AWS Canary inspired by canarytokens.org."
1717

1818
var (
1919
thinkstCanaryList = map[string]struct{}{

0 commit comments

Comments
 (0)