Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
resoto-plugin-protector
Advanced tools
Protector Plugin for Resoto
This plugin protects important resources from deletion by Resoto.
In resh
execute
> config edit resoto.worker
and find the following section
plugin_protector:
# Configuration for the plugin
# See https://github.com/someengineering/resoto/tree/main/plugins/protector for syntax details
config:
aws:
'110465657741':
us-east-1:
aws_ec2_instance:
- 'i-0fcbe8974615bfd37'
# Enable plugin?
enabled: false
The format of the config
section is as follows:
cloud.id:
account.id:
region.id:
kind:
- resource.id
Each Resoto resource has an attributed /metadata.protected
which takes a boolean value. By default it is set to false
. Each Resoto resource inherits BaseResource which contains two methods for cleaning up a resource, cleanup()
and delete()
. Both those methods will refuse to manipulate a resource once the protected
attribute has been set to true
. Meaning if a resource is marked as protected but has also been flagged for cleanup the cleanup will fail because protected resources cannot be deleted.
FAQs
Resoto Protector Plugin
We found that resoto-plugin-protector 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.