Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
fluent-plugin-https-client
Advanced tools
Output plugin for Fluentd, for sending records to an HTTP or HTTPS endpoint, with SSL, Proxy, and Header implementation.
<match *>
type https_client
endpoint_url # endpoint_url
http_method # get / post / put / delete defaults to post
serializer # json / form defaults to form
include_timestamp # true / false defaults to false
rate_limit_msec # limit the rate in ms, defaults to 10 ms
auth # basic / none
use_ssl # true / false
proxy_addr # proxy url
proxy_port # proxy port
username # user name if auth is basic
password # password if auth is basic
<header> # HTTP headers (see examples below)
Accept application/json
auth_token my_secret
</header>
</match>
FAQs
Unknown package
We found that fluent-plugin-https-client 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.