forked from mirrors/kingfisher
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Trever McKee <132310752+trevermckee@users.noreply.github.com>
This commit is contained in:
parent
99e673c1a8
commit
25219f2ed8
1 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ rules:
|
|||
(?xi)
|
||||
\b
|
||||
(
|
||||
tkcapi_[a-f0-9]{30,64}
|
||||
tkcapi_[a-z0-9]{30,64}
|
||||
)
|
||||
\b
|
||||
pattern_requirements:
|
||||
|
|
@ -42,7 +42,7 @@ rules:
|
|||
(?xi)
|
||||
\b
|
||||
(
|
||||
tkcorg_[a-f0-9]{16,32}
|
||||
tkcorg_[a-z0-9]{16,32}
|
||||
)
|
||||
\b
|
||||
min_entropy: 3.0
|
||||
|
|
@ -59,7 +59,7 @@ rules:
|
|||
(?xi)
|
||||
\b
|
||||
(
|
||||
tkcenv_[a-f0-9]{16,32}
|
||||
tkcenv_[a-z0-9]{16,32}
|
||||
)
|
||||
\b
|
||||
min_entropy: 3.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue