Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for vulnerability management #26787

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-19 07:27:43.409027",
"spec_repo_commit": "5dd2cbe4"
"regenerated": "2024-12-19 18:54:52.196574",
"spec_repo_commit": "efdd370c"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-19 07:27:51.450686",
"spec_repo_commit": "5dd2cbe4"
"regenerated": "2024-12-19 18:55:00.143196",
"spec_repo_commit": "efdd370c"
}
}
}
26 changes: 26 additions & 0 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2564,6 +2564,32 @@ menu:
- ListSecurityFilters
unstable: []
order: 18
- name: List vulnerabilities
url: '#list-vulnerabilities'
identifier: security-monitoring-list-vulnerabilities
parent: security-monitoring
generated: true
params:
versions:
- v2
operationids:
- ListVulnerabilities
unstable:
- v2
order: 3
- name: List vulnerable assets
url: '#list-vulnerable-assets'
identifier: security-monitoring-list-vulnerable-assets
parent: security-monitoring
generated: true
params:
versions:
- v2
operationids:
- ListVulnerableAssets
unstable:
- v2
order: 4
- name: Get a finding
url: '#get-a-finding'
identifier: security-monitoring-get-a-finding
Expand Down
343 changes: 343 additions & 0 deletions content/en/api/v2/security-monitoring/examples.json

Large diffs are not rendered by default.

Loading
Loading