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.
sanitize-marathon-app-id
Advanced tools
:put_litter_in_its_place: Sanitize marathon app ids.
Marathon only allows a limited character set to be used in an app id. If you generate these ids automatically based on e.g. current system information it is useful to sanitize the app id and filter all characters which are not allowed.
$ npm install sanitize-marathon-app-id
var sanitize = require('sanitize-marathon-app-id');
var appId = sanitize('FOO_λ_BAR_1.0.0'); // → foo-bar-1-0-0
$ sanitize-marathon-app-id --help
Sanitize marathon app ids.
Usage
sanitize-marathon-app-id <input>
1.1.0 (October 16, 2015)
FAQs
Sanitize marathon app ids.
We found that sanitize-marathon-app-id 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.