Update js-analyse.yaml
parent
81c40aa4e2
commit
e840b2d7fa
|
@ -21,14 +21,14 @@ file:
|
|||
- type: regex
|
||||
name: Extracted-Endpoints
|
||||
regex:
|
||||
#case : './path/file' or "/path/file"
|
||||
# case : './path/file' or "/path/file"
|
||||
- "(?i)('|\")((\\.{0,2})|([a-z0-9-_]*))/([a-z0-9-_/=:&?\\.]+)('|\")"
|
||||
#case "`${ this.hostServer }/rest/basket/${ e }"
|
||||
# case "`${ this.hostServer }/rest/basket/${ e }"
|
||||
- "(?i)}\\s*/[a-z0-9-_?=&/]+"
|
||||
#case "path: 'login',"
|
||||
# case "path: 'login',"
|
||||
- "(?i)path\\s*(:|=)\\s*('|\")[a-z0-9-_?=&:\\./]+('|\")"
|
||||
- type: regex
|
||||
name: Extracted-URI
|
||||
regex:
|
||||
#case we have a URI that match any of the following schemas (http|https|file|data|resource|ftp|mailto|ssh|tel|urn|ws|wss ... etc )
|
||||
# case we have a URI that match any of the following schemas (http|https|file|data|resource|ftp|mailto|ssh|tel|urn|ws|wss ... etc )
|
||||
- "(?i)([a-z]{0,10}):(//|/)[a-z0-9\\./?&-_=:]+"
|
||||
|
|
Loading…
Reference in New Issue