8000 blorp · gitleaks/gitleaks@3ed8567 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ed8567

Browse files
committed
blorp
1 parent e977850 commit 3ed8567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/gitleaks.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ keywords = ["bittrex"]
206206
[[rules]]
207207
id = "cisco-meraki-api-key"
208208
description = "Cisco Meraki is a cloud-managed IT solution that provides networking, security, and device management through an easy-to-use interface."
209-
regex = '''[\w.-]{0,50}?(?i:[\w.-]{0,50}?(?:meraki)(?:[ \t\w.-]{0,20})[\s'"|]{0,3})(?:=|>|:{1,3}=|\|\|:|<=|=>|:|\?=|,)[`'"\s=]{0,5}([0-9a-f]{40})(?:[`'"\s;]|$)'''
209+
regex = '''[\w.-]{0,50}?(?i:[\w.-]{0,50}?(?:meraki)(?:[ \t\w.-]{0,20})[\s'"|]{0,3})(?:=|>|:{1,3}=|\|\|:|<=|=>|:|\?=|,)[\x60'"\s=]{0,5}([0-9a-f]{40})(?:[\x60'"\s;]|$)'''
210210
entropy = 3
211211
keywords = ["meraki"]
212212

0 commit comments

Comments
 (0)
0