0
ibrahim.onat created
-
ABP Framework version: v4.4.3
-
UI type: Angular
-
DB provider: EF Core
-
Tiered (MVC) or Identity Server Separated (Angular): yes
-
Exception message and stack trace:
-
Steps to reproduce the issue:"
There is html injection vulnarability on some of the pages
2 Answer(s)
-
1
Hi,
For some technical reasons, we have used
innerHtml
for the columns of the extensible table component. No vulnerability in this case. You cannot inject any script. Angular sanitizes it by default.Thanks!