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:
parent
f4f3efb197
commit
87dbb5674b
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue