
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.
tomwer
Advanced tools
.. image:: doc/img/tomwer.png :alt: Tomwer Logo :align: left :width: 400px
Tomwer provides tools to automate acquisition and reconstruction processes for tomography. The package includes:
Orange3 <http://orange.biolab.si>_).Tomwer relies on Nabu <https://gitlab.esrf.fr/tomotools/nabu>_ for tomographic reconstruction.
Note: Currently, the software is only compatible with Linux.
The latest version of the documentation is available here <https://tomotools.gitlab-pages.esrf.fr/tomwer/>_.
Step 1: Installing Tomwer '''''''''''''''''''''''''
To install Tomwer with all features:
.. code-block:: bash
pip install tomwer[full]
Alternatively, you can install the latest development branch from the repository:
.. code-block:: bash
pip install git+https://gitlab.esrf.fr/tomotools/tomwer/#egg=tomwer[full]
Step 2: (Optional) Update Orange-CANVAS-CORE and Orange-WIDGET-BASE ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
If you need access to additional 'processing' wheels and 'reprocess action,' you may want to update these Orange forks. This is optional, as the project works with the native Orange libraries.
.. code-block:: bash
pip install git+https://github.com/payno/orange-canvas-core --no-deps --upgrade
pip install git+https://github.com/payno/orange-widget-base --no-deps --upgrade
After installation, Tomwer includes several applications. You can launch an application by running:
.. code-block:: bash
tomwer <appName> [options]
tomwer without arguments, a manual page will be displayed... code-block:: bash
tomwer <appName> --help
You can launch the Orange canvas to create workflows using the available building blocks:
.. code-block:: bash
tomwer canvas
orange-canvas... code-block:: bash
source myvirtualenv/bin/activate
To build the documentation:
.. code-block:: bash
sphinx-build doc build/html
The documentation will be generated in doc/build/html, and the entry point is index.html. To view the documentation in a browser:
.. code-block:: bash
firefox build/html/index.html
Note: Building the documentation requires sphinx to be installed, which is not a hard dependency of Tomwer. If needed, install it separately.
FAQs
Tomography workflow tools
We found that tomwer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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
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.