mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-28 15:58:24 +01:00
Attempting to fixe regex
This commit is contained in:
parent
92424a40de
commit
9515d43301
@ -74,19 +74,19 @@ mapping:
|
|||||||
type: str
|
type: str
|
||||||
"Sigma":
|
"Sigma":
|
||||||
type: str
|
type: str
|
||||||
pattern: '^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
pattern: '^http[s]?:\/\/(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
||||||
"Analysis":
|
"Analysis":
|
||||||
type: str
|
type: str
|
||||||
pattern: '^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
pattern: '^http[s]?:\/\/(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
||||||
"Elastic":
|
"Elastic":
|
||||||
type: str
|
type: str
|
||||||
pattern: '^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
pattern: '^http[s]?:\/\/(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
||||||
"Splunk":
|
"Splunk":
|
||||||
type: str
|
type: str
|
||||||
pattern: '^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
pattern: '^http[s]?:\/\/(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
||||||
"BlockRule":
|
"BlockRule":
|
||||||
type: str
|
type: str
|
||||||
pattern: '^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
pattern: '^http[s]?:\/\/(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
||||||
"Resources":
|
"Resources":
|
||||||
type: seq
|
type: seq
|
||||||
required: false
|
required: false
|
||||||
@ -95,7 +95,7 @@ mapping:
|
|||||||
mapping:
|
mapping:
|
||||||
"Link":
|
"Link":
|
||||||
type: str
|
type: str
|
||||||
pattern: '^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
pattern: '^http[s]?:\/\/(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
||||||
"Acknowledgement":
|
"Acknowledgement":
|
||||||
type: seq
|
type: seq
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
Reference in New Issue
Block a user