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.
Just execute the CI scripts.
.travis.yml
file and executes the inside script
..ciscript.yml
file, optional.npm install -g ci-script
$ ci-script -h
Usage: ci-script [options] [directory]
Execute the CI script.
Options:
-h, --help, help output usage information
-v, -V, --version, version output the version number
If you need to customize the .ciscript.yml
file, the rules configured like this:
script:
# commands are written in order.
- echo "One"
- echo "Two"
- echo "Three"
can also copy the script
in the .travis.yml
file, then customize it.
Note:
.ciscript.yml
is optional.
ci-script # working in the local directory.
ci-script tests # working in the `./tests/` directory.
ci-script ~/tests # working in the `~/tests/` directory.
Welcome to pull requests, report bugs, suggest ideas and discuss ci-script, i would love to hear what you think about ci-script on issues page.
If you like it then you can put a :star: on it.
FAQs
Just execute the CI scripts.
We found that ci-script 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.