CIRCL / pystemon

Monitoring tool for PasteBin-alike sites written in Python. Inspired by pastemon http://github.com/xme/pastemon
GNU Affero General Public License v3.0
43 stars 16 forks source link

use fork or upstream? #6

Closed juju4 closed 8 months ago

juju4 commented 2 years ago

is the recommendation to use this fork with CIRCL projects/in general or upstream?

Note: with pyaml 5.1+, yaml.load() error per https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation https://github.com/CIRCL/pystemon/blob/master/pystemon.py#L871 https://github.com/CIRCL/pystemon/blob/master/pystemon.py#L880 fixed in upstream https://github.com/cvandeplas/pystemon/blob/2743b7a22120319be0e9b222813e3bc2c5024802/pystemon/config.py#L304

Terrtia commented 2 years ago

Hi @juju4 ! Thanks for the report ! It's best if you use cvandesplas repository. This repository is outdated

juju4 commented 2 years ago

Thanks for confirmation.