mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-07-17 09:19:16 -04:00
Update Angular dangerous functions
This commit is contained in:
parent
916d54df11
commit
d6c7306f44
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
.DS_Store
|
||||
.*.icloud
|
||||
.gitkeep
|
||||
.idea
|
||||
|
|
|
@ -1,8 +1,14 @@
|
|||
# Angular pipes
|
||||
bypassSecurityTrustHtml
|
||||
bypassSecurityTrustScript
|
||||
bypassSecurityTrustStyle
|
||||
bypassSecurityTrustUrl
|
||||
bypassSecurityTrustResourceUrl
|
||||
|
||||
# Angular inputs
|
||||
[innerHTML] //Insert given HTML without escaping dangerous characters
|
||||
|
||||
# angular.js (aka Angular 1)
|
||||
trustAsHtml
|
||||
$eval
|
||||
$evalAsync
|
||||
|
|
Loading…
Add table
Reference in a new issue