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.
middleware_apm_linux
Advanced tools
Clone the repository and navigate to the root directory of repository
Install all the required gems
bundle install
Build the native gem
gem build
Install native gem
gem install middleware_apm_*.gem
Add the gem to Gemfile
# If the application is running in Linux environment
gem "middleware_apm_linux"
# If the application is running in Windows environment
gem "middleware_apm_windows"
Add below code at initialization of your application
# If the application is running in Linux environment
require 'middleware/ruby_gem_linux'
# If the application is running in Windows environment
require 'middleware/ruby_gem_windows'
Middleware::RubyGem.init
Set below listed environment variables
Environment Variable Name | Sample Value | Is required | Description |
---|---|---|---|
OTEL_EXPORTER_OTLP_ENDPOINT | http://localhost:9320 | Yes | Endpoint to send the collected data. |
OTEL_SERVICE_NAME | Demo Service Name | No | Your Service Name. |
OTEL_RESOURCE_ATTRIBUTES | project.name="Demo Project Name" | No | Your Project Name. |
MW_API_KEY | {Your API Key} | If Linux then Yes / If windows then No | It is used for profiling. |
Run your application
rails server
FAQs
Unknown package
We found that middleware_apm_linux 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.