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.
covwatcher-client
Advanced tools
Client module for Covwatcher
Install the client in your target repo
npm install covwatcher-client
The client is available as executeable covwatcher
and can upload reports via commandline parameters or environment variables:
shorthand | long version | description | environment variable | required |
---|---|---|---|---|
-n | --name | name of the branch or if this is a pullrequest its id | COVWATCHER_BRANCH_NAME | * |
-t | --target | branchtype, can be "branch" or "pullrequest" | COVWATCHER_BRANCH_TYPE | * |
-y | --type | repository type, can be "users" or "project" | COVWATCHER_REPO_TYPE | * |
-p | --project | name of the project or user the repository is part of | COVWATCHER_REPO_PROJECT | * |
-r | --repo | name of the repository | COVWATCHER_REPO | * |
-s | --server | full url to the server running covwatcher | COVWATCHER_SERVER | * |
-d | --directory | full path to the coverage report | COVWATCHER_REPORT | |
-a | --task | wether to create a task if the diff coverage is low | ||
-l | --lcov | full url to the server hosting the lcov report | ||
-b | --bail | whether to return nonnull status on failure | ||
-h | --help | usage information |
The command covwatcher -n "master" -t "branch" -y "users" -p "Fochlac" -r "covwatcher" -s "http://covwatcher.fochlac.com"
will start a search for the closest coverage file and upload it to the specified server. The search will start from the location of this package, so it should always be installed in the specific repository you want searched or you should provide the full path to the report via the -d
option.
FAQs
Client for the covwatcher server. Used to upload reports.
The npm package covwatcher-client receives a total of 0 weekly downloads. As such, covwatcher-client popularity was classified as not popular.
We found that covwatcher-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.