You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: advisories/github-reviewed/2019/11/GHSA-89mq-4x47-5v83/GHSA-89mq-4x47-5v83.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
{
2
2
"schema_version": "1.4.0",
3
3
"id": "GHSA-89mq-4x47-5v83",
4
-
"modified": "2022-01-04T19:51:20Z",
4
+
"modified": "2025-11-20T19:29:58Z",
5
5
"published": "2019-11-20T15:29:43Z",
6
6
"aliases": [
7
7
"CVE-2019-10768"
8
8
],
9
-
"summary": "Prototype Pollution in angular",
10
-
"details": "Versions of `angular ` prior to 1.7.9 are vulnerable to prototype pollution. The deprecated API function `merge()` does not restrict the modification of an Object's prototype in the , which may allow an attacker to add or modify an existing property that will exist on all objects.\n\n\n\n\n## Recommendation\n\nUpgrade to version 1.7.9 or later. The function was already deprecated and upgrades are not expected to break functionality.",
"details": "Versions of `angular ` prior to 1.7.9 are vulnerable to prototype pollution. The deprecated API function `merge()` does not restrict the modification of an Object's prototype in the , which may allow an attacker to add or modify an existing property that will exist on all objects.\n\n## Recommendation\n\nUpgrade to version 1.7.9 or later. The function was already deprecated and upgrades are not expected to break functionality.",
Copy file name to clipboardExpand all lines: advisories/github-reviewed/2020/06/GHSA-mhp6-pxh8-r675/GHSA-mhp6-pxh8-r675.json
+55-15Lines changed: 55 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
{
2
2
"schema_version": "1.4.0",
3
3
"id": "GHSA-mhp6-pxh8-r675",
4
-
"modified": "2023-09-08T20:50:35Z",
4
+
"modified": "2025-11-20T19:31:06Z",
5
5
"published": "2020-06-18T14:19:58Z",
6
6
"aliases": [
7
7
"CVE-2020-7676"
8
8
],
9
-
"summary": "Cross site scripting in Angular",
9
+
"summary": "Angular vulnerable to Cross-site Scripting",
10
10
"details": "angular.js prior to 1.8.0 allows cross site scripting. The regex-based input HTML replacement may turn sanitized code into unsanitized one. Wrapping `<option>` elements in `<select>` ones changes parsing behavior, leading to possibly unsanitizing code.",
0 commit comments