Hpl-rv-gen

Latest version: v0.2.0

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

Scan your dependencies

0.2.0

Fixed
- Possible concurrency bug in `Monitor.verdict`.

Added
- Added some convenience methods to check in which state the monitor is.

0.1.4

Fixed
- String encoding error in Python 3 (was returning `bytes`).

0.1.3

Fixed
- `MANIFEST.in` was missing `requirements.txt`, causing an issue when installing with `pip`.

0.1.2

Fixed
- the expression `x in [a to b]` is now correctly translated to `x >= a and x <= b`; quantifier domain semantics remain the same (only integers with `range()`).

0.1.1

Changed
- Updated the `README.md` file.

0.1.0

Initial release.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.