Pywebexec

Latest version: v2.3.12

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

Scan your dependencies

Page 14 of 37

1.9.4

* add dynamic routes `POST /commands/<cmd>`
* `<command>.help` file content displayed:
* in web interfase as tooltip when focused on command params
* in swagger for `POST /commands/<cmd>` route
* in result of `GET /commands/executables` route
* add response schemas in swagger.yaml
* breaking changes, response format:
* `GET /commands/executables`: { executables: [command: command_name, help: helpmessage]}
* `GET /commands`: { "commands": [] }

1.9.3

* remove useless urlToken in js as session cookie token set

1.9.2

* breaking changes : API routes update

| before | after |
|--------|-----|
|GET /command_status/{id}| GET /commands/{id}|
|GET /command_ouput/{id}|GET /commands/{id}/output|
|GET /command_ouput_raw/{id}|GET /commands/{id}/output_raw|
|POST /run_command| POST /commands|
|POST /stop_command| PATCH /commands/{id}/stop|

1.9.1

* fix title display

1.9.0

* add swagger page

1.8.4

* better emoji display (graphemes width)
* theme colors adjust
* font change for readability on old font renderers

Page 14 of 37

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.