Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
This provides client and server implementations of the GA4GH Workflow Execution Service <https://github.com/ga4gh/workflow-execution-schemas>
__ API for
the Common Workflow Language.
It provides an Arvados <https://github.com/curoverse/arvados>
__
backend. It also works with any cwl-runner
that supports the CWL
standard command line interface:
http://www.commonwl.org/v1.0/CommandLineTool.html#Executing\_CWL\_documents\_as\_scripts
Installation:
::
pip install wes-service
Run a standalone server with default cwl-runner
backend:
::
$ wes-server
Submit a workflow to run:
::
$ wes-client --host=localhost:8080 myworkflow.cwl myjob.json
List workflows:
::
$ wes-client --list
Get workflow status:
::
$ wes-client --get <workflow-id>
Get stderr log from workflow:
::
$ wes-client --log <workflow-id>
::
$ wes-server --backend=wes_service.arvados_wes
::
$ wes-server --backend=wes_service.cwl_runner --opt runner=cwltoil
::
$ wes-server --backend=wes_service.cwl_runner --opt extra=--workDir=/
Set service endpoint:
::
$ export WES_API_HOST=localhost:8080
Set the value to pass in the Authorization
header:
::
$ export WES_API_AUTH=my_api_token
Set the protocol (one of http, https)
::
$ export WES_API_PROTO=http
FAQs
GA4GH Workflow Execution Service reference implementation
We found that wes-service demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.