podman-container-tools/container-libs

Avoid use of github.com/mattn/go-shellwords in storage/pkg/parsers/kernel/kernel_darwin.go

Open

#983 opened on Jul 10, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (120 forks)auto 404
good first issuestorage

Repository metrics

Stars
 (97 stars)
PR merge metrics
 (PR metrics pending)

Description

Per https://apple.stackexchange.com/questions/388377/in-which-macos-version-was-the-json-flag-switch-added-in-system-profiler , since 2019 the system_profiler command has -json option, and nothing indicates the output is supposed to be shell-quoted, so we should be able to parse JSON and drop that dependency.

Contributor guide