OPSnet / Logchecker

Logchecker for parsing and scoring logs coming from CD ripping programs
The Unlicense
53 stars 10 forks source link

Validate ripper version as being valid #11

Open itismadness opened 4 years ago

itismadness commented 4 years ago

While we do parse the version of the logchecker, we do not validate that it is one that exists, has the right release date, etc.

It would be good to add this functionality, with a toggle to turn it on / off as desired, as well as to be strict or not with unknown versions.

https://github.com/ligh7s/hey-bro-check-log/blob/master/heybrochecklog/resources/__init__.py#L68-L221 is a good list of things.

burnmaniac commented 4 years ago

I'd like to take this one, if it's still open? My username: gtmdflac

I'll definitely need some help at the beginning, as this is totally unknown code base to me.