guacsec / guac

GUAC aggregates software security metadata into a high fidelity graph database.
https://guac.sh
Apache License 2.0
1.29k stars 176 forks source link

Update comments for certifier.go #353

Closed pxp928 closed 1 year ago

pxp928 commented 1 year ago

Certify and generateDocuments have outdated comments that need to be updated to be generic.

// Certify queries the graph DB to get the components to scan. Utilizing the registered certifiers,
// it generated new nodes and attestations.
// generateDocuments runs CertifyVulns as a goroutine to scan and generates attestations that
// are emitted as processor documents to be ingested
nathannaveen commented 1 year ago

I have made a PR for this, https://github.com/guacsec/guac/pull/363.