angular/modules/@angular/compiler/src
Martin Probst 908a102a87 feat: security implementation in Angular 2.
Summary:
This adds basic security hooks to Angular 2.

* `SecurityContext` is a private API between core, compiler, and
  platform-browser. `SecurityContext` communicates what context a value is used
  in across template parser, compiler, and sanitization at runtime.
* `SanitizationService` is the bare bones interface to sanitize values for a
  particular context.
* `SchemaElementRegistry.securityContext(tagName, attributeOrPropertyName)`
  determines the security context for an attribute or property (it turns out
  attributes and properties match for the purposes of sanitization).

Based on these hooks:

* `DomSchemaElementRegistry` decides what sanitization applies in a particular
  context.
* `DomSanitizationService` implements `SanitizationService` and adds *Safe
  Value*s, i.e. the ability to mark a value as safe and not requiring further
  sanitization.
* `url_sanitizer` and `style_sanitizer` sanitize URLs and Styles, respectively
  (surprise!).

`DomSanitizationService` is the default implementation bound for browser
applications, in the three contexts (browser rendering, web worker rendering,
server side rendering).

BREAKING CHANGES:
*** SECURITY WARNING ***
Angular 2 Release Candidates do not implement proper contextual escaping yet.
Make sure to correctly escape all values that go into the DOM.
*** SECURITY WARNING ***

Reviewers: IgorMinar

Differential Revision: https://reviews.angular.io/D103
2016-05-03 09:21:43 -07:00
..
css repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
expression_parser repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
i18n repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
output fix(compiler): support css stylesheets in offline compiler 2016-05-02 15:06:46 -07:00
schema feat: security implementation in Angular 2. 2016-05-03 09:21:43 -07:00
view_compiler feat: security implementation in Angular 2. 2016-05-03 09:21:43 -07:00
assertions.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
assertions.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
chars.ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00
compile_metadata.ts fix(compiler): support css stylesheets in offline compiler 2016-05-02 15:06:46 -07:00
compiler.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
config.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
directive_lifecycle_reflector.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
directive_lifecycle_reflector.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
directive_normalizer.ts fix(compiler): support css stylesheets in offline compiler 2016-05-02 15:06:46 -07:00
directive_resolver.ts chore: clang-reformat 2016-05-01 22:59:41 -07:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
html_ast.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
html_lexer.ts chore: clang-reformat 2016-05-01 22:59:41 -07:00
html_parser.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
html_tags.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
identifiers.ts feat: security implementation in Angular 2. 2016-05-03 09:21:43 -07:00
legacy_template.ts chore: clang-reformat 2016-05-01 22:59:41 -07:00
metadata_resolver.ts fix(compiler): calculate the right moduleUrl 2016-05-02 22:36:32 -06:00
offline_compiler.ts fix(compiler): support css stylesheets in offline compiler 2016-05-02 15:06:46 -07:00
parse_util.ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00
pipe_resolver.ts chore: clang-reformat 2016-05-01 22:59:41 -07:00
provider_parser.ts chore: clang-reformat 2016-05-01 22:59:41 -07:00
runtime_compiler.ts fix(compiler): support css stylesheets in offline compiler 2016-05-02 15:06:46 -07:00
selector.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
shadow_css.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
style_compiler.ts fix(compiler): support css stylesheets in offline compiler 2016-05-02 15:06:46 -07:00
style_url_resolver.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
template_ast.ts feat: security implementation in Angular 2. 2016-05-03 09:21:43 -07:00
template_parser.ts feat: security implementation in Angular 2. 2016-05-03 09:21:43 -07:00
template_preparser.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
url_resolver.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
url_resolver.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
util.ts chore: clang-reformat 2016-05-01 22:59:41 -07:00
view_resolver.ts chore: clang-reformat 2016-05-01 22:59:41 -07:00
xhr.ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00