diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-30 16:12:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-30 17:02:37 +0100 |
commit | e898bcc1c2f2d227d8b638dfbee01e393562e142 (patch) | |
tree | 2a796ad9111f030fa55050cb7c65530a67b623a6 /test/inc | |
parent | 8c0a791b74005765b99a8d7bd6e2b5d2f998b7f3 (diff) |
silence tedious malware checkers, arcfour, key 0x435645
Diffstat (limited to 'test/inc')
-rw-r--r-- | test/inc/test/filters-test.hxx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/inc/test/filters-test.hxx b/test/inc/test/filters-test.hxx index 721f44227177..6c82944d1cac 100644 --- a/test/inc/test/filters-test.hxx +++ b/test/inc/test/filters-test.hxx @@ -40,8 +40,14 @@ enum filterStatus indeterminate = 2 }; +/* + * NOTE, any files beginning with CVE- will be assumed to be encrypted using + * arcfour with key 0x435645, this is just to silence panicky + * virus/malware-checkers + * + * e.g. m[de]crypt --bare -a arcfour -o hex -k 435645 -s 3 + */ /* Implementation of Filters test */ - class OOO_DLLPUBLIC_TEST FiltersTest : public test::BootstrapFixture { public: |