rosell-dk / webp-convert

Convert jpeg/png to webp with PHP (if at all possible)
MIT License
576 stars 101 forks source link

An innocent file triggers windows defender #325

Closed naroogheh closed 2 years ago

naroogheh commented 2 years ago

windows defender says : test

rosell-dk commented 2 years ago

Hm. The file is completely innocent. So it is a false positive. But I can remove the file to avoid the false positive

rosell-dk commented 2 years ago

It is probably the part of the file where I quote some PHP found for using passthru for emulating exec(). I guess this type of code is usuable for creating backdoors. I will just remove that

rosell-dk commented 2 years ago

I removed the file in the exec-with-fallback library and created a new release for that library. Composer update should get you version 1.1.1 of exec-with-fallback.

rosell-dk commented 2 years ago

@jarooghe: It is fixed. Thanks for notifying me!