Update js-analyse.yaml
parent
81c40aa4e2
commit
e840b2d7fa
|
@ -21,14 +21,14 @@ file:
|
||||||
- type: regex
|
- type: regex
|
||||||
name: Extracted-Endpoints
|
name: Extracted-Endpoints
|
||||||
regex:
|
regex:
|
||||||
#case : './path/file' or "/path/file"
|
# case : './path/file' or "/path/file"
|
||||||
- "(?i)('|\")((\\.{0,2})|([a-z0-9-_]*))/([a-z0-9-_/=:&?\\.]+)('|\")"
|
- "(?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-_?=&/]+"
|
- "(?i)}\\s*/[a-z0-9-_?=&/]+"
|
||||||
#case "path: 'login',"
|
# case "path: 'login',"
|
||||||
- "(?i)path\\s*(:|=)\\s*('|\")[a-z0-9-_?=&:\\./]+('|\")"
|
- "(?i)path\\s*(:|=)\\s*('|\")[a-z0-9-_?=&:\\./]+('|\")"
|
||||||
- type: regex
|
- type: regex
|
||||||
name: Extracted-URI
|
name: Extracted-URI
|
||||||
regex:
|
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\\./?&-_=:]+"
|
- "(?i)([a-z]{0,10}):(//|/)[a-z0-9\\./?&-_=:]+"
|
||||||
|
|
Loading…
Reference in New Issue