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 4599e9f commit b27b958Copy full SHA for b27b958
1 file changed
gems/active-support/CVE-2018-3779.yml
@@ -0,0 +1,13 @@
1
+---
2
+gem: active-support
3
+cve: 2018-3779
4
+url: https://rubygems.org/gems/active-support
5
+title: Malicious ruby gem - active-support
6
+date: 2018-08-09
7
+
8
+description: |
9
+ The gem duplicates official `activesupport` (no hyphen) code, but adds a
10
+ compiled extension. The extension attempts to resolve a base64 encoded
11
+ domain, downloads a payload, and executes.
12
13
+ Replace this gem with the official `activesupport` gem.
0 commit comments