Skip to content

Commit bdce633

Browse files
committed
1 parent 2567623 commit bdce633

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

advisories/github-reviewed/2021/06/GHSA-fvx8-v524-8579/GHSA-fvx8-v524-8579.json

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.2.0",
33
"id": "GHSA-fvx8-v524-8579",
4-
"modified": "2021-05-17T21:40:19Z",
4+
"modified": "2022-07-09T20:04:18Z",
55
"published": "2021-06-04T21:46:52Z",
66
"aliases": [
77
"CVE-2020-17495"
88
],
99
"summary": "Cleartext Storage of Sensitive Information",
10-
"details": "django-celery-results through 1.2.1 stores task results in the database. Among the data it stores are the variables passed into the tasks. The variables may contain sensitive cleartext information that does not belong unencrypted in the database.",
10+
"details": "django-celery-results through 1.2.1 stores task results in the database. Among the data it stores are the variables passed into the tasks. The variables may contain sensitive cleartext information that does not belong unencrypted in the database.\n\nIn version 2.4.0 this is no longer the default behaviour but can be re-enabled with the `result_extended` flag in which case care should be taken to ensure any sensitive variables are scrubbed - see [here](https://github.com/celery/django-celery-results/issues/154#issuecomment-734706270) for an example.\n\n",
1111
"severity": [
1212
{
1313
"type": "CVSS_V3",
@@ -26,6 +26,9 @@
2626
"events": [
2727
{
2828
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.4.0"
2932
}
3033
]
3134
}
@@ -43,6 +46,14 @@
4346
{
4447
"type": "WEB",
4548
"url": "https://github.com/celery/django-celery-results/issues/142"
49+
},
50+
{
51+
"type": "WEB",
52+
"url": "https://github.com/celery/django-celery-results/pull/316"
53+
},
54+
{
55+
"type": "WEB",
56+
"url": "https://github.com/celery/django-celery-results/issues/154#issuecomment-734706270"
4657
}
4758
],
4859
"database_specific": {

0 commit comments

Comments
 (0)