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.
KLIKO is a specification, validator and parser for the KLIKO Scientific Compute Container specification. It enables a developer of scientific software to structure the input, output and parameters of a dockerized compute task. KLIKO is written in Python.
You can install Kliko inside a docker container or just on your system::
$ python setup.py install
or from pypi::
$ pip install kliko
from a Python script inside a container::
from kliko.validate import validate
parameters = validate()
or to check if a kliko file has a valid syntax::
$ kliko-validate /kliko.yml
or try to run the docker image from the examples folder directly::
$ kliko-run kliko/minimal --help
usage: kliko-run [-h] [--target_folder TARGET_FOLDER] --choice {second,first}
--char CHAR [--float FLOAT] --file FILE --int INT
image_name
positional arguments:
image_name
optional arguments:
-h, --help show this help message and exit
--target_folder TARGET_FOLDER
--choice {second,first}
choice field (default: second)
--char CHAR char field, maximum of 10 chars (default: empty)
--float FLOAT float field (default: 0.0)
--file FILE file field, this file will be put in /input in case of
split io, /work in case of join io
--int INT int field
The documentation can be found on http://kliko.readthedocs.org
There are examples of a kliko and parameters file in the examples
folder.
.. image:: https://img.shields.io/travis/gijzelaerr/kliko.svg :target: https://travis-ci.org/gijzelaerr/kliko
.. image:: https://img.shields.io/coveralls/gijzelaerr/kliko.svg :target: https://coveralls.io/github/gijzelaerr/kliko?branch=master
.. image:: https://img.shields.io/pypi/v/kliko.svg :target: https://pypi.python.org/pypi/kliko
.. image:: https://img.shields.io/pypi/pyversions/kliko.svg :target: https://pypi.python.org/pypi/kliko
FAQs
Scientific Compute Container Spec Parser
We found that kliko demonstrated a healthy version release cadence and project activity because the last version was released less than 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.