
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@pagerduty/backstage-plugin
Advanced tools
The PagerDuty plugin reduces the cognitive load on developers responsible for maintaining services in production. Instead of having to go to PagerDuty's console, you can now access the necessary information directly within Backstage. This includes finding active incidents or opening a new incident, reviewing recent changes made to the service, and checking who is on-call.
This frontend plugin is starting the adoption of the New Frontend System. This allow us to be present in Portal and keep up to date with Backstage's recommended best practices.
We're still migrating to the NFS, since it is still in alpha. You can find this version of the plugin on the export @pagerduty/backstage-plugin/alpha
, which allows you to start using it even in Backstage under the new createApp
helper from @backstage/frontend-defaults
.
The NFS allows for extendable plugins, which means there are parts of it that users can replace to elevate their experience. We've historically exported two components the EntityPagerDutyCard
and the EntityPagerDutySmallCard
to expose some PagerDuty's service information on your Backstage entities. In the NFS, we default to EntityPagerDutyCard
as an entity card extension, which means you can still make use of the EntityPagerDutySmallCard
through overrides.
import PagerDutyPlugin from '@pagerduty/backstage-plugin/alpha';
import { EntityPagerDutySmallCard } from '@pagerduty/backstage-plugin';
const OverriddenPagerDutyPlugin = PagerDutyPlugin.withOverrides({
extensions: [
PagerDutyPlugin.getExtension('entity-card:pagerduty/EntityPagerDutyCard').override({
factory: originalFactory =>
originalFactory({
params: {
loader: async () => Promise.resolve(<EntityPagerDutySmallCard />)
}
})
})
]
})
FAQs
A Backstage plugin that integrates towards PagerDuty
The npm package @pagerduty/backstage-plugin receives a total of 4,354 weekly downloads. As such, @pagerduty/backstage-plugin popularity was classified as popular.
We found that @pagerduty/backstage-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.