mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-01-14 07:41:38 +01:00
Allow tildes (~) in URLs (#391)
This commit is contained in:
parent
74ffaa534f
commit
e1d0707082
@ -92,19 +92,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
|
||||||
@ -113,7 +113,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