Whispr

Latest version: v0.3.0

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

Scan your dependencies

0.3.0

Description

* This release simplified programmatic access of code whispr utilities
* `execute_command` will not fail silently if there is a problem with subprocess.
* Add programmatic sue guide in usage-guides.

What's Changed
* Update issue templates by narenaryan in https://github.com/narenaryan/whispr/pull/14
* test(ISSUE-4): Improve code coverage by narenaryan in https://github.com/narenaryan/whispr/pull/15
* docs: create programmatic-access guide by narenaryan in https://github.com/narenaryan/whispr/pull/16
* release: bump up version to v0.3.0 by narenaryan in https://github.com/narenaryan/whispr/pull/17


**Full Changelog**: https://github.com/narenaryan/whispr/compare/v0.2.0...v0.3.0

0.2.0

Features
- New `no_env` configuration key to control mode of secret sharing
- Backwards compatible

This release consists of a new feature to avoid passing secrets as environment variables but command args. This is secure way to collect secrets instead of causing environment pollution.

yaml
env_file: .env
secret_name: <your_secret>
vault: aws
no_env: true New key to control no environment vs command args. Default: false


This also lets Whispr hand-off secrets to subprocess and not own anything.

0.1.1

Description

This is a release bug fix for v0.1.0. No feature updates or fixes

0.1.0

Description

This is the first version of Whispr.

Whispr (Pronounced as whisp-r) is a CLI tool to safely inject secrets from your favorite secret vault (Ex: AWS Secrets Manager, Azure Key Vault etc.) into your app's environment. This is very useful for enabling secure local software development.

**Full Changelog**: https://github.com/narenaryan/whispr/commits/v0.1.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.