mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-05-31 18:36:29 -04:00
Merge pull request #388 from Lavaei/master
Add innerHTML as dangerous input in Angular 2+
This commit is contained in:
commit
709d6ebeb5
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