This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/util/secscan
Brad Ison c2ad6c5060
Check for null model objects
As of v2.8.2, peewee will not create model objects with all null
fields when an FK reference is null.  We have to check the model
instances for None.  See:

  https://github.com/coleifer/peewee/issues/1012
2018-04-04 14:19:45 -04:00
..
__init__.py utils.secscan: linter fixes 2017-02-03 19:20:13 -05:00
analyzer.py Move notification helper code into the root module 2017-07-25 17:00:07 -04:00
api.py Check for null model objects 2018-04-04 14:19:45 -04:00
fake.py util.secscan.fake: add test for unexpected status 2017-06-28 13:40:04 -04:00
notifier.py Move notification helper code into the root module 2017-07-25 17:00:07 -04:00
validator.py utils.secscan: linter fixes 2017-02-03 19:20:13 -05:00