Hi! I am using Pharo in a company network under a firewall, an antivirus, and windows, and each day I have an issue with some parts of the Pharo application that are recognized as a threat. So, I cannot download it or execute it straightforwardly. Today was this one: [https://cdn.discordapp.com/attachments/365850577340727296/445688856948506624...] Another day was the Cairo Dll where a "Veil Evasion Payload" has been detected. And some people has encounter the same kind of issues: * https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/152 * https://pharo.fogbugz.com/f/cases/20500/WindowsDefender-consider-SqueakSSL-d... It seems that the solution is to sign the VM with Authenticode, but for this, one needs to acquire a certificate (which is, of course, not free). Has the community such a certificate? Maybe the same that for MacOS? Would someone configure the VM builds to automatically sign them? (I can spend some time for this if needed) TIA, Cheers, Vincent
Hi Vincent, On Tue, May 15, 2018 at 1:15 AM <Vincent.Blondeau@lamresearch.com> wrote:
Hi!
I am using Pharo in a company network under a firewall, an antivirus, and windows, and each day I have an issue with some parts of the Pharo application that are recognized as a threat. So, I cannot download it or execute it straightforwardly.
Today was this one:
[image: image003.png]
Another day was the Cairo Dll where a âVeil Evasion Payloadâ has been detected.
I agree, this is bad.
And some people has encounter the same kind of issues:
- https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/152 - https://pharo.fogbugz.com/f/cases/20500/WindowsDefender-consider-SqueakSSL-d...
It seems that the solution is to sign the VM with Authenticode, but for this, one needs to acquire a certificate (which is, of course, not free).
Has the community such a certificate? Maybe the same that for MacOS?
No, we don't have such a certificate yet and we can't use the certificate from Apple because it can only be used for macOS VMs unfortunately.
Would someone configure the VM builds to automatically sign them? (I can spend some time for this if needed)
Of course, but first we need a certificate I'm afraid. Cheers, Fabio
TIA,
Cheers,
Vincent
https://www.certum.eu/certum/cert,offer_en_open_source_cs.xml looks like a plan. Phil On Tue, May 15, 2018, 10:00 Fabio Niephaus <lists@fniephaus.com> wrote:
Hi Vincent,
On Tue, May 15, 2018 at 1:15 AM <Vincent.Blondeau@lamresearch.com> wrote:
Hi!
I am using Pharo in a company network under a firewall, an antivirus, and windows, and each day I have an issue with some parts of the Pharo application that are recognized as a threat. So, I cannot download it or execute it straightforwardly.
Today was this one:
[image: image003.png]
Another day was the Cairo Dll where a âVeil Evasion Payloadâ has been detected.
I agree, this is bad.
And some people has encounter the same kind of issues:
- https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/152 - https://pharo.fogbugz.com/f/cases/20500/WindowsDefender-consider-SqueakSSL-d...
It seems that the solution is to sign the VM with Authenticode, but for this, one needs to acquire a certificate (which is, of course, not free).
Has the community such a certificate? Maybe the same that for MacOS?
No, we don't have such a certificate yet and we can't use the certificate from Apple because it can only be used for macOS VMs unfortunately.
Would someone configure the VM builds to automatically sign them? (I can spend some time for this if needed)
Of course, but first we need a certificate I'm afraid.
Cheers, Fabio
TIA,
Cheers,
Vincent
we are working on this, but for some weird reasons (including the fact Iâm not so fluent on windows anymore ;) ) we havenât fixed the problem :P but well, the idea is to sign PharoVM for windows as we do it for macOS (we already have a certificate for Pharo provided by INRIASoft) so⦠it will be there⦠sooner than later :) cheers, Esteban
On 15 May 2018, at 01:14, <Vincent.Blondeau@lamresearch.com> <Vincent.Blondeau@lamresearch.com> wrote:
Hi!
I am using Pharo in a company network under a firewall, an antivirus, and windows, and each day I have an issue with some parts of the Pharo application that are recognized as a threat. So, I cannot download it or execute it straightforwardly.
Today was this one:
[https://cdn.discordapp.com/attachments/365850577340727296/445688856948506624...] Another day was the Cairo Dll where a "Veil Evasion Payload" has been detected.
And some people has encounter the same kind of issues:
* https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/152 * https://pharo.fogbugz.com/f/cases/20500/WindowsDefender-consider-SqueakSSL-d...
It seems that the solution is to sign the VM with Authenticode, but for this, one needs to acquire a certificate (which is, of course, not free). Has the community such a certificate? Maybe the same that for MacOS? Would someone configure the VM builds to automatically sign them? (I can spend some time for this if needed)
TIA,
Cheers, Vincent
<winmail.dat>
participants (4)
-
Esteban Lorenzano -
Fabio Niephaus -
philippe.back@highoctane.be -
Vincent.Blondeau@lamresearch.com