Tink

Latest version: v1.9.0

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

Scan your dependencies

1.9.0

Core Tink + Google Cloud KMS extension.
pip3 install tink[gcpkms]==1.9.0
Core Tink + AWS KMS extension.
pip3 install tink[awskms]==1.9.0
Core Tink + all the KMS extensions.
pip3 install tink[all]==1.9.0

Bazel

Tink Python can be used in a Bazel project as a pip dependency using [rules_python’s pip_parse macro](https://github.com/bazelbuild/rules_python/releases/tag/0.23.1), or tink-py can be added as a Bazel build dependency to your WORKSPACE file:

python
load("bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "tink_py",
urls = ["https://github.com/tink-crypto/tink-py/releases/download/v1.9.0/tink-py-1.9.0.zip"],
strip_prefix = "tink-py-1.9.0",
sha256 = "c5f9a7b58b79ef0e1b957154672f766489ea0ac956ad187941f950f2dc262e71",
)

load("tink_py//:tink_py_deps.bzl", "tink_py_deps")

tink_py_deps()

load("tink_py//:tink_py_deps_init.bzl", "tink_py_deps_init")

tink_py_deps_init("tink_py")

...

1.8.0

Bazel

Tink Python can be used in a Bazel project as a pip dependency using [rules_python’s pip_parse macro](https://github.com/bazelbuild/rules_python/releases/tag/0.23.1), or tink-py can be added as a Bazel build dependency to your WORKSPACE file:

python
load("bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "tink_py",
urls = ["https://github.com/tink-crypto/tink-py/releases/download/v1.8.0/tink-py-1.8.0.tar.gz"],
strip_prefix = "tink-py-1.8.0",
sha256 = "1309f1d5d14062cd3ab623957e74bb17e98b49643d2799f33c441da06c3a61f7",
)

load("tink_py//:tink_py_deps.bzl", "tink_py_deps")

tink_py_deps()

load("tink_py//:tink_py_deps_init.bzl", "tink_py_deps_init")

tink_py_deps_init("tink_py")

...

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.