Skip to content

Commit 2d0d1a7

Browse files
committed
1 parent cd67314 commit 2d0d1a7

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

advisories/github-reviewed/2020/09/GHSA-g9cg-h3jm-cwrc/GHSA-g9cg-h3jm-cwrc.json

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-g9cg-h3jm-cwrc",
4-
"modified": "2021-10-04T21:00:50Z",
4+
"modified": "2023-01-09T05:04:04Z",
55
"published": "2020-09-03T15:47:23Z",
66
"aliases": [],
7-
"summary": "Prototype Pollution in @hapi/subtext",
8-
"details": "Versions of `@hapi/subtext` prior to 6.1.3 or 7.0.3 are vulnerable to Prototype Pollution. A multipart payload can be constructed in a way that one of the parts’ content can be set as the entire payload object’s prototype. If this prototype contains data, it may bypass other validation rules which enforce access and privacy. If this prototype evaluates to null, it can cause unhandled exceptions when the request payload is accessed.\n\n\n## Recommendation\n\nUpgrade to versions 6.1.3, 7.0.3 or later.",
7+
"summary": "Prototype Pollution in @hapi/pez",
8+
"details": "Versions of `@hapi/pez` prior to 4.1.2 or 5.0.1 are vulnerable to Prototype Pollution. A multipart payload can be constructed in a way that one of the parts’ content can be set as the entire payload object’s prototype. If this prototype contains data, it may bypass other validation rules which enforce access and privacy. If this prototype evaluates to null, it can cause unhandled exceptions when the request payload is accessed.\n\n\n## Recommendation\n\nUpgrade to versions 4.1.2, 5.0.1 or later.",
99
"severity": [],
1010
"affected": [
1111
{
1212
"package": {
1313
"ecosystem": "npm",
14-
"name": "@hapi/subtext"
14+
"name": "@hapi/pez"
1515
},
1616
"ranges": [
1717
{
1818
"type": "ECOSYSTEM",
1919
"events": [
2020
{
21-
"introduced": "0"
21+
"introduced": "5.0.0"
2222
},
2323
{
24-
"fixed": "6.1.3"
24+
"fixed": "5.0.1"
2525
}
2626
]
2727
}
@@ -30,24 +30,32 @@
3030
{
3131
"package": {
3232
"ecosystem": "npm",
33-
"name": "@hapi/subtext"
33+
"name": "@hapi/pez"
3434
},
3535
"ranges": [
3636
{
3737
"type": "ECOSYSTEM",
3838
"events": [
3939
{
40-
"introduced": "7.0.0"
40+
"introduced": "4.1.0"
4141
},
4242
{
43-
"fixed": "7.0.3"
43+
"fixed": "4.1.2"
4444
}
4545
]
4646
}
4747
]
4848
}
4949
],
5050
"references": [
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/hapijs/pez/compare/v4.1.1...v4.1.2"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://github.com/hapijs/pez/compare/v5.0.0...v5.0.1"
58+
},
5159
{
5260
"type": "WEB",
5361
"url": "https://www.npmjs.com/advisories/1480"

0 commit comments

Comments
 (0)