mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #576] ClamAV detected Coinminer in docker image #438
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#438
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @forgedbyte on GitHub (Jan 8, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/576
Was scanning the other day and got the warning on my containerd folder. Sure enough I can reproduce it by saving the docker image.
@MaeIsBad commented on GitHub (Jan 8, 2023):
I believe this issue is caused due to https://github.com/binwiederhier/ntfy/pull/137, which adds upx compression to the binary for the sake of reducing the container size
@binwiederhier commented on GitHub (Jan 8, 2023):
Damn, you caught me. My days of coin mining are over. 😱
No but seriously, this seems to be pretty common with upx-packed Go binaries. I had to remove the packing from the Windows binary already because of false virus flagging. It's quite annoying.
The releases are built in CI and print checksums of everything at the end. See here: https://github.com/binwiederhier/ntfy/actions/runs/3766338182/jobs/6402734758
@forgedbyte commented on GitHub (Jan 8, 2023):
How about publishing a "fat" image without the compression on a separate tag?
@binwiederhier commented on GitHub (Jan 8, 2023):
If anything, I'll just remove the upx step. It's been more painful than helpful anyway. And we already have too many published assets.
@binwiederhier commented on GitHub (Jan 12, 2023):
Done in
github.com/binwiederhier/ntfy@1fd166d5c7