Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"schema_version": "1.2.0",
"id": "GHSA-fh5v-5f35-2rv2",
"modified": "2022-03-23T00:00:33Z",
"modified": "2022-06-27T08:02:27Z",
"published": "2022-03-17T00:00:44Z",
"aliases": [
"CVE-2021-20180"
],
"summary": "",
"details": "A flaw was found in ansible module where credentials are disclosed in the console log by default and not protected by the security feature when using the bitbucket_pipeline_variable module. This flaw allows an attacker to steal bitbucket_pipeline credentials. The highest threat from this vulnerability is to confidentiality.",
"severity": [
{
Expand All @@ -14,7 +15,44 @@
}
],
"affected": [

{
"package": {
"ecosystem": "PyPI",
"name": "ansible"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.8.0a1"
},
{
"fixed": "2.8.19"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "ansible"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.9.0b1"
},
{
"fixed": "2.9.18"
}
]
}
]
}
],
"references": [
{
Expand Down