Pywemo

Latest version: v1.4.0

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

Scan your dependencies

Page 1 of 5

1.4.0

Verify with [`sigstore-python`](https://github.com/sigstore/sigstore-python/):

bash
Download the release wheel and .sigstore file.
wget https://github.com/pywemo/pywemo/releases/download/1.4.0/pywemo-1.4.0-py3-none-any.whl
wget https://github.com/pywemo/pywemo/releases/download/1.4.0/pywemo-1.4.0-py3-none-any.whl.sigstore

Install sigstore: https://github.com/sigstore/sigstore-python#installation
python -m pip install sigstore

Verify that the wheel was built from this release.
python -m sigstore verify github \
--bundle pywemo-1.4.0-py3-none-any.whl.sigstore \
--cert-identity https://github.com/pywemo/pywemo/.github/workflows/publish.ymlrefs/tags/1.4.0 \
--sha 9a24c3e76a198a62968c3e6fa3c528e52a157797 \
pywemo-1.4.0-py3-none-any.whl


</details>

<details id="SLSA"><summary>How to verify <code>SLSA</code> provenance</summary>
<a href="https://slsa.dev/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/slsa-framework/slsa/93cff4f95c07b095342ac256667594df038ad8d4/resources/assets/logo/horizontal/SVG/SLSA-logo-horizontal-white.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/slsa-framework/slsa/93cff4f95c07b095342ac256667594df038ad8d4/resources/assets/logo/horizontal/SVG/SLSA-logo-horizontal-original.svg">
<img alt="SLSA" src="https://raw.githubusercontent.com/slsa-framework/slsa/93cff4f95c07b095342ac256667594df038ad8d4/resources/assets/logo/horizontal/SVG/SLSA-logo-horizontal-original.svg" width="150">
</picture>
</a>

Visit [slsa.dev](https://slsa.dev/) to learn more about generating and verifying software provenance with SLSA.

SLSA verifier installation instructions can be found at [github.com/slsa-framework/slsa-verifierinstallation](https://github.com/slsa-framework/slsa-verifier#installation).

bash
Download the release wheel and .intoto.jsonl file.
wget https://github.com/pywemo/pywemo/releases/download/1.4.0/pywemo-1.4.0-py3-none-any.whl
wget https://github.com/pywemo/pywemo/releases/download/1.4.0/pywemo-1.4.0.intoto.jsonl

Verify that the wheel was built from this release.
slsa-verifier verify-artifact \
--provenance-path pywemo-1.4.0.intoto.jsonl \
--source-uri github.com/pywemo/pywemo \
--source-tag 1.4.0 \
pywemo-1.4.0-py3-none-any.whl


</details>

1.3.1

Verify with [`sigstore-python`](https://github.com/sigstore/sigstore-python/):

bash
Download the release wheel and .sigstore file.
wget https://github.com/pywemo/pywemo/releases/download/1.3.1/pywemo-1.3.1-py3-none-any.whl
wget https://github.com/pywemo/pywemo/releases/download/1.3.1/pywemo-1.3.1-py3-none-any.whl.sigstore

Install sigstore: https://github.com/sigstore/sigstore-python#installation
python -m pip install sigstore

Verify that the wheel was built from this release.
python -m sigstore verify github \
--bundle pywemo-1.3.1-py3-none-any.whl.sigstore \
--cert-identity https://github.com/pywemo/pywemo/.github/workflows/publish.ymlrefs/tags/1.3.1 \
--sha 124dcd1732c499e0863dab334824ebc7e1117713 \
pywemo-1.3.1-py3-none-any.whl


</details>

<details id="SLSA"><summary>How to verify <code>SLSA</code> provenance</summary>
<a href="https://slsa.dev/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/slsa-framework/slsa/93cff4f95c07b095342ac256667594df038ad8d4/resources/assets/logo/horizontal/SVG/SLSA-logo-horizontal-white.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/slsa-framework/slsa/93cff4f95c07b095342ac256667594df038ad8d4/resources/assets/logo/horizontal/SVG/SLSA-logo-horizontal-original.svg">
<img alt="SLSA" src="https://raw.githubusercontent.com/slsa-framework/slsa/93cff4f95c07b095342ac256667594df038ad8d4/resources/assets/logo/horizontal/SVG/SLSA-logo-horizontal-original.svg" width="150">
</picture>
</a>

Visit [slsa.dev](https://slsa.dev/) to learn more about generating and verifying software provenance with SLSA.

SLSA verifier installation instructions can be found at [github.com/slsa-framework/slsa-verifierinstallation](https://github.com/slsa-framework/slsa-verifier#installation).

bash
Download the release wheel and .intoto.jsonl file.
wget https://github.com/pywemo/pywemo/releases/download/1.3.1/pywemo-1.3.1-py3-none-any.whl
wget https://github.com/pywemo/pywemo/releases/download/1.3.1/pywemo-1.3.1.intoto.jsonl

Verify that the wheel was built from this release.
slsa-verifier verify-artifact \
--provenance-path pywemo-1.3.1.intoto.jsonl \
--source-uri github.com/pywemo/pywemo \
--source-tag 1.3.1 \
pywemo-1.3.1-py3-none-any.whl


</details>

1.3.0

Verify with [`sigstore-python`](https://github.com/sigstore/sigstore-python/):

bash
Download the release wheel and .sigstore file.
wget https://github.com/pywemo/pywemo/releases/download/1.3.0/pywemo-1.3.0-py3-none-any.whl
wget https://github.com/pywemo/pywemo/releases/download/1.3.0/pywemo-1.3.0-py3-none-any.whl.sigstore

Install sigstore: https://github.com/sigstore/sigstore-python#installation
python -m pip install sigstore

Verify that the wheel was built from this release.
python -m sigstore verify github \
--bundle pywemo-1.3.0-py3-none-any.whl.sigstore \
--cert-identity https://github.com/pywemo/pywemo/.github/workflows/publish.ymlrefs/tags/1.3.0 \
--sha eb91349c142a3baaa91d1ba33cb723fd918dd94f \
pywemo-1.3.0-py3-none-any.whl


</details>

<details id="SLSA"><summary>How to verify <code>SLSA</code> provenance</summary>
<a href="https://slsa.dev/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/slsa-framework/slsa/93cff4f95c07b095342ac256667594df038ad8d4/resources/assets/logo/horizontal/SVG/SLSA-logo-horizontal-white.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/slsa-framework/slsa/93cff4f95c07b095342ac256667594df038ad8d4/resources/assets/logo/horizontal/SVG/SLSA-logo-horizontal-original.svg">
<img alt="SLSA" src="https://raw.githubusercontent.com/slsa-framework/slsa/93cff4f95c07b095342ac256667594df038ad8d4/resources/assets/logo/horizontal/SVG/SLSA-logo-horizontal-original.svg" width="150">
</picture>
</a>

Visit [slsa.dev](https://slsa.dev/) to learn more about generating and verifying software provenance with SLSA.

SLSA verifier installation instructions can be found at [github.com/slsa-framework/slsa-verifierinstallation](https://github.com/slsa-framework/slsa-verifier#installation).

bash
Download the release wheel and .intoto.jsonl file.
wget https://github.com/pywemo/pywemo/releases/download/1.3.0/pywemo-1.3.0-py3-none-any.whl
wget https://github.com/pywemo/pywemo/releases/download/1.3.0/pywemo-1.3.0.intoto.jsonl

Verify that the wheel was built from this release.
slsa-verifier verify-artifact \
--provenance-path pywemo-1.3.0.intoto.jsonl \
--source-uri github.com/pywemo/pywemo \
--source-tag 1.3.0 \
pywemo-1.3.0-py3-none-any.whl


</details>

1.2.1

Verify with [`sigstore-python`](https://github.com/sigstore/sigstore-python/):

bash
Download the release wheel and .sigstore file.
wget https://github.com/pywemo/pywemo/releases/download/1.2.1/pywemo-1.2.1-py3-none-any.whl
wget https://github.com/pywemo/pywemo/releases/download/1.2.1/pywemo-1.2.1-py3-none-any.whl.sigstore

Install sigstore: https://github.com/sigstore/sigstore-python#installation
python -m pip install sigstore

Verify that the wheel was built from this release.
python -m sigstore verify github \
--bundle pywemo-1.2.1-py3-none-any.whl.sigstore \
--cert-identity https://github.com/pywemo/pywemo/.github/workflows/publish.ymlrefs/tags/1.2.1 \
--sha 44af00717b2fcb0ee2d9daaa1c27021cc681495d \
pywemo-1.2.1-py3-none-any.whl


</details>

<details id="SLSA"><summary>How to verify <code>SLSA</code> provenance</summary>
<a href="https://slsa.dev/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/slsa-framework/slsa/93cff4f95c07b095342ac256667594df038ad8d4/resources/assets/logo/horizontal/SVG/SLSA-logo-horizontal-white.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/slsa-framework/slsa/93cff4f95c07b095342ac256667594df038ad8d4/resources/assets/logo/horizontal/SVG/SLSA-logo-horizontal-original.svg">
<img alt="SLSA" src="https://raw.githubusercontent.com/slsa-framework/slsa/93cff4f95c07b095342ac256667594df038ad8d4/resources/assets/logo/horizontal/SVG/SLSA-logo-horizontal-original.svg" width="150">
</picture>
</a>

Visit [slsa.dev](https://slsa.dev/) to learn more about generating and verifying software provenance with SLSA.

SLSA verifier installation instructions can be found at [github.com/slsa-framework/slsa-verifierinstallation](https://github.com/slsa-framework/slsa-verifier#installation).

bash
Download the release wheel and .intoto.jsonl file.
wget https://github.com/pywemo/pywemo/releases/download/1.2.1/pywemo-1.2.1-py3-none-any.whl
wget https://github.com/pywemo/pywemo/releases/download/1.2.1/pywemo-1.2.1.intoto.jsonl

Verify that the wheel was built from this release.
slsa-verifier verify-artifact \
--provenance-path pywemo-1.2.1.intoto.jsonl \
--source-uri github.com/pywemo/pywemo \
--source-tag 1.2.1 \
pywemo-1.2.1-py3-none-any.whl


</details>

1.2.0

Verify with [`sigstore-python`](https://github.com/sigstore/sigstore-python/):

bash
Download the release wheel and .sigstore file.
wget https://github.com/pywemo/pywemo/releases/download/1.2.0/pywemo-1.2.0-py3-none-any.whl
wget https://github.com/pywemo/pywemo/releases/download/1.2.0/pywemo-1.2.0-py3-none-any.whl.sigstore

Install sigstore: https://github.com/sigstore/sigstore-python#installation
python -m pip install sigstore

Verify that the wheel was built from this release.
python -m sigstore verify github \
--bundle pywemo-1.2.0-py3-none-any.whl.sigstore \
--cert-identity https://github.com/pywemo/pywemo/.github/workflows/publish.ymlrefs/tags/1.2.0 \
--sha 1f4c3cf8307fd9206ad013d6644760350a6c8a9f \
pywemo-1.2.0-py3-none-any.whl


</details>

<details id="SLSA"><summary>How to verify <code>SLSA</code> provenance</summary>
<a href="https://slsa.dev/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/slsa-framework/slsa/93cff4f95c07b095342ac256667594df038ad8d4/resources/assets/logo/horizontal/SVG/SLSA-logo-horizontal-white.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/slsa-framework/slsa/93cff4f95c07b095342ac256667594df038ad8d4/resources/assets/logo/horizontal/SVG/SLSA-logo-horizontal-original.svg">
<img alt="SLSA" src="https://raw.githubusercontent.com/slsa-framework/slsa/93cff4f95c07b095342ac256667594df038ad8d4/resources/assets/logo/horizontal/SVG/SLSA-logo-horizontal-original.svg" width="150">
</picture>
</a>

Visit [slsa.dev](https://slsa.dev/) to learn more about generating and verifying software provenance with SLSA.

SLSA verifier installation instructions can be found at [github.com/slsa-framework/slsa-verifierinstallation](https://github.com/slsa-framework/slsa-verifier#installation).

bash
Download the release wheel and .intoto.jsonl file.
wget https://github.com/pywemo/pywemo/releases/download/1.2.0/pywemo-1.2.0-py3-none-any.whl
wget https://github.com/pywemo/pywemo/releases/download/1.2.0/pywemo-1.2.0.intoto.jsonl

Verify that the wheel was built from this release.
slsa-verifier verify-artifact \
--provenance-path pywemo-1.2.0.intoto.jsonl \
--source-uri github.com/pywemo/pywemo \
--source-tag 1.2.0 \
pywemo-1.2.0-py3-none-any.whl


</details>

1.1.0

Verify with [`sigstore-python`](https://github.com/sigstore/sigstore-python/):

bash
Download the release wheel and .sigstore file.
wget https://github.com/pywemo/pywemo/releases/download/1.1.0/pywemo-1.1.0-py3-none-any.whl
wget https://github.com/pywemo/pywemo/releases/download/1.1.0/pywemo-1.1.0-py3-none-any.whl.sigstore

Install sigstore: https://github.com/sigstore/sigstore-python#installation
python -m pip install sigstore

Verify that the wheel was built from this release.
python -m sigstore verify github \
--bundle pywemo-1.1.0-py3-none-any.whl.sigstore \
--cert-identity https://github.com/pywemo/pywemo/.github/workflows/publish.ymlrefs/tags/1.1.0 \
--sha 00a4d7ccf6081e8822a0fb8f2a6b3189ab1100a8 \
pywemo-1.1.0-py3-none-any.whl


</details>

<details id="SLSA"><summary>How to verify <code>SLSA</code> provenance</summary>
<a href="https://slsa.dev/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/slsa-framework/slsa/93cff4f95c07b095342ac256667594df038ad8d4/resources/assets/logo/horizontal/SVG/SLSA-logo-horizontal-white.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/slsa-framework/slsa/93cff4f95c07b095342ac256667594df038ad8d4/resources/assets/logo/horizontal/SVG/SLSA-logo-horizontal-original.svg">
<img alt="SLSA" src="https://raw.githubusercontent.com/slsa-framework/slsa/93cff4f95c07b095342ac256667594df038ad8d4/resources/assets/logo/horizontal/SVG/SLSA-logo-horizontal-original.svg" width="150">
</picture>
</a>

Visit [slsa.dev](https://slsa.dev/) to learn more about generating and verifying software provenance with SLSA.

SLSA verifier installation instructions can be found at [github.com/slsa-framework/slsa-verifierinstallation](https://github.com/slsa-framework/slsa-verifier#installation).

bash
Download the release wheel and .intoto.jsonl file.
wget https://github.com/pywemo/pywemo/releases/download/1.1.0/pywemo-1.1.0-py3-none-any.whl
wget https://github.com/pywemo/pywemo/releases/download/1.1.0/pywemo-1.1.0.intoto.jsonl

Verify that the wheel was built from this release.
slsa-verifier verify-artifact \
--provenance-path pywemo-1.1.0.intoto.jsonl \
--source-uri github.com/pywemo/pywemo \
--source-tag 1.1.0 \
pywemo-1.1.0-py3-none-any.whl


</details>

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.