We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba7d99 commit 82ec625Copy full SHA for 82ec625
1 file changed
gems/sprockets/CVE-2018-3760.yml
@@ -0,0 +1,14 @@
1
+---
2
+gem: sprockets
3
+cve: 2018-3760
4
+url: https://groups.google.com/forum/#!topic/ruby-security-ann/2S9Pwz2i16k
5
+title: Path Traversal in Sprockets
6
+date: 2018-06-19
7
+description: |
8
+ Specially crafted requests can be used to access files that exists on
9
+ the filesystem that is outside an application's root directory, when the
10
+ Sprockets server is used in production.
11
+patched_versions:
12
+ - ">= 2.12.5, < 3.0.0"
13
+ - ">= 3.7.2, < 4.0.0"
14
+ - ">= 4.0.0.beta8"
0 commit comments