zizmor 1.5.2__py3-none-manylinux_2_28_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of zizmor might be problematic. Click here for more details.

Binary file
@@ -0,0 +1,92 @@
1
+ Metadata-Version: 2.4
2
+ Name: zizmor
3
+ Version: 1.5.2
4
+ License-File: LICENSE
5
+ Summary: Static analysis for GitHub Actions
6
+ Keywords: cli,github-actions,static-analysis,security
7
+ Home-Page: https://github.com/woodruffw/zizmor
8
+ Author: William Woodruff <william@yossarian.net>
9
+ Author-email: William Woodruff <william@yossarian.net>
10
+ License: MIT
11
+ Requires-Python: >=3.9
12
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
13
+ Project-URL: Source Code, https://github.com/woodruffw/zizmor
14
+
15
+ # 🌈 zizmor
16
+
17
+ [![CI](https://github.com/woodruffw/zizmor/actions/workflows/ci.yml/badge.svg)](https://github.com/woodruffw/zizmor/actions/workflows/ci.yml)
18
+ [![Crates.io](https://img.shields.io/crates/v/zizmor)](https://crates.io/crates/zizmor)
19
+ [![Packaging status](https://repology.org/badge/tiny-repos/zizmor.svg)](https://repology.org/project/zizmor/versions)
20
+ [![GitHub Sponsors](https://img.shields.io/github/sponsors/woodruffw?style=flat&logo=githubsponsors&labelColor=white&color=white)](https://github.com/sponsors/woodruffw)
21
+
22
+ `zizmor` is a static analysis tool for GitHub Actions.
23
+
24
+ It can find many common security issues in typical GitHub Actions CI/CD setups,
25
+ including:
26
+
27
+ * Template injection vulnerabilities, leading to attacker-controlled code execution
28
+ * Accidental credential persistence and leakage
29
+ * Excessive permission scopes and credential grants to runners
30
+ * Impostor commits and confusable `git` references
31
+ * ...[and much more]!
32
+
33
+ [and much more]: https://woodruffw.github.io/zizmor/audits/
34
+
35
+ ![zizmor demo](https://raw.githubusercontent.com/woodruffw/zizmor/main/docs/assets/zizmor-demo.gif)
36
+
37
+ See [`zizmor`'s documentation](https://woodruffw.github.io/zizmor/)
38
+ for [installation steps], as well as a [quickstart] and
39
+ [detailed usage recipes].
40
+
41
+ [please file them]: https://github.com/woodruffw/zizmor/issues/new?assignees=&labels=bug%2Ctriage&projects=&template=bug-report.yml&title=%5BBUG%5D%3A+
42
+
43
+ [installation steps]: https://woodruffw.github.io/zizmor/installation/
44
+
45
+ [quickstart]: https://woodruffw.github.io/zizmor/quickstart/
46
+
47
+ [detailed usage recipes]: https://woodruffw.github.io/zizmor/usage/
48
+
49
+ ## License
50
+
51
+ `zizmor` is licensed under the [MIT License](./LICENSE).
52
+
53
+ ## Contributing
54
+
55
+ See [our contributing guide!](./CONTRIBUTING.md)
56
+
57
+ ## The name?
58
+
59
+ *[Now you can have beautiful clean workflows!]*
60
+
61
+ [Now you can have beautiful clean workflows!]: https://www.youtube.com/watch?v=ol7rxFCvpy8
62
+
63
+ ## Sponsors 💖
64
+
65
+ `zizmor`'s development is supported by these amazing sponsors!
66
+
67
+ <!-- @@begin-sponsors@@ -->
68
+ <table>
69
+ <tbody>
70
+ <tr>
71
+ <td align="center" valign="top" width="15%">
72
+ <a href="https://astral.sh/">
73
+ <img src="https://avatars.githubusercontent.com/u/115962839?s=100&v=4" width="100px">
74
+ <br>
75
+ Astral
76
+ </a>
77
+ </td>
78
+ </tr>
79
+ </tbody>
80
+ </table>
81
+ <!-- @@end-sponsors@@ -->
82
+
83
+ ## Star History
84
+
85
+ <a href="https://star-history.com/#woodruffw/zizmor&Date">
86
+ <picture>
87
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=woodruffw/zizmor&type=Date&theme=dark" />
88
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=woodruffw/zizmor&type=Date" />
89
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=woodruffw/zizmor&type=Date" />
90
+ </picture>
91
+ </a>
92
+
@@ -0,0 +1,5 @@
1
+ zizmor-1.5.2.dist-info/METADATA,sha256=oaiGwDnln1eQrHDhRADBJdXex-xM7J27HEANy_ITVHw,3243
2
+ zizmor-1.5.2.dist-info/WHEEL,sha256=4X7mmBgpM2ygvlBmH3X28G1NeDpDnUpYWc2N0qrYHjY,105
3
+ zizmor-1.5.2.dist-info/licenses/LICENSE,sha256=pv0b0Y2nzsgoRjnVsNNRuQk0MXvhufnqlKB3YhxvNa8,1109
4
+ zizmor-1.5.2.data/scripts/zizmor,sha256=mj5sPs0wUgHeQyQKJeipaiB_Nj9NAvRcYBpEmQ6YBQo,13522392
5
+ zizmor-1.5.2.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.8.3)
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-manylinux_2_28_x86_64
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 William Woodruff <william @ yossarian.net>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.