diff --git a/SECURITY.md b/SECURITY.md index eadffeb34f..9f81ca287e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,22 +1,21 @@ # Security Policy -## Supported Versions - -| Version | Supported | Status | Comments | -| ----------- | ------------------ | --------------------- | ------------------------------------ | -| 1.2.x | :white_check_mark: | Long Term Support | See [Long Term Support policy][lts] | -| 1.1.x | :warning: | Security patches only | | -| <1.1.x | :x: | | | - -## Reporting a Vulnerability - -Email us at [security@angularjs.org](mailto:security@angularjs.org) to report any potential security -issues in AngularJS Material. +**AngularJS Material support has officially ended as of January 2022.** +[See what ending support means](https://docs.angularjs.org/misc/version-support-status) +and [read the end of life announcement](https://goo.gle/angularjs-end-of-life). Visit +[material.angular.io](https://material.angular.io) for the actively supported Angular Material. Please [use the latest AngularJS][latest-ng] and [AngularJS Material][releases] possible and keep in mind the guidance around AngularJS' [expression language][ng-expressions]. +## Supported Versions + +| Version | Supported | Status | Comments | +|---------|-----------|-------------------|----------| +| 1.2.x | :x: | All support ended | | +| 1.1.x | :x: | All support ended | | +| <1.1.x | :x: | All support ended | | + [latest-ng]: https://docs.angularjs.org/guide/security#use-the-latest-angularjs-possible [releases]: https://github.com/angular/material/releases [ng-expressions]: https://docs.angularjs.org/guide/security#angularjs-templates-and-expressions -[lts]: https://material.angularjs.org/#long-term-support diff --git a/docs/app/css/style.css b/docs/app/css/style.css index 29a8bdfae3..4e1615575d 100644 --- a/docs/app/css/style.css +++ b/docs/app/css/style.css @@ -603,10 +603,13 @@ md-toolbar.demo-toolbar .md-button { .eol-notice { background: #ECEFF1; padding: 4px 16px; - text-align: center; font-size: 13px; margin: 0; } +.eol-notice div { + max-width: 864px; + text-align: center; +} /*************** * Landing Page diff --git a/docs/app/partials/getting-started.tmpl.html b/docs/app/partials/getting-started.tmpl.html index 624309956e..99dc66c453 100644 --- a/docs/app/partials/getting-started.tmpl.html +++ b/docs/app/partials/getting-started.tmpl.html @@ -21,7 +21,7 @@

New to AngularJS? Before getting into AngularJS Material, it might

How do I start with AngularJS Material?