We have implemented the ErrataAdvisory.has_hightouch_bug some time ago, but it seems we have never added it to allow_build(...) method call which is responsible for checking the whitelist/blacklist. It was therefore not possible to use the has_hightouch_bug flag in whitelist/blacklist.
This PR adds it to allow_build(...) and we can now use the advisory_has_hightouch_bug in whitelist/blacklist.
We have implemented the
ErrataAdvisory.has_hightouch_bugsome time ago, but it seems we have never added it toallow_build(...)method call which is responsible for checking the whitelist/blacklist. It was therefore not possible to use thehas_hightouch_bugflag in whitelist/blacklist.This PR adds it to
allow_build(...)and we can now use theadvisory_has_hightouch_bugin whitelist/blacklist.