Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b6fd184

Browse files
committed
docs(CHANGELOG): add a security note to the 1.3.2 log
1 parent 1db9e61 commit b6fd184

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@
3333
[#9926](https://github.com/angular/angular.js/issues/9926), [#9871](https://github.com/angular/angular.js/issues/9871))
3434

3535

36+
## Security Note
37+
38+
This release also contains security fixes for expression sandbox bypasses.
39+
40+
These issues affect only applications with known server-side XSS holes that are also using [CSP](https://developer.mozilla.org/en-US/docs/Web/Security/CSP) to secure their client-side code. If your application falls into this rare category, we recommend updating your version of Angular.
41+
42+
We'd like to thank security researches [Sebastian Lekies](https://twitter.com/sebastianlekies), [Jann Horn](http://thejh.net/), and [Gábor Molnár](https://twitter.com/molnar_g) for reporting these issues to us.
43+
44+
We also added a documentation page focused on security, which contains some of the best practices, DOs and DON'Ts. Please check out [https://docs.angularjs.org/guide/security](https://docs.angularjs.org/guide/security).
45+
3646

3747

3848
<a name="1.3.1"></a>

0 commit comments

Comments
 (0)