Skip to content

Commit

Permalink
Merge pull request #60 from vosechu/patch-2
Browse files Browse the repository at this point in the history
Add pixie deploy keys
  • Loading branch information
cutler-scott-newrelic authored Nov 25, 2023
2 parents 831cc1a + 1a05f4f commit c13d4a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rusty-hog-scanner/src/default_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"New Relic Insights Query Key (new format)": "(?i)NRIQ-[A-Za-z0-9-_]{32}",
"New Relic Synthetics Private Location Key (new format)": "(?i)NRSP-[A-Za-z]{2}[0-9]{2}[A-Fa-f0-9]{31}",
"New Relic Pixie API Key": "px-api-[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}",
"New Relic Pixie Deploy Key": "px-dep-[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}",
"Email address": "(?i)\\b(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*)@[a-z0-9][a-z0-9-]+\\.(com|de|cn|net|uk|org|info|nl|eu|ru)([\\W&&[^:/]]|\\A|\\z)",
"New Relic Account IDs in URL": "(newrelic\\.com/)?accounts/\\d{1,10}/",
"Account ID": "(?i)account[\\s[[:punct:]]]?id[\\s[[:punct:]]]{1,4}\\b[\\d]{1,10}\\b",
Expand Down

0 comments on commit c13d4a8

Please sign in to comment.