Flask-shell2http

Latest version: v1.9.0

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

Scan your dependencies

Page 2 of 3

1.4.3

**Patch release after [v1.4.0](https://github.com/Eshaan7/Flask-Shell2HTTP/releases/tag/v1.4.0).**

Fixed Backward compatibility issues.

1.4.1

**Please use v1.4.3 or greater**

- Bug fixes where multipart requests were failing because of nested form data. Because of this the multipart (file containing) POST request now has an updated schema (examples have been updated accordingly).
- Dropped dataclass for report generation because it causes various bugs in python 3.6.

1.4.0

- One can now define a callback function when registering a command. These can be plain functions or Flask/blinker signals to enable reactive/event-based programming.
- A timeout has been added when invoking commands. This attribute can be passed in the JSON request body. Default value is `3600` seconds.
- Added `returncode` attribute to response JSON.

> Note: Please see [Examples](https://flask-shell2http.readthedocs.io/en/stable/Examples.html) section for the relevant code in such use-cases.

- under-the-hood improvements (decreased the memory footprint of the extension to very low value)
- Added type-hinting in almost all places in the source code.

1.3.0

1.2.0

- added a `result_url` field in the POST request's response.
- Much cleaner log messages than before
- Better memory management by reducing some duplicate class instances.
- under-the-hood small bug fixes.

1.1.3

- Fixed JSON enc error.
- Faster hashing

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.