
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@jupiterone/graph-tenable-cloud
Advanced tools
A JupiterOne managed integration for https://www.tenable.com/products/tenable-io
Learn about the data ingested, benefits of this integration, and how to use it with JupiterOne in the integration documentation.
Install Node.js using the installer or a version manager such as nvm or fnm.
Install dependencies with yarn install
.
Register an account in the system this integration targets for ingestion and obtain API credentials.
cp .env.example .env
and add necessary values for runtime configuration.
When an integration executes, it needs API credentials and any other
configuration parameters necessary for its work (provider API credentials,
data ingestion parameters, etc.). The names of these parameters are defined
by the IntegrationInstanceConfigFieldMap
in src/config.ts
. When the
integration is executed outside the JupiterOne managed environment (local
development or on-prem), values for these parameters are read from Node's
process.env
by converting config field names to constant case. For example,
clientId
is read from process.env.CLIENT_ID
.
The .env
file is loaded into process.env
before the integration code is
executed. This file is not required should you configure the environment
another way. .gitignore
is configured to to avoid commiting the .env
file.
yarn start
to collect datayarn graph
to show a visualization of the collected datayarn j1-integration -h
for additional commandsStart by taking a look at the source code. The integration is basically a set of functions called steps, each of which ingests a collection of resources and relationships. The goal is to limit each step to as few resource types as possible so that should the ingestion of one type of data fail, it does not necessarily prevent the ingestion of other, unrelated data. That should be enough information to allow you to get started coding!
See the SDK development documentation for a deep dive into the mechanics of how integrations work.
See docs/development.md for any additional details about developing this integration.
The history of this integration's development can be viewed at CHANGELOG.md.
FAQs
A JupiterOne managed integration for https://www.tenable.com/products/tenable-io
The npm package @jupiterone/graph-tenable-cloud receives a total of 18 weekly downloads. As such, @jupiterone/graph-tenable-cloud popularity was classified as not popular.
We found that @jupiterone/graph-tenable-cloud demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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 data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.