Feature: Holm Security Vulnerabilities - #3127
Open
vg-svitla wants to merge 3 commits into
Open
Conversation
TOUFIKIzakarya
requested review from
alexane-bougeardbebin-sekoia and
mchupeau-sk
and
a lite review from Copilot
August 21, 2026 09:49
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation for the new Holm Security Vulnerabilities asset connector and extends Holm Security asset connector docs to cover Reveal module availability, beta gating, and OCSF field mappings.
Changes:
- Add a new Vulnerability connector page for Holm Security and link it in the MkDocs navigation.
- Update Holm Security Devices documentation with Reveal module/beta flag notes and API endpoint details.
- Add generated OCSF mapping documentation for Holm Security Vulnerabilities and extend Holm Security Devices mapping with network-asset coverage.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| mkdocs.yml | Adds the Holm Security vulnerability connector page to the navigation. |
| docs/integration/assets_categories/vulnerability/holm_security.md | New setup/overview page for the Holm Security Vulnerabilities asset connector. |
| docs/integration/assets_categories/device/holm_security.md | Adds Reveal module requirement + beta flag note and clarifies API calls used by the connector. |
| _shared_content/operations_center/integrations/generated_assets_documentation/holm-security_vulnerability.md | Adds generated OCSF mapping + examples for Vulnerability Finding events. |
| _shared_content/operations_center/integrations/generated_assets_documentation/holm-security_device.md | Extends generated device mapping docs with network asset example and mapping fields. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
|
||
| ## Information Collected | ||
|
|
||
| The Holm Security Vulnerabilities fetches comprehensive information and transforms it into the OCSF (Open Cybersecurity Schema Framework) format for standardized security monitoring and asset management. |
Comment on lines
+18
to
+19
| The asset connector calls `GET /v2/net-assets` and `GET /v2/net-assets/report/vulnerabilities/` on the Holm Security API (`https://se-api.holmsecurity.com`), | ||
| to fetch the managed device inventory and the vulnerability findings, respectively. It then correlates each finding to a device and emits an OCSF Vulnerability Finding object. |
mchupeau-sk
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Relates to 1620, 1517