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.
Poor man's build system.
Create a Grumpfile
and define your project. Grumpfile
s are inherited from root (/) to current directory.
Run grump (task name)
to invoke some logic. Tasks are defined in Grumpfiles. If no task name is specified "default" is used.
Loads plugin. Will require file "grump-#{name}" and will include it into current context. If "#{name}_plugin_setup" method exists, invokes it.
If no block is given, execute task specified by name. If block is given, define new task identified by name.
If value is not nil, set value for name. When value is nil, return value for name.
Resolve directory relative to location of Grumpfile.
``ruby plugin :maven
maven 'io.netty', 'netty-handler', '4.0.7.Final' maven 'org.slf4j', 'slf4j-api', '1.7.5' maven 'org.msgpack', 'msgpack', '0.6.7'
var(:pwd, directory('.'))
task('build') do maven_download java_build end
task('package') do task('build') java_jar java_package end
task('default') do task('build') java_run end
``
Plugin is a Module included into the context where Grumpfiles are resolved. Plugin defines methods, variables or anything Grumpfile can define.
Because!
Check the LICENSE.md file.
FAQs
Unknown package
We found that grump 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.