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.
This will soon be the gem to use for interacting with the enStratus API.
testing against enStratus SaaS api version 2012-02-29
I'm currently adding read-only support for all resources. The actual structure of a resource class may change.
HOWEVER
If you'd like to test against, your account:
(in an irb/pry session)
require 'enstratus'
require 'pp'
Enstratus.configure("/path/to/config.yaml")
Enstratus::Infrastructure::Server.all
# array of Enstratus::Infrastructure::Server objects returned
See lib/enstratus/infrastructure/
or lib/enstratus/geography
for other resources currently done.
There is currently no error handling in place for calls that require query params. If you get some wonky errors, try
Enstratus::Geography::Region.all
# list of known regions returned
Enstratus::Infrastructure::MachineImage.all :regionId => some_region_id_from_above
# list of Machine Images returned
Again, currently read-only operations (so any GET
call documented is implemented but not against all resources.
There's a small sample program in examples
that shows what the current API I'm using to validate reads is. Likely to change.
FAQs
Unknown package
We found that enstratus demonstrated a not healthy version release cadence and project activity because the last version was released 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.