Hi, Is the clamav-safebrowsing repository still maintained? https://github.com/Cisco-Talos/clamav-safebrowsing
It also appears the SafeBrowsing config option is no longer supported? When running clamsbwrite.py, I'm seeing an error but have no idea of what's involved and there doesn't seem to be an updated version in quite a while. ./clamsbwrite.py --config /etc/clamd.d/safebrowsing.conf /root/clamav-safebrowsing-master/./clamsbwrite.py:36: SAWarning: relationship 'SBPrefix.hashes' will copy column sbclient_v4_prefixes.reflist_id to column sbclient_v4_hashes.reflist_id, which conflicts with relationship(s): 'SBList.hashes' (copies sbclient_v4_lists.id to sbclient_v4_hashes.reflist_id). If this is not the intention, consider if these relationships should be linked with back_populates, or if viewonly=True should be applied to one or more if they are read-only. For the less common case that foreign key constraints are partially overlappin g, the orm.foreign() annotation can be used to isolate the columns that should be written towards. To silence this warning, add the parameter 'overlaps="hashes"' to the 'SBPrefix.hashe s' relationship. (Background on this error at: https://sqlalche.me/e/14/qzyx) lists = session.query(db.SBList).all() _______________________________________________ clamav-users mailing list clamav-users@lists.clamav.net https://lists.clamav.net/mailman/listinfo/clamav-users Help us build a comprehensive ClamAV guide: https://github.com/vrtadmin/clamav-faq http://www.clamav.net/contact.html#ml