forked from mirrors/kingfisher
updated ci
This commit is contained in:
parent
563c1a4be0
commit
724690dba8
4 changed files with 22 additions and 17 deletions
|
|
@ -86,7 +86,7 @@ rules:
|
|||
id: kingfisher.gitlab.3
|
||||
pattern: |
|
||||
(?xi)
|
||||
\b
|
||||
(?:[^A-Za-z0-9/+=]|\r\n|\\n)
|
||||
(
|
||||
glptt-[0-9a-f]{40}
|
||||
)
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ rules:
|
|||
ignore_if_contains:
|
||||
- "@localhost"
|
||||
- "@127.0.0.1"
|
||||
- "localhost:"
|
||||
min_entropy: 3.3
|
||||
confidence: medium
|
||||
examples:
|
||||
|
|
|
|||
|
|
@ -4,12 +4,14 @@ rules:
|
|||
pattern: |
|
||||
(?xi)
|
||||
\b
|
||||
(?:telegram|tgram:)
|
||||
(?:.|[\n\r]){0,32}?
|
||||
(
|
||||
[0-9]{8,10}
|
||||
[0-9]{7,10}
|
||||
:
|
||||
[A-Z0-9_-]{35}
|
||||
)
|
||||
\b
|
||||
(?:[^A-Za-z0-9/+=])
|
||||
pattern_requirements:
|
||||
min_digits: 2
|
||||
confidence: medium
|
||||
|
|
@ -27,6 +29,6 @@ rules:
|
|||
words:
|
||||
- '"ok":true'
|
||||
examples:
|
||||
- "110201543:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsawd"
|
||||
- "508627689:AAEuLPKs-EhrjrYGnz60bnYNZqakf6HJxc0"
|
||||
- "3628091811:BAG9RuJiqgOGIfFbOPBpAo6QhIJoD9mCdDs"
|
||||
- "tgram://110201543:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsawd"
|
||||
- "telegram: 508627689:AAEuLPKs-EhrjrYGnz60bnYNZqakf6HJxc0"
|
||||
- "telegram token is 3628091811:BAG9RuJiqgOGIfFbOPBpAo6QhIJoD9mCdDs"
|
||||
|
|
@ -3,17 +3,19 @@ rules:
|
|||
id: kingfisher.uri.1
|
||||
pattern: |
|
||||
(?xi)
|
||||
(https?)://
|
||||
[a-z][a-z0-9+\-.]*
|
||||
:
|
||||
[a-z0-9\-._~%!$&'()*,;=]+
|
||||
@
|
||||
(?:[a-z0-9\-._~%]+|\[[a-f0-9:.]+\]|\[v[a-f0-9][a-z0-9\-._~%!$&'()*,;=:]+\])
|
||||
(:?[0-9]+)?
|
||||
(?:/[a-z0-9\-._~%!$&'()*,;=:@]*)* # Match path
|
||||
/?
|
||||
(?:\?[a-z0-9\-._~%!$&'()*,;=:@/?]*)?
|
||||
(?:\#[a-z0-9\-._~%!$&'()*,;=:@/?]*)?
|
||||
(
|
||||
(?:https?)://
|
||||
[A-Za-z](?:[A-Za-z0-9+\-._~!$&'()*+,;=]|%[0-9A-Fa-f]{2})*
|
||||
:
|
||||
(?:[A-Za-z0-9\-._~!$&'()*+,;=]|%[0-9A-Fa-f]{2})+
|
||||
@
|
||||
(?:[A-Za-z0-9\-._~%]+|\[[A-Fa-f0-9:.]+\]|\[v[A-Fa-f0-9][A-Za-z0-9\-._~%!$&'()*,;=:]+\])
|
||||
(:?[0-9]+)?
|
||||
(?:/[A-Za-z0-9\-._~%!$&'()*,;=:@%]*)*
|
||||
/?
|
||||
(?:\?[A-Za-z0-9\-._~%!$&'()*,;=:@/?%]*)?
|
||||
(?:\#[A-Za-z0-9\-._~%!$&'()*,;=:@/?%]*)?
|
||||
)
|
||||
min_entropy: 4.0
|
||||
confidence: medium
|
||||
examples:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue