diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000000..88a0b2567b7 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,17 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | Status | Comments | +| ----------- | ------------------ | --------------------- | ------------------------------------ | +| 1.1.x | :white_check_mark: | Active Development | | +| <1.0.x | :x: | | | + +## Reporting a Vulnerability + +Email us at [security@angularjs.org](mailto:security@angularjs.org) to report any potential security +issues in AngularJS Material. + +Please [use the latest AngularJS](https://docs.angularjs.org/guide/security#use-the-latest-angularjs-possible) and +[AngularJS Material](https://github.com/angular/material/releases) possible and keep in mind the guidance around AngularJS' +[expression language](https://docs.angularjs.org/guide/security#angularjs-templates-and-expressions).