Skip to content

Commit a2946b8

Browse files
authored
Merge pull request #212 from stacklok/signature-rm
Further removal of overbroad regex
2 parents edcdd96 + f827659 commit a2946b8

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

signatures.yaml

+4-7
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@
8080
- App Token: (xapp-[0-9]{0,2}-[A-Z0-9]{8,13}-[0-9]{12,15}-[a-zA-Z0-9-]{60,70})
8181
- Webhook URL: https://hooks\.slack\.com/services/.{8,128}
8282

83-
- StackUp:
84-
- API Key: (?i)STACK_UP_AUTH
85-
8683
- Oracle:
8784
- Cloud Infrastructure: ocid1\.(tenancy|user)\.oc1\..[a-zA-Z0-9\-_]{59}
8885

@@ -283,7 +280,7 @@
283280
- Ripple: \br[rK][a-zA-Z0-9]{25,35}\b
284281
- Monero: \b4[0-9AB][1-9A-HJ-NP-Za-km-z]{93}\b
285282
- Tron: \bT[a-zA-HJ-NP-Z0-9]{33}\b
286-
- Solana: \b[1-9A-HJ-NP-Za-km-z]{43,44}\b
283+
# - Solana: \b[1-9A-HJ-NP-Za-km-z]{43,44}\b
287284

288285
- Generic:
289286
- Shell Command: "[\\w. ]+(--username|-u|--user|--uname|--userid|--id|-i) [^$][\\w_\\-.\"']{1,256} (--password|-p|--pwd|--pass)[^$<{][\\w_\\-.\"']{4,253}"
@@ -306,6 +303,6 @@
306303
- Ethereum Private Key: \b0x[a-fA-F0-9]{64}\b
307304
- Litecoin Private Key: \b[5KL][1-9A-HJ-NP-Za-km-z]{50,51}\b
308305
- Ripple Secret Key: \b[sS][a-zA-Z0-9]{28,35}\b
309-
- Monero Private View Key: \b[0-9A-Fa-f]{64}\b
310-
- Tron Private Key: \b[a-fA-F0-9]{64}\b
311-
- Solana Private Key: \b[1-9A-HJ-NP-Za-km-z]{43,88}\b
306+
# - Monero Private View Key: \b[0-9A-Fa-f]{64}\b
307+
# - Tron Private Key: \b[a-fA-F0-9]{64}\b
308+
# - Solana Private Key: \b[1-9A-HJ-NP-Za-km-z]{43,88}\b

0 commit comments

Comments
 (0)