mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-28 19:53:43 +01:00
Merge pull request #368 from bkimminich/master
Add list of dangerous Angular/AngularJS functions Source: https://angular.io/guide/security
This commit is contained in:
commit
461a11a7f2
1 changed files with 8 additions and 0 deletions
8
Pattern-Matching/dangerous-functions-angular.txt
Normal file
8
Pattern-Matching/dangerous-functions-angular.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
bypassSecurityTrustHtml
|
||||
bypassSecurityTrustScript
|
||||
bypassSecurityTrustStyle
|
||||
bypassSecurityTrustUrl
|
||||
bypassSecurityTrustResourceUrl
|
||||
trustAsHtml
|
||||
$eval
|
||||
$evalAsync
|
||||
Loading…
Reference in a new issue