Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@backstage-community/plugin-cicd-statistics
Advanced tools
A frontend plugin visualizing CI/CD pipeline statistics (build time)
This plugin shows charts of CI/CD pipeline durations over time. It expects to be used on the Software Catalog entity page, as it uses useEntity
to figure out what component to get the build information for.
This plugin cannot be used as-is; it requires a custom implementation to fetch build information
To use this plugin, you need to implement an API CicdStatisticsApi
and bind it to the cicdStatisticsApiRef
. This API is defined in src/apis/types.ts
and is an interface with two functions, getConfiguration(options)
and fetchBuilds(options)
. This plugin will call getConfiguration
to allow the implementation to specify defaults and settings for the UI.
First time the UI shows, and each time the user changes filters and clicks Update
to refresh the data, fetchBuilds
is invoked with the filter options. The API implementation is the expected to fetch build information from somewhere, format it into a generic and rather simple type Build
(also defined in types.ts
). The API can optionally signal completion for a progress bar in the UI.
When this plugin has fetched the builds, it will transpose the list of builds (and build stages) into a tree of build stages. As build pipelines sometimes change, certain stages might end or begin within the date range of the view (when Normalize time range is enabled, which is the default).
FAQs
A frontend plugin visualizing CI/CD pipeline statistics (build time)
The npm package @backstage-community/plugin-cicd-statistics receives a total of 707 weekly downloads. As such, @backstage-community/plugin-cicd-statistics popularity was classified as not popular.
We found that @backstage-community/plugin-cicd-statistics demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.