Replies: 4 comments 14 replies
-
It would be possible but I'd rather keep them in one archive as the CLI is not self contained and there are already enough downloads to choose from. It seems rather random what gets detected in general so this improvement would maybe not even be useful anymore on the next release. |
Beta Was this translation helpful? Give feedback.
-
Could you reconsider this? The pkg.tar.zst trick is now rejected during a manual review for the Chocolatey package [1]. I don't have another idea on how I can keep the Chocolatey package up-to-date without upstream changes. A better approach than my original proposal might be creating another pkg.tar.zst package without the CLI wrapper, besides the current one. Zip files in the GitHub download section are still created from the current pkg.tar.zst package, which comes with the CLI wrapper, so nothing is changed for end users.
It may not be that random. The CLI wrapper is introduced in syncthingtray 1.4.2, and the number of false virus alarms goes from 0 to 30 also in 1.4.2:
And the number of false alarms remains high for all of 1.4.2~1.4.7. [1] https://community.chocolatey.org/packages/syncthingtray/1.4.6 - see the latest comment by Windos |
Beta Was this translation helpful? Give feedback.
-
I could split this up on my end but it complicates things. Maybe I'll do it when I have the time. You can of course also just do this on your end as noone prevents you from creating an archive and host it somewhere :-)
I still consider it kind of random in the sense that these anti virus programms just tell me this executable is bad but not really why. They don't point out what actually is bad about it. They just frame harmless applications randomly as "bad". Ideally you would follow one of two options:
By the way, the code of the wrapper is https://github.com/Martchus/cpp-utilities/blob/master/cmake/templates/cli-wrapper.cpp. It is built with the latest GCC using the latest version of libstdc++. That's all and pretty standard. Anti virus software considering this a virus must be a pretty crappy piece of software - that's why I'd recomment option 1. |
Beta Was this translation helpful? Give feedback.
-
Brave browser has the same issue as well refusing to download |
Beta Was this translation helpful? Give feedback.
-
There are two program in recent zipped releases. The main program is fine, while somehow the CLI wrapper is incorrectly marked by many antivirus software:
https://www.virustotal.com/gui/file/7988a764b9dbb7b066ef41fc1a3d4db16b5c3c2a28da937c2f428b2e927b4a1f/relations
The CLI wrapper is for usage in the terminal only (#193 (comment)), so a possible workaround is providing alternative zipped releases without the CLI wrapper. What do you think?
Beta Was this translation helpful? Give feedback.
All reactions