
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.
@backstage-community/plugin-acs
Advanced tools
yarn --cwd packages/app add @backstage-community/plugin-acs
import { EntityACSContent } from '@backstage-community/plugin-acs';
// For example in the Service section
const serviceEntityPage = (
<EntityLayout>
// ...
<EntityLayout.Route path="/acs" title="Security">
<EntityACSContent />
</EntityLayout.Route>
// ...
</EntityLayout>
To be able to use the Advanced Cluster Security plugin you need to add the following annotation to any entities you want to use it with:
acs/deployment-name: <deployment name>
If multiple deployments can be linked to a catalog entity item, you can add a comma separated list of deployment names:
acs/deployment-name: "deployment-1,deployment-2,deployment-3"
Here's what that will look like in action:
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
# ...
annotations:
acs/deployment-name: <deployment name>
spec:
type: service
# ...
The ACS_API_URL
and ACS_API_KEY
will need to be set in order for the route to work in the app-config.yaml
file. The purpose of this route is to access data from the ACS endpoint.
In app-config.yaml
first add the proxies:
proxy:
endpoints:
'/acs':
target: ${ACS_API_URL}
headers:
authorization: 'Bearer ${ACS_API_KEY}'
Add the following top-level stanza to the app-config.yaml
file:
acs:
acsUrl: ${ACS_API_URL}
Please refer to the Backstage Prerequisites page regarding getting started.
This repo comes with test data at ./catalog_default
.
First copy the catalog_default
directory and rename it to catalog
:
cp -R catalog_default catalog
In order for vulernability data to display, the annotation acs/deployment-name
needs to be set. Edit line 19 of ./catalog/components/test-app.yaml
to have a comma separated string of deployment names from the ACS API you wish to test.
The ACS_API_URL
and ACS_API_KEY
will need to be set in order for the route to work in the app-config.yaml
file. The purpose of this route is to access data from the ACS endpoint.
To start the app, run:
yarn install
yarn start
The app will be available at http://localhost:3000
.
FAQs
Unknown package
We found that @backstage-community/plugin-acs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.