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

Change: GMP doc: correct nvt and nvt_id in GET_NOTES #2171

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

mattmundell
Copy link
Contributor

What

Correct the filter columns nvt and nvt_id for GET_NOTES in the GMP doc.

Why

nvt is actually for an NVT name.

For example:

o m m '<get_notes filter="nvt=1.3.6.1.4.1.25623.1.0.10049"/>'
<get_notes_response status="200" status_text="OK">
  <filtered>0</filtered>

versus:

time o m m '<get_notes filter="nvt=Count.cgi"/>'
<get_notes_response status="200" status_text="OK">
  <note id="d0be5b1b-90d0-4dc7-9aa0-a9b80ed7f136">
    <nvt oid="1.3.6.1.4.1.25623.1.0.10049">
    ...
  <filtered>1</filtered>

@mattmundell mattmundell requested a review from a team as a code owner April 17, 2024 15:38
Copy link

Conventional Commits Report

Type Number
Changed 1

🚀 Conventional commits found.

@bjoernricks bjoernricks merged commit 111143e into main Apr 18, 2024
9 checks passed
@bjoernricks bjoernricks deleted the gmp-doc-correct-nvt branch April 18, 2024 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants