mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-07-18 01:39:18 -04: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…
Add table
Reference in a new issue