zizmor 1.5.1__tar.gz → 1.5.2__tar.gz

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.

Files changed (223) hide show
  1. {zizmor-1.5.1 → zizmor-1.5.2}/.github/workflows/docker.yml +2 -2
  2. {zizmor-1.5.1 → zizmor-1.5.2}/.github/workflows/pypi.yml +15 -19
  3. zizmor-1.5.2/.github/workflows/test-sarif.yml +48 -0
  4. {zizmor-1.5.1 → zizmor-1.5.2}/Cargo.lock +150 -57
  5. {zizmor-1.5.1 → zizmor-1.5.2}/Cargo.toml +8 -10
  6. {zizmor-1.5.1 → zizmor-1.5.2}/PKG-INFO +1 -1
  7. {zizmor-1.5.1 → zizmor-1.5.2}/docs/development.md +21 -0
  8. {zizmor-1.5.1 → zizmor-1.5.2}/docs/installation.md +7 -1
  9. {zizmor-1.5.1 → zizmor-1.5.2}/docs/release-notes.md +19 -0
  10. {zizmor-1.5.1 → zizmor-1.5.2}/docs/snippets/trophies.md +34 -0
  11. {zizmor-1.5.1 → zizmor-1.5.2}/docs/snippets/trophies.txt +6 -0
  12. {zizmor-1.5.1 → zizmor-1.5.2}/docs/usage.md +25 -7
  13. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/github_env.rs +4 -3
  14. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/overprovisioned_secrets.rs +2 -3
  15. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/template_injection.rs +2 -0
  16. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/unredacted_secrets.rs +2 -3
  17. {zizmor-1.5.1 → zizmor-1.5.2}/src/finding/mod.rs +46 -11
  18. {zizmor-1.5.1 → zizmor-1.5.2}/src/models.rs +2 -2
  19. {zizmor-1.5.1 → zizmor-1.5.2}/src/registry.rs +49 -1
  20. {zizmor-1.5.1 → zizmor-1.5.2}/src/render.rs +5 -0
  21. {zizmor-1.5.1 → zizmor-1.5.2}/src/sarif.rs +12 -8
  22. {zizmor-1.5.1 → zizmor-1.5.2}/src/utils.rs +124 -12
  23. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/e2e.rs +28 -0
  24. zizmor-1.5.2/tests/integration/main.rs +11 -0
  25. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__e2e__gha_hazmat.snap +0 -2
  26. zizmor-1.5.2/tests/integration/snapshots/integration__e2e__issue_569.snap +41 -0
  27. zizmor-1.5.2/tests/integration/snapshots/integration__e2e__issue_612_repro.snap +5 -0
  28. zizmor-1.5.2/tests/integration/test-data/issue-612-repro/action.yml +31 -0
  29. zizmor-1.5.1/tests/integration/main.rs +0 -4
  30. {zizmor-1.5.1 → zizmor-1.5.2}/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
  31. {zizmor-1.5.1 → zizmor-1.5.2}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  32. {zizmor-1.5.1 → zizmor-1.5.2}/.github/ISSUE_TEMPLATE/feature-request.yml +0 -0
  33. {zizmor-1.5.1 → zizmor-1.5.2}/.github/dependabot.yml +0 -0
  34. {zizmor-1.5.1 → zizmor-1.5.2}/.github/workflows/ci.yml +0 -0
  35. {zizmor-1.5.1 → zizmor-1.5.2}/.github/workflows/release.yml +0 -0
  36. {zizmor-1.5.1 → zizmor-1.5.2}/.github/workflows/site.yml +0 -0
  37. {zizmor-1.5.1 → zizmor-1.5.2}/.github/workflows/zizmor.yml +0 -0
  38. {zizmor-1.5.1 → zizmor-1.5.2}/.gitignore +0 -0
  39. {zizmor-1.5.1 → zizmor-1.5.2}/CONTRIBUTING.md +0 -0
  40. {zizmor-1.5.1 → zizmor-1.5.2}/Dockerfile +0 -0
  41. {zizmor-1.5.1 → zizmor-1.5.2}/LICENSE +0 -0
  42. {zizmor-1.5.1 → zizmor-1.5.2}/Makefile +0 -0
  43. {zizmor-1.5.1 → zizmor-1.5.2}/README.md +0 -0
  44. {zizmor-1.5.1 → zizmor-1.5.2}/docs/assets/favicon48x48.png +0 -0
  45. {zizmor-1.5.1 → zizmor-1.5.2}/docs/assets/rainbow.svg +0 -0
  46. {zizmor-1.5.1 → zizmor-1.5.2}/docs/assets/zizmor-demo.gif +0 -0
  47. {zizmor-1.5.1 → zizmor-1.5.2}/docs/audits.md +0 -0
  48. {zizmor-1.5.1 → zizmor-1.5.2}/docs/configuration.md +0 -0
  49. {zizmor-1.5.1 → zizmor-1.5.2}/docs/index.md +0 -0
  50. {zizmor-1.5.1 → zizmor-1.5.2}/docs/magiclink.css +0 -0
  51. {zizmor-1.5.1 → zizmor-1.5.2}/docs/quickstart.md +0 -0
  52. {zizmor-1.5.1 → zizmor-1.5.2}/docs/snippets/help.txt +0 -0
  53. {zizmor-1.5.1 → zizmor-1.5.2}/docs/snippets/render-sponsors.py +0 -0
  54. {zizmor-1.5.1 → zizmor-1.5.2}/docs/snippets/render-trophies.py +0 -0
  55. {zizmor-1.5.1 → zizmor-1.5.2}/docs/snippets/sponsors.html +0 -0
  56. {zizmor-1.5.1 → zizmor-1.5.2}/docs/snippets/sponsors.json +0 -0
  57. {zizmor-1.5.1 → zizmor-1.5.2}/docs/trophy-case.md +0 -0
  58. {zizmor-1.5.1 → zizmor-1.5.2}/mkdocs.yml +0 -0
  59. {zizmor-1.5.1 → zizmor-1.5.2}/pyproject.toml +0 -0
  60. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/artipacked.rs +0 -0
  61. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/bot_conditions.rs +0 -0
  62. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/cache_poisoning.rs +0 -0
  63. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/dangerous_triggers.rs +0 -0
  64. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/excessive_permissions.rs +0 -0
  65. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/hardcoded_container_credentials.rs +0 -0
  66. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/impostor_commit.rs +0 -0
  67. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/insecure_commands.rs +0 -0
  68. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/known_vulnerable_actions.rs +0 -0
  69. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/mod.rs +0 -0
  70. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/ref_confusion.rs +0 -0
  71. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/secrets_inherit.rs +0 -0
  72. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/self_hosted_runner.rs +0 -0
  73. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/unpinned_uses.rs +0 -0
  74. {zizmor-1.5.1 → zizmor-1.5.2}/src/audit/use_trusted_publishing.rs +0 -0
  75. {zizmor-1.5.1 → zizmor-1.5.2}/src/config.rs +0 -0
  76. {zizmor-1.5.1 → zizmor-1.5.2}/src/expr/expr.pest +0 -0
  77. {zizmor-1.5.1 → zizmor-1.5.2}/src/expr/mod.rs +0 -0
  78. {zizmor-1.5.1 → zizmor-1.5.2}/src/github_api.rs +0 -0
  79. {zizmor-1.5.1 → zizmor-1.5.2}/src/main.rs +0 -0
  80. {zizmor-1.5.1 → zizmor-1.5.2}/src/models/coordinate.rs +0 -0
  81. {zizmor-1.5.1 → zizmor-1.5.2}/src/models/uses.rs +0 -0
  82. {zizmor-1.5.1 → zizmor-1.5.2}/src/state.rs +0 -0
  83. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/acceptance.rs +0 -0
  84. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/common.rs +0 -0
  85. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshot.rs +0 -0
  86. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__e2e__menagerie-2.snap +0 -0
  87. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__e2e__menagerie.snap +0 -0
  88. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__artipacked-2.snap +0 -0
  89. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__artipacked-3.snap +0 -0
  90. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__artipacked-4.snap +0 -0
  91. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__artipacked.snap +0 -0
  92. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__bot_conditions.snap +0 -0
  93. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__cache_poisoning-10.snap +0 -0
  94. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__cache_poisoning-11.snap +0 -0
  95. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__cache_poisoning-12.snap +0 -0
  96. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__cache_poisoning-13.snap +0 -0
  97. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__cache_poisoning-14.snap +0 -0
  98. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__cache_poisoning-2.snap +0 -0
  99. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__cache_poisoning-3.snap +0 -0
  100. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__cache_poisoning-4.snap +0 -0
  101. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__cache_poisoning-5.snap +0 -0
  102. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__cache_poisoning-6.snap +0 -0
  103. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__cache_poisoning-7.snap +0 -0
  104. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__cache_poisoning-8.snap +0 -0
  105. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__cache_poisoning-9.snap +0 -0
  106. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__cache_poisoning.snap +0 -0
  107. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__cant_retrieve.snap +0 -0
  108. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__excessive_permissions-10.snap +0 -0
  109. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__excessive_permissions-11.snap +0 -0
  110. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__excessive_permissions-12.snap +0 -0
  111. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__excessive_permissions-2.snap +0 -0
  112. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__excessive_permissions-3.snap +0 -0
  113. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__excessive_permissions-4.snap +0 -0
  114. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__excessive_permissions-5.snap +0 -0
  115. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__excessive_permissions-6.snap +0 -0
  116. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__excessive_permissions-7.snap +0 -0
  117. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__excessive_permissions-8.snap +0 -0
  118. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__excessive_permissions-9.snap +0 -0
  119. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__excessive_permissions.snap +0 -0
  120. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__github_env-2.snap +0 -0
  121. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__github_env-3.snap +0 -0
  122. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__github_env.snap +0 -0
  123. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__insecure_commands-2.snap +0 -0
  124. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__insecure_commands-3.snap +0 -0
  125. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__insecure_commands.snap +0 -0
  126. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__invalid_inputs.snap +0 -0
  127. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__overprovisioned_secrets.snap +0 -0
  128. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__ref_confusion-2.snap +0 -0
  129. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__ref_confusion.snap +0 -0
  130. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__secrets_inherit.snap +0 -0
  131. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__self_hosted-2.snap +0 -0
  132. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__self_hosted-3.snap +0 -0
  133. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__self_hosted-4.snap +0 -0
  134. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__self_hosted-5.snap +0 -0
  135. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__self_hosted-6.snap +0 -0
  136. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__self_hosted-7.snap +0 -0
  137. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__self_hosted-8.snap +0 -0
  138. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__self_hosted.snap +0 -0
  139. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__template_injection-2.snap +0 -0
  140. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__template_injection-3.snap +0 -0
  141. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__template_injection-4.snap +0 -0
  142. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__template_injection-5.snap +0 -0
  143. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__template_injection-6.snap +0 -0
  144. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__template_injection-7.snap +0 -0
  145. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__template_injection-8.snap +0 -0
  146. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__template_injection.snap +0 -0
  147. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__unpinned_uses-2.snap +0 -0
  148. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__unpinned_uses-3.snap +0 -0
  149. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__unpinned_uses-4.snap +0 -0
  150. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__unpinned_uses.snap +0 -0
  151. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/snapshots/integration__snapshot__unredacted_secrets.snap +0 -0
  152. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/artipacked/issue-447-repro.yml +0 -0
  153. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/artipacked.yml +0 -0
  154. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/bot-conditions.yml +0 -0
  155. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/cache-poisoning/caching-disabled-by-default.yml +0 -0
  156. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/cache-poisoning/caching-enabled-by-default.yml +0 -0
  157. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/cache-poisoning/caching-not-configurable.yml +0 -0
  158. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/cache-poisoning/caching-opt-in-boolean-toggle.yml +0 -0
  159. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/cache-poisoning/caching-opt-in-boolish-toggle.yml +0 -0
  160. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/cache-poisoning/caching-opt-in-expression.yml +0 -0
  161. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/cache-poisoning/caching-opt-in-multi-value-toggle.yml +0 -0
  162. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/cache-poisoning/caching-opt-out.yml +0 -0
  163. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/cache-poisoning/issue-343-repro.yml +0 -0
  164. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/cache-poisoning/issue-378-repro.yml +0 -0
  165. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/cache-poisoning/no-cache-aware-steps.yml +0 -0
  166. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/cache-poisoning/publisher-step.yml +0 -0
  167. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/cache-poisoning/workflow-release-branch-trigger.yml +0 -0
  168. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/cache-poisoning/workflow-tag-trigger.yml +0 -0
  169. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/cache-poisoning.yml +0 -0
  170. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/e2e-menagerie/.github/dummy-action-2/action.yml +0 -0
  171. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/e2e-menagerie/.github/workflows/another-dummy.yml +0 -0
  172. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/e2e-menagerie/.github/workflows/dummy.yml +0 -0
  173. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/e2e-menagerie/.github/workflows/ignored.yaml +0 -0
  174. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/e2e-menagerie/.gitignore +0 -0
  175. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/e2e-menagerie/README.md +0 -0
  176. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/e2e-menagerie/dummy-action-1/action.yaml +0 -0
  177. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/excessive-permissions/issue-336-repro.yml +0 -0
  178. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/excessive-permissions/issue-472-repro.yml +0 -0
  179. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/excessive-permissions/jobs-broaden-permissions.yml +0 -0
  180. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/excessive-permissions/reusable-workflow-call.yml +0 -0
  181. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/excessive-permissions/reusable-workflow-other-triggers.yml +0 -0
  182. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/excessive-permissions/workflow-default-perms-all-jobs-explicit.yml +0 -0
  183. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/excessive-permissions/workflow-default-perms.yml +0 -0
  184. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/excessive-permissions/workflow-empty-perms.yml +0 -0
  185. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/excessive-permissions/workflow-read-all.yml +0 -0
  186. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/excessive-permissions/workflow-write-all.yml +0 -0
  187. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/excessive-permissions/workflow-write-explicit.yml +0 -0
  188. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/excessive-permissions.yml +0 -0
  189. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/github-env/action.yml +0 -0
  190. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/github-env/github-path.yml +0 -0
  191. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/github-env/issue-397-repro.yml +0 -0
  192. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/github_env.yml +0 -0
  193. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/hardcoded-credentials.yml +0 -0
  194. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/inlined-ignores.yml +0 -0
  195. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/insecure-commands/action.yml +0 -0
  196. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/insecure-commands.yml +0 -0
  197. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/invalid/invalid-workflow.yml +0 -0
  198. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/overprovisioned-secrets.yml +0 -0
  199. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/ref-confusion/issue-518-repro.yml +0 -0
  200. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/ref-confusion.yml +0 -0
  201. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/secrets-inherit.yml +0 -0
  202. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/self-hosted/issue-283-repro.yml +0 -0
  203. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/self-hosted/self-hosted-matrix-dimension.yml +0 -0
  204. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/self-hosted/self-hosted-matrix-exclusion.yml +0 -0
  205. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/self-hosted/self-hosted-matrix-inclusion.yml +0 -0
  206. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/self-hosted/self-hosted-runner-group.yml +0 -0
  207. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/self-hosted/self-hosted-runner-label.yml +0 -0
  208. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/self-hosted.yml +0 -0
  209. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/template-injection/issue-22-repro.yml +0 -0
  210. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/template-injection/issue-339-repro.yml +0 -0
  211. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/template-injection/issue-418-repro.yml +0 -0
  212. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/template-injection/pr-317-repro.yml +0 -0
  213. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/template-injection/pr-425-backstop/action.yml +0 -0
  214. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/template-injection/static-env.yml +0 -0
  215. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/template-injection/template-injection-dynamic-matrix.yml +0 -0
  216. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/template-injection/template-injection-static-matrix.yml +0 -0
  217. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/template-injection.yml +0 -0
  218. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/unpinned-uses/action.yml +0 -0
  219. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/unpinned-uses/issue-433-repro.yml +0 -0
  220. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/unpinned-uses.yml +0 -0
  221. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/unredacted-secrets.yml +0 -0
  222. {zizmor-1.5.1 → zizmor-1.5.2}/tests/integration/test-data/use-trusted-publishing.yml +0 -0
  223. {zizmor-1.5.1 → zizmor-1.5.2}/uv.lock +0 -0
@@ -59,7 +59,7 @@ jobs:
59
59
  images: "${{ env.ZIZMOR_IMAGE }}"
60
60
 
61
61
  - name: Login to GHCR
62
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v6
62
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v6
63
63
  if: github.repository_owner == 'woodruffw'
64
64
  with:
65
65
  registry: ghcr.io
@@ -112,7 +112,7 @@ jobs:
112
112
  merge-multiple: true
113
113
 
114
114
  - name: Login to GHCR
115
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v6
115
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v6
116
116
  if: github.repository_owner == 'woodruffw'
117
117
  with:
118
118
  registry: ghcr.io
@@ -19,22 +19,22 @@ jobs:
19
19
  platform:
20
20
  - runner: ubuntu-24.04
21
21
  target: x86_64
22
- manylinux: auto
23
- - runner: ubuntu-24.04
24
- target: x86
25
- manylinux: auto
22
+ manylinux: "2_28"
23
+ # - runner: ubuntu-24.04
24
+ # target: x86
25
+ # manylinux: "auto"
26
26
  - runner: ubuntu-24.04
27
27
  target: aarch64
28
28
  manylinux: "2_24"
29
29
  - runner: ubuntu-24.04
30
30
  target: armv7
31
- manylinux: auto
32
- - runner: ubuntu-24.04
33
- target: s390x
34
- manylinux: auto
35
- - runner: ubuntu-24.04
36
- target: ppc64le
37
- manylinux: auto
31
+ manylinux: "2_28"
32
+ # - runner: ubuntu-24.04
33
+ # target: s390x
34
+ # manylinux: "2_28"
35
+ # - runner: ubuntu-24.04
36
+ # target: ppc64le
37
+ # manylinux: "2_28"
38
38
  steps:
39
39
  - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
40
40
  with:
@@ -44,7 +44,6 @@ jobs:
44
44
  with:
45
45
  target: ${{ matrix.platform.target }}
46
46
  args: --release --out dist
47
- sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} # zizmor: ignore[cache-poisoning]
48
47
  manylinux: ${{ matrix.platform.manylinux }}
49
48
  - name: Upload wheels
50
49
  uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
@@ -59,8 +58,8 @@ jobs:
59
58
  platform:
60
59
  - runner: ubuntu-24.04
61
60
  target: x86_64
62
- - runner: ubuntu-24.04
63
- target: x86
61
+ # - runner: ubuntu-24.04
62
+ # target: x86
64
63
  - runner: ubuntu-24.04
65
64
  target: aarch64
66
65
  - runner: ubuntu-24.04
@@ -74,7 +73,6 @@ jobs:
74
73
  with:
75
74
  target: ${{ matrix.platform.target }}
76
75
  args: --release --out dist
77
- sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} # zizmor: ignore[cache-poisoning]
78
76
  manylinux: musllinux_1_2
79
77
  - name: Upload wheels
80
78
  uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
@@ -100,7 +98,6 @@ jobs:
100
98
  with:
101
99
  target: ${{ matrix.platform.target }}
102
100
  args: --release --out dist
103
- sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} # zizmor: ignore[cache-poisoning]
104
101
  - name: Upload wheels
105
102
  uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
106
103
  with:
@@ -114,9 +111,9 @@ jobs:
114
111
  platform:
115
112
  # TODO: Bump to macos-15 once Rust 1.85+ is available.
116
113
  # See: https://github.com/actions/runner-images/issues/11637
117
- - runner: macos-13
114
+ - runner: macos-14
118
115
  target: x86_64
119
- - runner: macos-13
116
+ - runner: macos-14
120
117
  target: aarch64
121
118
  steps:
122
119
  - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -127,7 +124,6 @@ jobs:
127
124
  with:
128
125
  target: ${{ matrix.platform.target }}
129
126
  args: --release --out dist
130
- sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} # zizmor: ignore[cache-poisoning]
131
127
  - name: Upload wheels
132
128
  uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
133
129
  with:
@@ -0,0 +1,48 @@
1
+ name: Test SARIF Presentation
2
+
3
+ on:
4
+ pull_request:
5
+ types:
6
+ - opened
7
+ - synchronize
8
+ - reopened
9
+ - labeled
10
+
11
+ permissions: {}
12
+
13
+ jobs:
14
+ test-sarif-presentation:
15
+ runs-on: ubuntu-latest
16
+ if: contains(github.event.pull_request.labels.*.name, 'test-sarif-presentation')
17
+ permissions:
18
+ pull-requests: write # for 'Leave comment' step
19
+ steps:
20
+ - name: Checkout repository
21
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22
+ with:
23
+ persist-credentials: false
24
+
25
+ - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2
26
+
27
+ - name: Run zizmor
28
+ run: |
29
+ cargo run -- --format sarif . > results.sarif
30
+
31
+ - name: Upload SARIF file
32
+ uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
33
+ with:
34
+ sarif_file: results.sarif
35
+ category: zizmor-test-sarif-presentation
36
+
37
+ - name: Leave comment
38
+ uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
39
+ with:
40
+ script: |
41
+ let url = `https://github.com/woodruffw/zizmor/security/code-scanning?query=pr%3A${context.issue.number}+is%3Aopen+sort%3Acreated-desc`
42
+
43
+ github.rest.issues.createComment({
44
+ issue_number: context.issue.number,
45
+ owner: context.repo.owner,
46
+ repo: context.repo.repo,
47
+ body: `:robot: Presentation results: <${url}>`
48
+ })
@@ -152,7 +152,7 @@ dependencies = [
152
152
  "miniz_oxide",
153
153
  "object",
154
154
  "rustc-demangle",
155
- "windows-targets",
155
+ "windows-targets 0.52.6",
156
156
  ]
157
157
 
158
158
  [[package]]
@@ -273,9 +273,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
273
273
 
274
274
  [[package]]
275
275
  name = "clap"
276
- version = "4.5.31"
276
+ version = "4.5.32"
277
277
  source = "registry+https://github.com/rust-lang/crates.io-index"
278
- checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767"
278
+ checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
279
279
  dependencies = [
280
280
  "clap_builder",
281
281
  "clap_derive",
@@ -293,9 +293,9 @@ dependencies = [
293
293
 
294
294
  [[package]]
295
295
  name = "clap_builder"
296
- version = "4.5.31"
296
+ version = "4.5.32"
297
297
  source = "registry+https://github.com/rust-lang/crates.io-index"
298
- checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863"
298
+ checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
299
299
  dependencies = [
300
300
  "anstream",
301
301
  "anstyle",
@@ -305,9 +305,9 @@ dependencies = [
305
305
 
306
306
  [[package]]
307
307
  name = "clap_derive"
308
- version = "4.5.28"
308
+ version = "4.5.32"
309
309
  source = "registry+https://github.com/rust-lang/crates.io-index"
310
- checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
310
+ checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
311
311
  dependencies = [
312
312
  "heck",
313
313
  "proc-macro2",
@@ -1026,9 +1026,9 @@ dependencies = [
1026
1026
 
1027
1027
  [[package]]
1028
1028
  name = "indexmap"
1029
- version = "2.7.1"
1029
+ version = "2.8.0"
1030
1030
  source = "registry+https://github.com/rust-lang/crates.io-index"
1031
- checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
1031
+ checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
1032
1032
  dependencies = [
1033
1033
  "equivalent",
1034
1034
  "hashbrown",
@@ -1097,10 +1097,11 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
1097
1097
 
1098
1098
  [[package]]
1099
1099
  name = "js-sys"
1100
- version = "0.3.72"
1100
+ version = "0.3.77"
1101
1101
  source = "registry+https://github.com/rust-lang/crates.io-index"
1102
- checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
1102
+ checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1103
1103
  dependencies = [
1104
+ "once_cell",
1104
1105
  "wasm-bindgen",
1105
1106
  ]
1106
1107
 
@@ -1630,9 +1631,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1630
1631
 
1631
1632
  [[package]]
1632
1633
  name = "reqwest"
1633
- version = "0.12.12"
1634
+ version = "0.12.14"
1634
1635
  source = "registry+https://github.com/rust-lang/crates.io-index"
1635
- checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
1636
+ checksum = "989e327e510263980e231de548a33e63d34962d29ae61b467389a1a09627a254"
1636
1637
  dependencies = [
1637
1638
  "base64 0.22.1",
1638
1639
  "bytes",
@@ -1860,6 +1861,7 @@ version = "1.0.140"
1860
1861
  source = "registry+https://github.com/rust-lang/crates.io-index"
1861
1862
  checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
1862
1863
  dependencies = [
1864
+ "indexmap",
1863
1865
  "itoa",
1864
1866
  "memchr",
1865
1867
  "ryu",
@@ -2281,9 +2283,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2281
2283
 
2282
2284
  [[package]]
2283
2285
  name = "tokio"
2284
- version = "1.44.0"
2286
+ version = "1.44.1"
2285
2287
  source = "registry+https://github.com/rust-lang/crates.io-index"
2286
- checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a"
2288
+ checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
2287
2289
  dependencies = [
2288
2290
  "backtrace",
2289
2291
  "bytes",
@@ -2463,13 +2465,14 @@ dependencies = [
2463
2465
 
2464
2466
  [[package]]
2465
2467
  name = "tree-sitter"
2466
- version = "0.24.7"
2468
+ version = "0.25.3"
2467
2469
  source = "registry+https://github.com/rust-lang/crates.io-index"
2468
- checksum = "a5387dffa7ffc7d2dae12b50c6f7aab8ff79d6210147c6613561fc3d474c6f75"
2470
+ checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
2469
2471
  dependencies = [
2470
2472
  "cc",
2471
2473
  "regex",
2472
2474
  "regex-syntax 0.8.5",
2475
+ "serde_json",
2473
2476
  "streaming-iterator",
2474
2477
  "tree-sitter-language",
2475
2478
  ]
@@ -2492,12 +2495,12 @@ checksum = "e8ddffe35a0e5eeeadf13ff7350af564c6e73993a24db62caee1822b185c2600"
2492
2495
 
2493
2496
  [[package]]
2494
2497
  name = "tree-sitter-powershell"
2495
- version = "0.24.5"
2498
+ version = "0.25.2"
2496
2499
  source = "registry+https://github.com/rust-lang/crates.io-index"
2497
- checksum = "1b6e2ce7339aafe36e69428d91d295cdf4ef6ba1ee5cc5dc8715dcbbc417cbc3"
2500
+ checksum = "377974a9bbd11ef11aa298d60def669f78b579d11745066a59bc4167e53d360b"
2498
2501
  dependencies = [
2499
2502
  "cc",
2500
- "tree-sitter",
2503
+ "tree-sitter-language",
2501
2504
  ]
2502
2505
 
2503
2506
  [[package]]
@@ -2708,24 +2711,24 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2708
2711
 
2709
2712
  [[package]]
2710
2713
  name = "wasm-bindgen"
2711
- version = "0.2.95"
2714
+ version = "0.2.100"
2712
2715
  source = "registry+https://github.com/rust-lang/crates.io-index"
2713
- checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
2716
+ checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2714
2717
  dependencies = [
2715
2718
  "cfg-if",
2716
2719
  "once_cell",
2720
+ "rustversion",
2717
2721
  "wasm-bindgen-macro",
2718
2722
  ]
2719
2723
 
2720
2724
  [[package]]
2721
2725
  name = "wasm-bindgen-backend"
2722
- version = "0.2.95"
2726
+ version = "0.2.100"
2723
2727
  source = "registry+https://github.com/rust-lang/crates.io-index"
2724
- checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
2728
+ checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2725
2729
  dependencies = [
2726
2730
  "bumpalo",
2727
2731
  "log",
2728
- "once_cell",
2729
2732
  "proc-macro2",
2730
2733
  "quote",
2731
2734
  "syn 2.0.90",
@@ -2746,9 +2749,9 @@ dependencies = [
2746
2749
 
2747
2750
  [[package]]
2748
2751
  name = "wasm-bindgen-macro"
2749
- version = "0.2.95"
2752
+ version = "0.2.100"
2750
2753
  source = "registry+https://github.com/rust-lang/crates.io-index"
2751
- checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
2754
+ checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2752
2755
  dependencies = [
2753
2756
  "quote",
2754
2757
  "wasm-bindgen-macro-support",
@@ -2756,9 +2759,9 @@ dependencies = [
2756
2759
 
2757
2760
  [[package]]
2758
2761
  name = "wasm-bindgen-macro-support"
2759
- version = "0.2.95"
2762
+ version = "0.2.100"
2760
2763
  source = "registry+https://github.com/rust-lang/crates.io-index"
2761
- checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
2764
+ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2762
2765
  dependencies = [
2763
2766
  "proc-macro2",
2764
2767
  "quote",
@@ -2769,9 +2772,12 @@ dependencies = [
2769
2772
 
2770
2773
  [[package]]
2771
2774
  name = "wasm-bindgen-shared"
2772
- version = "0.2.95"
2775
+ version = "0.2.100"
2773
2776
  source = "registry+https://github.com/rust-lang/crates.io-index"
2774
- checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
2777
+ checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
2778
+ dependencies = [
2779
+ "unicode-ident",
2780
+ ]
2775
2781
 
2776
2782
  [[package]]
2777
2783
  name = "web-sys"
@@ -2840,7 +2846,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2840
2846
  checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
2841
2847
  dependencies = [
2842
2848
  "windows-core",
2843
- "windows-targets",
2849
+ "windows-targets 0.52.6",
2844
2850
  ]
2845
2851
 
2846
2852
  [[package]]
@@ -2851,9 +2857,9 @@ checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
2851
2857
  dependencies = [
2852
2858
  "windows-implement",
2853
2859
  "windows-interface",
2854
- "windows-result",
2855
- "windows-strings",
2856
- "windows-targets",
2860
+ "windows-result 0.2.0",
2861
+ "windows-strings 0.1.0",
2862
+ "windows-targets 0.52.6",
2857
2863
  ]
2858
2864
 
2859
2865
  [[package]]
@@ -2878,15 +2884,21 @@ dependencies = [
2878
2884
  "syn 2.0.90",
2879
2885
  ]
2880
2886
 
2887
+ [[package]]
2888
+ name = "windows-link"
2889
+ version = "0.1.0"
2890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2891
+ checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
2892
+
2881
2893
  [[package]]
2882
2894
  name = "windows-registry"
2883
- version = "0.2.0"
2895
+ version = "0.4.0"
2884
2896
  source = "registry+https://github.com/rust-lang/crates.io-index"
2885
- checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
2897
+ checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
2886
2898
  dependencies = [
2887
- "windows-result",
2888
- "windows-strings",
2889
- "windows-targets",
2899
+ "windows-result 0.3.1",
2900
+ "windows-strings 0.3.1",
2901
+ "windows-targets 0.53.0",
2890
2902
  ]
2891
2903
 
2892
2904
  [[package]]
@@ -2895,7 +2907,16 @@ version = "0.2.0"
2895
2907
  source = "registry+https://github.com/rust-lang/crates.io-index"
2896
2908
  checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
2897
2909
  dependencies = [
2898
- "windows-targets",
2910
+ "windows-targets 0.52.6",
2911
+ ]
2912
+
2913
+ [[package]]
2914
+ name = "windows-result"
2915
+ version = "0.3.1"
2916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2917
+ checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
2918
+ dependencies = [
2919
+ "windows-link",
2899
2920
  ]
2900
2921
 
2901
2922
  [[package]]
@@ -2904,8 +2925,17 @@ version = "0.1.0"
2904
2925
  source = "registry+https://github.com/rust-lang/crates.io-index"
2905
2926
  checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
2906
2927
  dependencies = [
2907
- "windows-result",
2908
- "windows-targets",
2928
+ "windows-result 0.2.0",
2929
+ "windows-targets 0.52.6",
2930
+ ]
2931
+
2932
+ [[package]]
2933
+ name = "windows-strings"
2934
+ version = "0.3.1"
2935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2936
+ checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
2937
+ dependencies = [
2938
+ "windows-link",
2909
2939
  ]
2910
2940
 
2911
2941
  [[package]]
@@ -2914,7 +2944,7 @@ version = "0.52.0"
2914
2944
  source = "registry+https://github.com/rust-lang/crates.io-index"
2915
2945
  checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2916
2946
  dependencies = [
2917
- "windows-targets",
2947
+ "windows-targets 0.52.6",
2918
2948
  ]
2919
2949
 
2920
2950
  [[package]]
@@ -2923,7 +2953,7 @@ version = "0.59.0"
2923
2953
  source = "registry+https://github.com/rust-lang/crates.io-index"
2924
2954
  checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2925
2955
  dependencies = [
2926
- "windows-targets",
2956
+ "windows-targets 0.52.6",
2927
2957
  ]
2928
2958
 
2929
2959
  [[package]]
@@ -2932,14 +2962,30 @@ version = "0.52.6"
2932
2962
  source = "registry+https://github.com/rust-lang/crates.io-index"
2933
2963
  checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2934
2964
  dependencies = [
2935
- "windows_aarch64_gnullvm",
2936
- "windows_aarch64_msvc",
2937
- "windows_i686_gnu",
2938
- "windows_i686_gnullvm",
2939
- "windows_i686_msvc",
2940
- "windows_x86_64_gnu",
2941
- "windows_x86_64_gnullvm",
2942
- "windows_x86_64_msvc",
2965
+ "windows_aarch64_gnullvm 0.52.6",
2966
+ "windows_aarch64_msvc 0.52.6",
2967
+ "windows_i686_gnu 0.52.6",
2968
+ "windows_i686_gnullvm 0.52.6",
2969
+ "windows_i686_msvc 0.52.6",
2970
+ "windows_x86_64_gnu 0.52.6",
2971
+ "windows_x86_64_gnullvm 0.52.6",
2972
+ "windows_x86_64_msvc 0.52.6",
2973
+ ]
2974
+
2975
+ [[package]]
2976
+ name = "windows-targets"
2977
+ version = "0.53.0"
2978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2979
+ checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
2980
+ dependencies = [
2981
+ "windows_aarch64_gnullvm 0.53.0",
2982
+ "windows_aarch64_msvc 0.53.0",
2983
+ "windows_i686_gnu 0.53.0",
2984
+ "windows_i686_gnullvm 0.53.0",
2985
+ "windows_i686_msvc 0.53.0",
2986
+ "windows_x86_64_gnu 0.53.0",
2987
+ "windows_x86_64_gnullvm 0.53.0",
2988
+ "windows_x86_64_msvc 0.53.0",
2943
2989
  ]
2944
2990
 
2945
2991
  [[package]]
@@ -2948,48 +2994,96 @@ version = "0.52.6"
2948
2994
  source = "registry+https://github.com/rust-lang/crates.io-index"
2949
2995
  checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2950
2996
 
2997
+ [[package]]
2998
+ name = "windows_aarch64_gnullvm"
2999
+ version = "0.53.0"
3000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3001
+ checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
3002
+
2951
3003
  [[package]]
2952
3004
  name = "windows_aarch64_msvc"
2953
3005
  version = "0.52.6"
2954
3006
  source = "registry+https://github.com/rust-lang/crates.io-index"
2955
3007
  checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2956
3008
 
3009
+ [[package]]
3010
+ name = "windows_aarch64_msvc"
3011
+ version = "0.53.0"
3012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3013
+ checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
3014
+
2957
3015
  [[package]]
2958
3016
  name = "windows_i686_gnu"
2959
3017
  version = "0.52.6"
2960
3018
  source = "registry+https://github.com/rust-lang/crates.io-index"
2961
3019
  checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2962
3020
 
3021
+ [[package]]
3022
+ name = "windows_i686_gnu"
3023
+ version = "0.53.0"
3024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3025
+ checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
3026
+
2963
3027
  [[package]]
2964
3028
  name = "windows_i686_gnullvm"
2965
3029
  version = "0.52.6"
2966
3030
  source = "registry+https://github.com/rust-lang/crates.io-index"
2967
3031
  checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2968
3032
 
3033
+ [[package]]
3034
+ name = "windows_i686_gnullvm"
3035
+ version = "0.53.0"
3036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3037
+ checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
3038
+
2969
3039
  [[package]]
2970
3040
  name = "windows_i686_msvc"
2971
3041
  version = "0.52.6"
2972
3042
  source = "registry+https://github.com/rust-lang/crates.io-index"
2973
3043
  checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2974
3044
 
3045
+ [[package]]
3046
+ name = "windows_i686_msvc"
3047
+ version = "0.53.0"
3048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3049
+ checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
3050
+
2975
3051
  [[package]]
2976
3052
  name = "windows_x86_64_gnu"
2977
3053
  version = "0.52.6"
2978
3054
  source = "registry+https://github.com/rust-lang/crates.io-index"
2979
3055
  checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2980
3056
 
3057
+ [[package]]
3058
+ name = "windows_x86_64_gnu"
3059
+ version = "0.53.0"
3060
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3061
+ checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
3062
+
2981
3063
  [[package]]
2982
3064
  name = "windows_x86_64_gnullvm"
2983
3065
  version = "0.52.6"
2984
3066
  source = "registry+https://github.com/rust-lang/crates.io-index"
2985
3067
  checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2986
3068
 
3069
+ [[package]]
3070
+ name = "windows_x86_64_gnullvm"
3071
+ version = "0.53.0"
3072
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3073
+ checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
3074
+
2987
3075
  [[package]]
2988
3076
  name = "windows_x86_64_msvc"
2989
3077
  version = "0.52.6"
2990
3078
  source = "registry+https://github.com/rust-lang/crates.io-index"
2991
3079
  checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2992
3080
 
3081
+ [[package]]
3082
+ name = "windows_x86_64_msvc"
3083
+ version = "0.53.0"
3084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3085
+ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
3086
+
2993
3087
  [[package]]
2994
3088
  name = "write16"
2995
3089
  version = "1.0.0"
@@ -3021,9 +3115,9 @@ checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984"
3021
3115
 
3022
3116
  [[package]]
3023
3117
  name = "yamlpath"
3024
- version = "0.14.0"
3118
+ version = "0.15.0"
3025
3119
  source = "registry+https://github.com/rust-lang/crates.io-index"
3026
- checksum = "e41a4009f1260c7a08b722f096be598c00e3e0aa13f9bed662282acb5d2dbfa5"
3120
+ checksum = "796a3f441fd5a8d00a2dac6ca0ce0f0b07b7e1997e014a32d4f17a9d39fbdc9f"
3027
3121
  dependencies = [
3028
3122
  "thiserror 2.0.9",
3029
3123
  "tree-sitter",
@@ -3132,7 +3226,7 @@ dependencies = [
3132
3226
 
3133
3227
  [[package]]
3134
3228
  name = "zizmor"
3135
- version = "1.5.1"
3229
+ version = "1.5.2"
3136
3230
  dependencies = [
3137
3231
  "annotate-snippets",
3138
3232
  "anstream",
@@ -3164,7 +3258,6 @@ dependencies = [
3164
3258
  "serde_json",
3165
3259
  "serde_json_path",
3166
3260
  "serde_yaml",
3167
- "streaming-iterator",
3168
3261
  "tar",
3169
3262
  "terminal-link",
3170
3263
  "tokio",
@@ -1,7 +1,7 @@
1
1
  [package]
2
2
  name = "zizmor"
3
3
  description = "Static analysis for GitHub Actions"
4
- version = "1.5.1"
4
+ version = "1.5.2"
5
5
  edition = "2024"
6
6
  repository = "https://github.com/woodruffw/zizmor"
7
7
  homepage = "https://github.com/woodruffw/zizmor"
@@ -25,7 +25,7 @@ annotate-snippets = "0.11.5"
25
25
  anstream = "0.6.18"
26
26
  anyhow = "1.0.97"
27
27
  camino = { version = "1.1.9", features = ["serde1"] }
28
- clap = { version = "4.5.31", features = ["derive", "env"] }
28
+ clap = { version = "4.5.32", features = ["derive", "env"] }
29
29
  clap-verbosity-flag = { version = "3.0.2", features = [
30
30
  "tracing",
31
31
  ], default-features = false }
@@ -35,7 +35,7 @@ github-actions-models = "0.26.0"
35
35
  http-cache-reqwest = "0.15.1"
36
36
  human-panic = "2.0.1"
37
37
  ignore = "0.4.23"
38
- indexmap = "2.7.1"
38
+ indexmap = "2.8.0"
39
39
  indicatif = "0.17.11"
40
40
  itertools = "0.14.0"
41
41
  line-index = "0.1.2"
@@ -43,7 +43,7 @@ owo-colors = "4.2.0"
43
43
  pest = "2.7.15"
44
44
  pest_derive = "2.7.15"
45
45
  regex = "1.11.1"
46
- reqwest = { version = "0.12.12", features = [
46
+ reqwest = { version = "0.12.14", features = [
47
47
  "blocking",
48
48
  "json",
49
49
  "rustls-tls",
@@ -53,18 +53,16 @@ serde = { version = "1.0.219", features = ["derive"] }
53
53
  serde-sarif = "0.7.0"
54
54
  serde_json = "1.0.140"
55
55
  serde_yaml = "0.9.34"
56
- # TODO remove pending https://github.com/tree-sitter/tree-sitter/pull/4034
57
- streaming-iterator = "0.1.9"
58
56
  tar = "0.4.44"
59
57
  terminal-link = "0.1.0"
60
- tokio = { version = "1.44.0", features = ["rt-multi-thread"] }
58
+ tokio = { version = "1.44.1", features = ["rt-multi-thread"] }
61
59
  tracing = "0.1.41"
62
60
  tracing-indicatif = "0.3.9"
63
61
  tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
64
- tree-sitter = "0.24.7"
62
+ tree-sitter = "0.25.2"
65
63
  tree-sitter-bash = "0.23.3"
66
- tree-sitter-powershell = "0.24.4"
67
- yamlpath = "0.14.0"
64
+ tree-sitter-powershell = "0.25.2"
65
+ yamlpath = "0.15.0"
68
66
 
69
67
  [profile.dev.package]
70
68
  insta.opt-level = 3