zizmor 1.16.3__py3-none-win_amd64.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.
Binary file
@@ -0,0 +1,128 @@
1
+ Metadata-Version: 2.4
2
+ Name: zizmor
3
+ Version: 1.16.3
4
+ License-File: LICENSE
5
+ Summary: Static analysis for GitHub Actions
6
+ Home-Page: https://docs.zizmor.sh
7
+ Author: William Woodruff <william@yossarian.net>
8
+ Author-email: William Woodruff <william@yossarian.net>
9
+ License: MIT
10
+ Requires-Python: >=3.9
11
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
12
+ Project-URL: Source Code, https://github.com/zizmorcore/zizmor
13
+
14
+ # 🌈 zizmor
15
+
16
+ [![zizmor](https://img.shields.io/badge/%F0%9F%8C%88-zizmor-white?labelColor=white)](https://zizmor.sh/)
17
+ [![CI](https://github.com/zizmorcore/zizmor/actions/workflows/ci.yml/badge.svg)](https://github.com/zizmorcore/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
+ [![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white)](https://discord.com/invite/PGU3zGZuGG)
22
+
23
+ `zizmor` is a static analysis tool for GitHub Actions.
24
+
25
+ It can find many common security issues in typical GitHub Actions CI/CD setups,
26
+ including:
27
+
28
+ * Template injection vulnerabilities, leading to attacker-controlled code execution
29
+ * Accidental credential persistence and leakage
30
+ * Excessive permission scopes and credential grants to runners
31
+ * Impostor commits and confusable `git` references
32
+ * ...[and much more]!
33
+
34
+ [and much more]: https://docs.zizmor.sh/audits/
35
+
36
+ ![zizmor demo](https://zizmor.sh/assets/zizmor-demo.gif)
37
+
38
+ See [`zizmor`'s documentation](https://docs.zizmor.sh/)
39
+ for [installation steps], as well as a [quickstart] and
40
+ [detailed usage recipes].
41
+
42
+ [please file them]: https://github.com/zizmorcore/zizmor/issues/new?assignees=&labels=bug%2Ctriage&projects=&template=bug-report.yml&title=%5BBUG%5D%3A+
43
+
44
+ [installation steps]: https://docs.zizmor.sh/installation/
45
+
46
+ [quickstart]: https://docs.zizmor.sh/quickstart/
47
+
48
+ [detailed usage recipes]: https://docs.zizmor.sh/usage/
49
+
50
+ ## License
51
+
52
+ `zizmor` is licensed under the [MIT License](./LICENSE).
53
+
54
+ ## Contributing
55
+
56
+ See [our contributing guide!](./CONTRIBUTING.md)
57
+
58
+ ## The name?
59
+
60
+ *[Now you can have beautiful clean workflows!]*
61
+
62
+ [Now you can have beautiful clean workflows!]: https://www.youtube.com/watch?v=ol7rxFCvpy8
63
+
64
+ ## Sponsors 💖
65
+
66
+ `zizmor`'s development is supported by these amazing sponsors!
67
+
68
+ <!-- @@begin-sponsors@@ -->
69
+ <table width="100%">
70
+ <caption>Logo-level sponsors</caption>
71
+ <tbody>
72
+ <tr>
73
+ <td align="center" valign="top" width="15%">
74
+ <a href="https://grafana.com/">
75
+ <img src="https://avatars.githubusercontent.com/u/7195757?s=100&v=4" width="100px">
76
+ <br>
77
+ Grafana Labs
78
+ </a>
79
+ </td>
80
+ <td align="center" valign="top" width="15%">
81
+ <a href="https://trailofbits.com/">
82
+ <img src="https://avatars.githubusercontent.com/u/2314423?s=100&v=4" width="100px">
83
+ <br>
84
+ Trail of Bits
85
+ </a>
86
+ </td>
87
+ <td align="center" valign="top" width="15%">
88
+ <a href="https://www.shipfox.io">
89
+ <img src="https://avatars.githubusercontent.com/u/163036520?s=100&v=4" width="100px">
90
+ <br>
91
+ Shipfox
92
+ </a>
93
+ </td>
94
+ </tr>
95
+ </tbody>
96
+ </table>
97
+ <hr align="center">
98
+ <table width="100%">
99
+ <caption>Name-level sponsors</caption>
100
+ <tbody>
101
+ <tr>
102
+ <td align="center" valign="top">
103
+ <a href="https://github.com/ariccio">
104
+ Alexander Riccio
105
+ </a>
106
+ </td>
107
+ </tr>
108
+ </tbody>
109
+ </table>
110
+ <!-- @@end-sponsors@@ -->
111
+
112
+ Want to see your name or logo above? Consider becoming a sponsor
113
+ through one of the following:
114
+
115
+ - [GitHub Sponsors](https://github.com/sponsors/woodruffw) (preferred)
116
+ - [thanks.dev](https://thanks.dev/u/gh/woodruffw)
117
+ - [ko-fi](https://ko-fi.com/woodruffw)
118
+
119
+ ## Star History
120
+
121
+ <a href="https://star-history.com/#zizmorcore/zizmor&Date">
122
+ <picture>
123
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=zizmorcore/zizmor&type=Date&theme=dark" />
124
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=zizmorcore/zizmor&type=Date" />
125
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=zizmorcore/zizmor&type=Date" />
126
+ </picture>
127
+ </a>
128
+
@@ -0,0 +1,5 @@
1
+ zizmor-1.16.3.data/scripts/zizmor.exe,sha256=dbegldtjQAl2tXHvbNNL9hn2nwdCX3ghnJ3Qbpdsdv0,20033024
2
+ zizmor-1.16.3.dist-info/METADATA,sha256=haNcTk0LYzJwMG0Bt8j8U9cqw6fNLrmZxG8YHHxLj94,4349
3
+ zizmor-1.16.3.dist-info/WHEEL,sha256=BV3ZP699xxmMelj8d6UzKLQSx3JdzqHyifn4bQk5AR8,93
4
+ zizmor-1.16.3.dist-info/licenses/LICENSE,sha256=_c7xNtTB0tlCnR_fBwfebjU7Ca3MqJaG2Tv1UWo1pGA,1130
5
+ zizmor-1.16.3.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.9.6)
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-win_amd64
@@ -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.