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.
Doing the same things over and over again in test automation was the initial inspiration of coming up with a gem which will help me with:
To get familiar with specimen, you can simply create initialize a new project by running the following command.
specimen init --name example-project
This will do the following things for you
/example-project
relative to your current working directory/example-project/config/enc/example.yml.enc
/example-project/config/enc/example.key
containing the key value to decrypt the
configuration which is required when you need to update the encrypted config./example-project/.example.env
containing the MASTER_KEY
variable and the key value to decrypt
the configNow you can switch to the newly created directory /example-project
and run e.g. the following commands
# run Cucumber tests without additional options
specimen cukes
# run Cucumber tests tagged with @pass
specimen cukes -t @pass
# run RSpec tests without additional options
specimen specs
# run RSpec tests tagged with pass: true
specimen specs -t pass
# run Cucumber|RSpec tests using the example specimen-profile
# The 'examples' profile will automatically load and decrypt the
# encrypted configuration /config/enc/example.yml.enc during execution.
specimen cukes|specs --sp|--specimen-profile examples
Usage:
specimen COMMAND [options]
You must specify a command:
init Initialize a new specimen project
cukes Run Cucumber tests
specs Run RSpec tests
enc Create or update encrypted configurations
-v|--version Show specimen version
-h|--help You are looking at it
All commands can be run with -h (or --help) for more information.
TBD
TBD
TBD
FAQs
Unknown package
We found that specimen 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.