[Privoxy-commits] [privoxy] 05/06: Add new FAQ: 'Is the Privoxy source tarball infected by a virus?'
User Git
git at git.privoxy.org
Thu Jan 23 09:54:32 CET 2025
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 531c826f61ba52a8c48eafc647b5caaa952b9fac
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Jan 23 09:49:55 2025 +0100
Add new FAQ: 'Is the Privoxy source tarball infected by a virus?'
---
doc/source/faq.sgml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml
index e3c1b35c..8a2e2761 100644
--- a/doc/source/faq.sgml
+++ b/doc/source/faq.sgml
@@ -2303,6 +2303,28 @@ and related issues?</title>
</para>
</sect2>
+<sect2 renderas="sect3" id="supposedly-infected-tarball">
+<title>Is the Privoxy source tarball infected by a virus?</title>
+
+<para>
+ If you verified the OpenPGP signature the tarball should be fine.
+</para>
+<para>
+ Starting with the 4.0.0 release the source tarball contains a
+ new test framework.
+ Some of the test cases contain hex-encoded data, for exampe see
+ <ulink url="https://www.privoxy.org/gitweb/?p=privoxy.git;a=blob;f=tests/cts/gzip-compression/data/test10;hb=HEAD">gzip decompression test 10</ulink>.
+ While none of the test cases contain viruses they may contain
+ patterns that viruses also contain, for example there is a
+ <ulink url="https://www.privoxy.org/gitweb/?p=privoxy.git;a=blob;f=tests/cts/content-filters/data/test33;hb=HEAD">test
+ case for the obsolete ie-exploits filter</ulink>.
+</para>
+<para>
+ The tests don't get executed automatically and if you feel
+ safer you can remove the tests/cts directory before building
+ Privoxy ...
+</para>
+</sect2>
</sect1>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list