
Security News
The Nightmare Before Deployment
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.
file-tree
Advanced tools
Framework to represent structured directories in python as FileTree objects. FileTrees can be read in from simple text files describing the directory structure. This is particularly useful for pipelines with large number of input, output, and intermediate files. It can also be used to visualise the data in structured directories using FSLeyes or file-tree on the command line.
This package uses uv for project management. You will need to install uv to develop this package.
First clone the repository:
git clone https://git.fmrib.ox.ac.uk/fsl/file-tree.git
Then we can ask uv to set up the local envoriment.
cd file-tree
uv sync
Tests are run using the pytest framework.
This will already be available in the uv virtual environment.
uv run pytest src/tests
The documentation is build using sphinx.
cd doc
uv run sphinx-build source build
open build/index.html
Merge requests with any bug fixes or documentation updates are always welcome.
For new features, please raise an issue to allow for discussion before you spend the time implementing them.
pyproject.tomlTests are run using the pytest framework. After installation (pip install pytest) they can be run from the project root as:
pytest src/tests
FAQs
Describe structure directory for visualisation and pipeline
We found that file-tree 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
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.

Research
/Security News
Impostor NuGet package Tracer.Fody.NLog typosquats Tracer.Fody and its author, using homoglyph tricks, and exfiltrates Stratis wallet JSON/passwords to a Russian IP address.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.