scanning AppImage desktop application artifacts without executing them #10765
ciphernaut
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Problem
AppImage is a Linux application distribution format that delivers an application
and bundled dependencies as a single executable artifact.
Trivy can already analyse an unpacked filesystem for OS packages, application
dependencies, binaries, licences and vulnerabilities. However, it cannot currently
scan the distributed
.AppImageartifact directly.For Type 2 AppImages, the normal extraction workflow involves invoking the AppImage
runtime with
--appimage-extract. This is undesirable in security workflows becausethe file being inspected may be untrusted.
A vulnerability scanner should not require executing the artifact under inspection
before it can analyse its contents.
Use case
I use Linux desktop applications distributed as AppImages, including development and
local-AI tooling. These artifacts may contain:
I would like to be able to scan the exact downloaded or internally distributed
AppImage artifact in CI or before execution:
Beta Was this translation helpful? Give feedback.
All reactions