
Security News
minimatch Patches 3 High-Severity ReDoS Vulnerabilities
minimatch patched three high-severity ReDoS vulnerabilities that can stall the Node.js event loop, and Socket has released free certified patches.
fast-curator
Advanced tools
.. image:: https://img.shields.io/pypi/v/fast-curator.svg :target: https://pypi.org/project/fast-curator/ :alt: pypi package
.. image:: https://travis-ci.com/FAST-HEP/fast-curator.svg?branch=master :target: https://travis-ci.com/FAST-HEP/fast-curator :alt: pipeline status
.. image:: https://codecov.io/gh/FAST-HEP/fast-curator/branch/master/graph/badge.svg :target: https://codecov.io/gh/FAST-HEP/fast-curator :alt: coverage report
.. image:: https://badges.gitter.im/FAST-HEP/community.svg :target: https://gitter.im/FAST-HEP/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge :alt: Gitter
Create, read and write dictionary descriptions of input datasets to process. Currently all datasets are expected to be built from sets of ROOT Trees.
.. code-block:: bash
pip install --user fast-curator
.. code-block:: bash
# Local files:
fast_curator -o output_file_list.txt -t tree_name -d dataset_name --mc input/files/*root
# Single XROOTD files:
fast_curator -o output_file_list.txt --mc root://my.domain.with.files://input/files/one_file.root
# XROOTD files with several globs
fast_curator -o output_file_list.txt --mc root://my.domain.with.files://inp*/files/*.root
Notes:
-o option), the additional files specified will be appended to the output file.-m option.For more guidance try the built-in help::
fast_curator --help
.. code-block:: python
import fast_curator
datasets = fast_curator.read.from_yaml("my_dataset_file.yml")
Will return a list of datasets with the default section applied to each dataset.
Is on its way...
FAQs
F.A.S.T. package for describing datasets
We found that fast-curator 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.

Security News
minimatch patched three high-severity ReDoS vulnerabilities that can stall the Node.js event loop, and Socket has released free certified patches.

Research
/Security News
Socket uncovered 26 malicious npm packages tied to North Korea's Contagious Interview campaign, retrieving a live 9-module infostealer and RAT from the adversary's C2.

Research
An impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.