Report Trusted Type violations in the Issues Tab (Frontend)

This CL adds custom issues for Trusted Type violations (sink and policy) in the Issues Tab.

Screenshot: https://i.imgur.com/tE1zLtu.png, https://i.imgur.com/aFIkrrw.png
Bug: chromium:1137838
Change-Id: Ieddf8aa060851c8009d563b0d52c5c225d2f9c70
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2489425
Commit-Queue: Alfonso Castaño <[email protected]>
Reviewed-by: Sigurd Schneider <[email protected]>
diff --git a/all_devtools_files.gni b/all_devtools_files.gni
index 2d234f1..0281403 100644
--- a/all_devtools_files.gni
+++ b/all_devtools_files.gni
@@ -244,6 +244,8 @@
   "front_end/issues/descriptions/cspEvalViolation.md",
   "front_end/issues/descriptions/cspInlineViolation.md",
   "front_end/issues/descriptions/cspURLViolation.md",
+  "front_end/issues/descriptions/cspTrustedTypesSinkViolation.md",
+  "front_end/issues/descriptions/cspTrustedTypesPolicyViolation.md",
   "front_end/issues/descriptions/mixedContent.md",
   "front_end/issues/issuesPane.css",
   "front_end/issues/issuesTree.css",