mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #2577] Windows Defender false alert on v0.2.70 #1171
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1171
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 @ghost on GitHub (Dec 17, 2024).
Original GitHub issue: https://github.com/nektos/act/issues/2577
Bug report info
Command used with act
Describe issue
Hello,
on my machine occured following problem: On the latest release ( v0.2.70 ) the windows defender automatically deletes the act.exe based on a recognized trojan ( Win32/Bearfoos.A!ml ).
It seems to be related on the latest changes updated dependencies because when using the v0.2.69 everything works as expected and fine.
Also based on the result of virus total it seems to be a false/positive warning ( see: https://www.virustotal.com/gui/file/f58096e5202c879023f844b68f483b3331a61859e86bdef11c074a84990f900b )
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
@ChristopherHX commented on GitHub (Dec 17, 2024):
I could guess two things act does might cause the detection. However except the automated dependency updates nothing changed as you said.
Interesting this comes up 16-17 days after the binary has been published via automation.
I'm not using windows right now and my regular merges to master are blocked due to lack of reviewer. Blind trust in dependablebot PR's.
winget has at the time of writing not even 0.2.70 and they might should avoid to merge the update if defender really detects something for whatever reason and nothing meaningful has been changed.
@ghost commented on GitHub (Dec 18, 2024):
Thanks for the quick response!
Due the fact that winget merged your PR already and all the other scans were negative I think we can say for sure its fine and I'll close this bug.