
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
Serves an ElasticGraph application using Rack. Can be used to serve an ElasticGraph application from any Rack compatible web server.
graph LR;
classDef targetGemStyle fill:#FADBD8,stroke:#EC7063,color:#000,stroke-width:2px;
classDef otherEgGemStyle fill:#A9DFBF,stroke:#2ECC71,color:#000;
classDef externalGemStyle fill:#E0EFFF,stroke:#70A1D7,color:#2980B9;
elasticgraph-rack["elasticgraph-rack"];
class elasticgraph-rack targetGemStyle;
elasticgraph-graphql["elasticgraph-graphql"];
elasticgraph-rack --> elasticgraph-graphql;
class elasticgraph-graphql otherEgGemStyle;
rack["rack"];
elasticgraph-rack --> rack;
class rack externalGemStyle;
elasticgraph-graphiql["elasticgraph-graphiql"];
elasticgraph-graphiql --> elasticgraph-rack;
class elasticgraph-graphiql otherEgGemStyle;
click rack href "https://rubygems.org/gems/rack" "Open on RubyGems.org" _blank;
Use this gem with any rack-compatible server. Here's an example config.ru
:
require 'elastic_graph/graphql'
require 'elastic_graph/rack/graphql_endpoint'
graphql = ElasticGraph::GraphQL.from_yaml_file("config/settings/local.yaml")
run ElasticGraph::Rack::GraphQLEndpoint.new(graphql)
Run this with rackup
(after installing the rackup
gem) or any other rack-compatible server.
FAQs
Unknown package
We found that elasticgraph-rack demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.