vipyrsec / dragonfly-mainframe

The mainframe for Dragonfly
https://docs.vipyrsec.com/dragonfly-mainframe/
MIT License
5 stars 1 forks source link

Handle duplicate submit logs #106

Closed Robin5605 closed 1 year ago

Robin5605 commented 1 year ago

Fixes an issue where clients that submit results late to a package that's already been scanned would log as error in Sentry. This PR bumps that down to an INFO level if the new rules match the old rules exactly. Otherwise, error.

Robin5605 commented 1 year ago

Looks like #105 already does this. Also branched off the wrong branch