# SBOM, Libs e Componentes

## Bases de Conhecimento

* [Awesome SBOM](https://github.com/awesomeSBOM/awesome-sbom)

## Artigos

* [Aqua :: OWASP Software Component Verification Standard (SCVS)](https://blog.aquia.us/blog/2022-09-27-owasp-scvs/)
* [CSO Online :: 8 top SBOM tools to consider](https://www.csoonline.com/article/3667483/8-top-sbom-tools-to-consider.html)
* [MergeBase :: What are the Best Tools for Generating SBOM (Software Bill Of Materials)?](https://mergebase.com/blog/best-tools-for-generating-sbom/)
* [Anchore :: How to Generate an SBOM with Free Open Source Tools](https://anchore.com/sbom/how-to-generate-an-sbom-with-free-open-source-tools/)

## Tools

* [OWASP Dependency-Check](https://owasp.org/www-project-dependency-check/)
* [OWASP Dependency Track](https://dependencytrack.org/)
* [CycloneDX](https://cyclonedx.org/)
* [anchore/syft](https://github.com/anchore/syft)
* [microsoft/sbom-tool](https://github.com/microsoft/sbom-tool)
* [OSV by Google](https://osv.dev/): A distributed vulnerability database for Open Source


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/sbom-libs-e-componentes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
