
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@roadiehq/backstage-plugin-bitbucket-pullrequest
Advanced tools
This plugin is deprecated in favor of the Backstage Community plugin:
@backstage-community/plugin-bitbucket-pull-requests
To migrate from @roadiehq/backstage-plugin-bitbucket-pullrequest
to @backstage-community/plugin-bitbucket-pull-requests
:
Uninstall the Roadie plugin:
yarn remove @roadiehq/backstage-plugin-bitbucket-pullrequest
Install the Backstage Community plugin:
yarn add @backstage-community/plugin-bitbucket-pull-requests
Update your imports in packages/app/src/components/catalog/EntityPage.tsx
:
- import { EntityBitbucketPullRequestsContent } from '@roadiehq/backstage-plugin-bitbucket-pullrequest';
+ import { EntityBitbucketPullRequestsContent } from '@backstage-community/plugin-bitbucket-pull-requests';
No other changes are needed.
cd packages/app
yarn add @roadiehq/backstage-plugin-bitbucket-pullrequest
// packages/app/src/components/catalog/EntityPage.tsx
import { EntityBitbucketPullRequestsContent } from '@roadiehq/backstage-plugin-bitbucket-pullrequest';
...
const serviceEntityPage = (
<EntityLayout>
...
<EntityLayout.Route path="/bitbucket-pullrequests" title="Bitbucket">
<EntityBitbucketPullRequestsContent />
</EntityLayout.Route>
...
</EntityLayout>
// app-config.yaml
proxy:
'/bitbucket/api':
target: https://bitbucket.org
changeOrigin: true
headers:
Authorization: Bearer ${BITBUCKET_TOKEN}
Accept: 'application/json'
Content-Type: 'application/json'
bitbucket:
# Defaults to /bitbucket/api and can be omitted if proxy is configured for that url
proxyPath: /bitbucket/api
yarn start
and navigate to services tabs.metadata:
annotations:
bitbucket.com/project-slug: <example-bitbucket-project-name>/<example-bitbucket-repo-name>
Roadie gives you a hassle-free, fully customizable SaaS Backstage. Find out more here: https://roadie.io.
FAQs
Unknown package
We found that @roadiehq/backstage-plugin-bitbucket-pullrequest demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.