angular/packages/compiler/src/schema
Alan Agius 90494cd909
fix(compiler): strip namespaced SVG script elements during template compilation
Ensures that namespaced <script> elements (such as :svg:script) are correctly classified as PreparsedElementType.SCRIPT by the template preparser and stripped during compilation to prevent potential XSS vulnerabilities. Consequently, obsolete security schema mappings and runtime sanitization checks for <script> attributes have been removed since these elements are never present in compiled template outputs.
2026-05-19 13:06:00 -07:00
..
dom_element_schema_registry.ts fix(core): support prefix-insensitive DOM schema lookups and compile-time i18n attribute validation 2026-05-19 13:00:32 -07:00
dom_security_schema.ts fix(compiler): strip namespaced SVG script elements during template compilation 2026-05-19 13:06:00 -07:00
element_schema_registry.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
trusted_types_sinks.ts fix(compiler): disallow translations of iframe src 2026-03-12 11:01:26 -06:00