def get_investigate_suppression_rules(self):
        lReturn = []
        for oSup in self.suppressions:
            if oSup.is_investigation_rule() and oSup.has_suppressed_a_warning():
                lReturn.append(oSup)