Hi,

> > Is the clamav-safebrowsing repository still maintained?
>
> https://blog.clamav.net/2020/06/the-future-of-clamav-safebrowsing.html

Yes, that's exactly what I'm referring to - your link directs the user
to the new repo, but that has problems, and itself doesn't appear to
be developed any longer.

It directs to here:
https://github.com/Cisco-Talos/clamav-safebrowsing

Here's my error message again from the code available from the
Cisco-Talos clamav-safebrowsing repo:

 ./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

Reply via email to