1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

Add badROLIEservice to processor

This commit is contained in:
JanHoefelmeyer 2023-06-14 09:50:12 +02:00
parent f4f3efb197
commit 87dbb5674b

View file

@ -68,6 +68,7 @@ type processor struct {
badDNSPath topicMessages badDNSPath topicMessages
badDirListings topicMessages badDirListings topicMessages
badROLIEfeed topicMessages badROLIEfeed topicMessages
badROLIEservice topicMessages
expr *util.PathEval expr *util.PathEval
} }
@ -234,6 +235,7 @@ func (p *processor) clean() {
p.badDNSPath.reset() p.badDNSPath.reset()
p.badDirListings.reset() p.badDirListings.reset()
p.badROLIEfeed.reset() p.badROLIEfeed.reset()
p.badROLIEservice.reset()
p.labelChecker = nil p.labelChecker = nil
} }