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.
logstash-filter-simple_kv
Advanced tools
This is a Java plugin for Logstash.
It is fully free and fully open source. The license is Apache 2.0, meaning you are free to use it however you want.
The documentation for Logstash Java plugins is available here.
https://www.elastic.co/guide/en/logstash/current/java-filter-plugin.html
mkdir -p ~/.gem;
curl -u <username> https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials;
chmod 0600 ~/.gem/credentials;
see: https://rubygems.org/gems/logstash-filter-simple_kv
export JAVA_HOME="/c/Program Files/AdoptOpenJDK/jdk-11.0.11.9-hotspot"
jruby -S bundle install
#jruby -S bundle exec rake vendor
#jruby -S bundle exec rspec
#jruby -S bundle exec rake publish_gem
gem build logstash-filter-simple_kv.gemspec
./gradlew gem
/c/tools/jruby94/bin/gem push $(find ./ -maxdepth 1 -name '*.gem' | awk -F/ '{print $2}');
#/c/tools/jruby94/bin/jruby.sh -S gem push $(find ./ -maxdepth 1 -name '*.gem' | awk -F/ '{print $2}');
FAQs
Unknown package
We found that logstash-filter-simple_kv 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.