Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@portal-dx/plugin-rollback-application
Advanced tools
Imagine you have an application that takes 20 minutes to deploy and you need to make an URGENT fix, waiting that time wouldn't be a good idea.
Imagine you have an application that takes 20 minutes to deploy and you need to make an URGENT fix, waiting that time wouldn't be a good idea.
This plugin was developed to simplify the process of rolling back your ECS application. By using it, you can easily revert to a previous version of your taskDefinition in case of errors or problems with the current version, bypassing the deploy phase. Additionally, it also allows you to view and compare the differences between versions before performing the rollback. All of this with just a few clicks!
This plugin was created through the Backstage CLI
[...]
rollbackApplication:
accessKeyId: {{ ACCESS_KEY_ID }}
accessSecretKey: {{ SECRET_ACCESS_KEY_ID }}
region: {{ AWS_REGION }}
[...]
This file is located at the root of each of your remote repositories. The plugin will only work with the settings as described
[...]
metadata:
[...]
annotations:
[...]
aws.amazon.com/service: name-you-application-aws-staging
aws.amazon.com/cluster: your-application-cluster
[...]
packages/app/src/components/catalog/EntityPage.tsx
+ import { RollbackApplicationComponent, isRollbackAvaliable } from '@portal-dx/plugin-rollback-application';
[...]
const serviceEntityPage = (
<EntityLayout>
+ <EntityLayout.Route if={isRollbackAvaliable} path="/rollback" title="Rollback">
+ <RollbackApplicationComponent />
+ </EntityLayout.Route>
</EntityLayout>
);
Developed with ❤️ by the MadeiraMadeira SRE Team
FAQs
Imagine you have an application that takes 20 minutes to deploy and you need to make an URGENT fix, waiting that time wouldn't be a good idea.
The npm package @portal-dx/plugin-rollback-application receives a total of 2 weekly downloads. As such, @portal-dx/plugin-rollback-application popularity was classified as not popular.
We found that @portal-dx/plugin-rollback-application demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.