-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from hatstand/add-security-advisory
Add github security advisory event
- Loading branch information
Showing
4 changed files
with
137 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"action": "published", | ||
"security_advisory": { | ||
"ghsa_id": "GHSA-rf4j-j272-fj86", | ||
"summary": "Moderate severity vulnerability that affects django", | ||
"description": "django.contrib.auth.forms.AuthenticationForm in Django 2.0 before 2.0.2, and 1.11.8 and 1.11.9, allows remote attackers to obtain potentially sensitive information by leveraging data exposure from the confirm_login_allowed() method, as demonstrated by discovering whether a user account is inactive.", | ||
"severity": "moderate", | ||
"identifiers": [ | ||
{ | ||
"value": "GHSA-rf4j-j272-fj86", | ||
"type": "GHSA" | ||
}, | ||
{ | ||
"value": "CVE-2018-6188", | ||
"type": "CVE" | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-6188" | ||
} | ||
], | ||
"published_at": "2018-10-03T21:13:54Z", | ||
"updated_at": "2018-10-03T21:13:54Z", | ||
"withdrawn_at": null, | ||
"vulnerabilities": [ | ||
{ | ||
"package": { | ||
"ecosystem": "pip", | ||
"name": "django" | ||
}, | ||
"severity": "moderate", | ||
"vulnerable_version_range": ">= 2.0.0, < 2.0.2", | ||
"first_patched_version": { | ||
"identifier": "2.0.2" | ||
} | ||
}, | ||
{ | ||
"package": { | ||
"ecosystem": "pip", | ||
"name": "django" | ||
}, | ||
"severity": "moderate", | ||
"vulnerable_version_range": ">= 1.11.8, < 1.11.10", | ||
"first_patched_version": { | ||
"identifier": "1.11.10" | ||
} | ||
} | ||
] | ||
} | ||
} |