mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +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
|
||||
badDirListings topicMessages
|
||||
badROLIEfeed topicMessages
|
||||
badROLIEservice topicMessages
|
||||
|
||||
expr *util.PathEval
|
||||
}
|
||||
|
|
@ -234,6 +235,7 @@ func (p *processor) clean() {
|
|||
p.badDNSPath.reset()
|
||||
p.badDirListings.reset()
|
||||
p.badROLIEfeed.reset()
|
||||
p.badROLIEservice.reset()
|
||||
p.labelChecker = nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue