
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Bootstraps ElasticGraph projects.
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["elasticgraph"];
class elasticgraph targetGemStyle;
elasticgraph-support["elasticgraph-support"];
elasticgraph --> elasticgraph-support;
class elasticgraph-support otherEgGemStyle;
thor["thor"];
elasticgraph --> thor;
class thor externalGemStyle;
click thor href "https://rubygems.org/gems/thor" "Open on RubyGems.org" _blank;
Run one of these commands to bootstrap a new ElasticGraph project:
gem exec elasticgraph new path/to/project --datastore elasticsearch
# or
gem exec elasticgraph new path/to/project --datastore opensearch
See our getting started guide for a full tutorial.
FAQs
Unknown package
We found that elasticgraph 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
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
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.