Skip to content

Commit

Permalink
Add warnings for 2021-05-25 security advisory
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed May 25, 2021
1 parent 80f8a08 commit 3ef88c0
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions resources/warnings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10101,5 +10101,57 @@
"pattern": "(1|2[.][0-2]|2[.]3[.][12345689]|2[.]3[.]1[01278])(|[.-].+)|(2[.]3[.][07]|2[.]3[.]1[3-5])"
}
]
},
{
"id": "SECURITY-2198",
"type": "plugin",
"name": "markdown-formatter",
"message": "XSS vulnerability",
"url": "https://www.jenkins.io/security/advisory/2021-05-25/#SECURITY-2198",
"versions": [
{
"lastVersion": "0.1.0",
"pattern": "(0[.]1)(|[.-].+)"
}
]
},
{
"id": "SECURITY-2339",
"type": "plugin",
"name": "fstrigger",
"message": "XXE vulnerability",
"url": "https://www.jenkins.io/security/advisory/2021-05-25/#SECURITY-2339",
"versions": [
{
"lastVersion": "0.40",
"pattern": "(0[.][1-9]|0[.]1[0-9]|0[.]2[0-9]|0[.]3[0-9]|0[.]40)(|[.-].+)"
}
]
},
{
"id": "SECURITY-2340",
"type": "plugin",
"name": "nuget",
"message": "XXE vulnerability",
"url": "https://www.jenkins.io/security/advisory/2021-05-25/#SECURITY-2340",
"versions": [
{
"lastVersion": "1.0",
"pattern": "(0|1[.]0)(|[.-].+)"
}
]
},
{
"id": "SECURITY-2341",
"type": "plugin",
"name": "urltrigger",
"message": "XXE vulnerability",
"url": "https://www.jenkins.io/security/advisory/2021-05-25/#SECURITY-2341",
"versions": [
{
"lastVersion": "0.48",
"pattern": "(0[.][1-9]|0[.]1[013456789]|0[.]2[0-9]|0[.]3[0-9]|0[.]4[01345678])(|[.-].+)"
}
]
}
]

0 comments on commit 3ef88c0

Please sign in to comment.