Statick-web

Latest version: v0.4.0

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.1.0

Removed

- Drop support for Python 3.6 due to end-of-life of that distribution.
See <https://endoflife.date/python>.
To continue using Statick with Python 3.6 [pin the version](https://pip.pypa.io/en/stable/user_guide/)
used to the `0.0` tags.
An example is at the discussion at <https://github.com/sscpac/statick/discussions/376>.

0.0.7

Added

- Support for python 3.10 (Thomas Denewiler, tdenewiler, 36, 42).
- Weekly run of the unit tests.

Fixed

- Specifying an encoding when calling open (pylint: [W1514](https://pylint.pycqa.org/en/latest/technical_reference/features.html)).
- Updated stylelint configuration to work with v14 and newer, [migration guide](https://github.com/stylelint/stylelint/blob/14.0.0/docs/migration-guide/to-14.md).

Changed

- Switch codecov-action from v1 to v2 (Thomas Denewiler, tdenewiler, 38).

0.0.6

Changed

- Switch type hints from comment style to inline style.
- Renaming plugin directories to match Statick's directory structure.
- For testing with Actions, the installed version of Node was upgraded from v10 to v14.
Node v10 is no longer supported.
Node v14 is recommended by the developers as it is a long-term support (LTS) release.

Removed

- Remove testing support for Ubuntu 16.04 and Python 3.5.
There is no guarantee Statick will work in those environments any longer.

0.0.5

This is expected to be the final release that supports Python 3.5.
Ubuntu 16.04 has reached end-of-life status.
The final release of ROS Kinetic has been made.
See <https://github.com/sscpac/statick/discussions/290> for a discussion on Python 3.5 support in Statick.

Added

- Add support for locally installed eslint configs and plugins.
Adding `install_dir` config option to specify where eslint's plugins and configs are installed.
On Ubuntu, locally installed eslint configs and plugins are required for eslint versions >= 6.0.0:
<https://eslint.org/docs/user-guide/migrating-to-6.0.0#plugins-and-shareable-configs-are-no-longer-affected-by-eslints-location>
- Add support for parsing eslint error lines.

0.0.4

Changed

- Convert use of print() and show tool output flags to the built-in Python logging module. (Thomas Denewiler, tdenewiler)

0.0.3

Added

- Take advantange of new `DiscoveryPlugin.find_files` function that only walks a package's path once instead of
in each discovery plugin.
This should lead to a speed improvement in the discovery phase. (Alexander Xydes, xydesa)

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.