
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.