← Back to scan
File as GitHub Issue repo: podman-container-tools/podman

Push this scan report to podman-container-tools/podman

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Server-Side Request Forgery (SSRF) — outbound HTTP from user input

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
CRIT MINED019 [MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) — full RC… cmd/podman/auto-update.go:118
CRIT MINED116 [MINED116] Workflow uses `secrets.CHERRY_PICK_TOKEN` on a `pull_request` trigger: This wo… .github/workflows/cherry-pick.yml:311
CRIT MINED116 [MINED116] Workflow uses `secrets.CHERRY_PICK_TOKEN` on a `pull_request` trigger: This wo… .github/workflows/cherry-pick.yml:169
HIGH MINED108 [MINED108] `self.state` used but never assigned in __init__: Method `run` of class `APIVe… docs/source/conf.py:122
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… cmd/podman/parse/net.go:160
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… cmd/podman/images/load.go:79
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… cmd/podman/images/import.go:131
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… cmd/podman/containers/exec.go:128
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. cmd/podman/artifact/pull.go:137
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. cmd/podman-testing/store_supported.go:58
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. cmd/podman-mac-helper/service.go:58
HIGH SEC093 [SEC093] Go: exec.Command with non-literal: exec.Command(<var>) — variable command name a… cmd/podman/compose.go:209
HIGH SEC093 [SEC093] Go: exec.Command with non-literal: exec.Command(<var>) — variable command name a… cmd/podman-mac-helper/main.go:107
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
MED SEC112 [SEC112] Go html/template bypass — text/template used for HTML output, or template.HTML o… cmd/podman/pods/top.go:90
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … cmd/podman/containers/exec.go:128
MED AIC004 Suspicious implementation file appears unreferenced cmd/podman/auto-update.go:1
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… cmd/podman/manifest/annotate.go:56
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… cmd/podman/images/search.go:199
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. cmd/podman/artifact/extract.go:33
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. cmd/podman/artifact/add.go:45
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. cmd/podman-mac-helper/main.go:133
LOW AIC003 Duplicated implementation block across source files cmd/podman/volumes/unmount.go:31
LOW AIC003 Duplicated implementation block across source files cmd/podman/volumes/prune.go:6
LOW AIC003 Duplicated implementation block across source files cmd/podman/pods/unpause.go:1
LOW AIC003 Duplicated implementation block across source files cmd/podman/pods/stop.go:1
LOW AIC003 Duplicated implementation block across source files cmd/podman/pods/rm.go:2
LOW AIC003 Duplicated implementation block across source files cmd/podman/pods/restart.go:1
LOW AIC003 Duplicated implementation block across source files cmd/podman/pods/pause.go:1
LOW AIC003 Duplicated implementation block across source files cmd/podman/images/unmount.go:51
LOW AIC003 Duplicated implementation block across source files cmd/podman/images/push.go:4
LOW AIC003 Duplicated implementation block across source files cmd/podman/images/push.go:2
LOW AIC003 Duplicated implementation block across source files cmd/podman/images/pull.go:88
LOW AIC003 Duplicated implementation block across source files cmd/podman/images/prune.go:4
LOW AIC003 Duplicated implementation block across source files cmd/podman/images/mount.go:97
LOW AIC003 Duplicated implementation block across source files cmd/podman/containers/unpause.go:93
LOW AIC003 Duplicated implementation block across source files cmd/podman/containers/unpause.go:1
LOW AIC003 Duplicated implementation block across source files cmd/podman/containers/unmount.go:1
LOW AIC003 Duplicated implementation block across source files cmd/podman/containers/stop.go:101
LOW AIC003 Duplicated implementation block across source files cmd/podman/containers/stop.go:5
LOW AIC003 Duplicated implementation block across source files cmd/podman/containers/stop.go:1
LOW AIC003 Duplicated implementation block across source files cmd/podman/containers/restart.go:102
LOW AIC003 Duplicated implementation block across source files cmd/podman/containers/restart.go:1
LOW AIC003 Duplicated implementation block across source files cmd/podman/containers/pause.go:95
LOW AIC003 Duplicated implementation block across source files cmd/podman/artifact/push.go:1
LOW AIC002 Source file name looks like an AI patch artifact cmd/podman/auto-update.go:1
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… cmd/podman/containers/commit.go:114
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… cmd/podman/containers/checkpoint.go:125
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… cmd/podman-testing/main.go:36
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… cmd/podman/images/trust_set.go:70
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… cmd/podman/images/load.go:74
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… cmd/podman-mac-helper/install.go:27
Reset to top 5 52 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `podman-container-tools/podman`

**Score: 78/100 (B)**  ·  56 findings  ·  scanned 2026-06-05 13:17 UTC  ·  35,419 LOC

| Severity | Count |
|---|---|
| CRITICAL | 3 |
| HIGH | 10 |
| MEDIUM | 4 |
| LOW | 29 |

📊 [Full filterable report](https://repobility.com/scan/921f2ee3-abc8-491a-9606-0dbbad94170d/)  ·  ![scorecard](https://repobility.com/scan/921f2ee3-abc8-491a-9606-0dbbad94170d/report.png?v=1780665426-s2)

### Top findings

1. **CRITICAL** `MINED019` — Ssti Jinja From String
   `cmd/podman/auto-update.go:118` · CWE-94 · ✓ Repobility
2. **CRITICAL** `MINED116` — Workflow uses `secrets.CHERRY_PICK_TOKEN` on a `pull_request` trigger
   `.github/workflows/cherry-pick.yml:311` · ✓ Repobility
3. **CRITICAL** `MINED116` — Workflow uses `secrets.CHERRY_PICK_TOKEN` on a `pull_request` trigger
   `.github/workflows/cherry-pick.yml:169` · ✓ Repobility
4. **HIGH** `MINED108` — `self.state` used but never assigned in __init__
   `docs/source/conf.py:122` · ✓ Repobility
5. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `cmd/podman/parse/net.go:160` · A10:2021 SSRF

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/921f2ee3-abc8-491a-9606-0dbbad94170d/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 6 Critical/High security finding(s). Public issue filing would violate coordinated disclosure. Submit privately via the project's security reporting channel.
Megaproject â high spam risk
Could not determine 'podman-container-tools/podman' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.