snappass icon indicating copy to clipboard operation
snappass copied to clipboard

Share passwords securely

Results 48 snappass issues
Sort by recently updated
recently updated
newest added

Looks like connection error handler code throws an exception (at least in this version of the Redis client): ``` Traceback (most recent call last): File ".../snappass/venv/bin/snappass", line 9, in load_entry_point('snappass',...

Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 1.7.5 to 1.9.4. Release notes Sourced from fakeredis's releases. v1.9.4 What's Changed Separate LUA support to a different file by @​cunla in cunla/fakeredis-py#55 Full Changelog: https://github.com/cunla/fakeredis-py/compare/v1.9.3...v1.9.4 v1.9.3...

dependencies
python

Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.2 to 38.0.2. Changelog Sourced from cryptography's changelog. 38.0.2 - 2022-10-11 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.6. .. _v38-0-1: 38.0.1...

dependencies
python

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. Changelog Sourced from pytest-cov's changelog. 5.0.0 (2024-03-24) Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623) <https://github.com/pytest-dev/pytest-cov/pull/623>_. Switched docs theme...

dependencies
python

Bumps [tox](https://github.com/tox-dev/tox) from 4.13.0 to 4.14.2. Release notes Sourced from tox's releases. 4.14.2 What's Changed Removed unneeded line by @​reinout in tox-dev/tox#3241 Add missing space by @​droctothorpe in tox-dev/tox#3243 Add...

dependencies
python

Bumps [wheel](https://github.com/pypa/wheel) from 0.42.0 to 0.43.0. Release notes Sourced from wheel's releases. 0.43.0 Dropped support for Python 3.7 Updated vendored packaging to 24.0 Changelog Sourced from wheel's changelog. Release Notes...

dependencies
python

Hi, There is not an open issue for this but I ran into an issue where I could not change the default port or bind address for snappass. In my...

Bumps [tox](https://github.com/tox-dev/tox) from 4.13.0 to 4.16.0. Release notes Sourced from tox's releases. 4.16.0 What's Changed Fix two small documentation issues by @​srenfo in tox-dev/tox#3297 Fix tests after new setuptools by...

dependencies
python

Adds some fixes to get translations working, which were introduced in https://github.com/pinterest/snappass/pull/330. Additionally it compiles the .mo files during `docker build`.

The change provides the capability to use the Custom CA Certs, if used (For Ex: in GCP-Memorystore) by using the variable, `REDIS_CA_CERTS` from an environment variable. Also added `prod-requirements.txt` to...