mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-07-17 01:09:25 -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
|
.DS_Store
|
||||||
.*.icloud
|
.*.icloud
|
||||||
.gitkeep
|
.gitkeep
|
||||||
|
.idea
|
||||||
|
|
|
@ -1,8 +1,14 @@
|
||||||
|
# Angular pipes
|
||||||
bypassSecurityTrustHtml
|
bypassSecurityTrustHtml
|
||||||
bypassSecurityTrustScript
|
bypassSecurityTrustScript
|
||||||
bypassSecurityTrustStyle
|
bypassSecurityTrustStyle
|
||||||
bypassSecurityTrustUrl
|
bypassSecurityTrustUrl
|
||||||
bypassSecurityTrustResourceUrl
|
bypassSecurityTrustResourceUrl
|
||||||
|
|
||||||
|
# Angular inputs
|
||||||
|
[innerHTML] #Insert given HTML without escaping dangerous characters
|
||||||
|
|
||||||
|
# angular.js (aka Angular 1)
|
||||||
trustAsHtml
|
trustAsHtml
|
||||||
$eval
|
$eval
|
||||||
$evalAsync
|
$evalAsync
|
||||||
|
|
Loading…
Add table
Reference in a new issue