Fix typo in CVE-2019-1003000

This commit is contained in:
Daniel Beck 2019-05-17 10:57:27 +02:00
parent c9a9076d62
commit 7ba7cdfa48
No known key found for this signature in database
GPG Key ID: 86E30187A0C5D16A

View File

@ -17,7 +17,7 @@
"version": { "version": {
"version_data": [ "version_data": [
{ {
"version_value": "2.49 and earlier" "version_value": "1.49 and earlier"
} }
] ]
} }
@ -36,7 +36,7 @@
"description_data": [ "description_data": [
{ {
"lang": "eng", "lang": "eng",
"value": "A sandbox bypass vulnerability exists in Script Security Plugin 2.49 and earlier in src/main/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/GroovySandbox.java that allows attackers with the ability to provide sandboxed scripts to execute arbitrary code on the Jenkins master JVM." "value": "A sandbox bypass vulnerability exists in Script Security Plugin 1.49 and earlier in src/main/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/GroovySandbox.java that allows attackers with the ability to provide sandboxed scripts to execute arbitrary code on the Jenkins master JVM."
} }
] ]
}, },