1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Add ROLIE category document check for existence

This commit is contained in:
JanHoefelmeyer 2023-06-15 11:05:37 +02:00
parent 051de5194d
commit d91af558ce
3 changed files with 36 additions and 2 deletions

View file

@ -69,6 +69,7 @@ type processor struct {
badDirListings topicMessages
badROLIEfeed topicMessages
badROLIEservice topicMessages
badROLIEcategory topicMessages
expr *util.PathEval
}
@ -236,6 +237,7 @@ func (p *processor) clean() {
p.badDirListings.reset()
p.badROLIEfeed.reset()
p.badROLIEservice.reset()
p.badROLIEcategory.reset()
p.labelChecker = nil
}