Skip to content
Prev 11319 / 12125 Next

[R-pkg-devel] False positive antivirus reports on package vignettes

On Tue, 18 Feb 2025 07:05:06 -0600
Dirk Eddelbuettel <edd at debian.org> wrote:

            
Does VirusTotal confirm the non-zero virus detection?
Last time [*] it turned out to be a collision of a 32-bit checksum in
the virus database. Try re-compressing the vignette or finding a
comment that can be changed. For example, (La)TeX-produced vignettes
sometimes contain a comment that says charToRaw('PTEX') |> as.integer()
|> bitwXor(0x80) |> as.raw(), and these four bytes can be replaced by
four spaces.