Skip to content
Merged
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
4 changes: 2 additions & 2 deletions gvm/protocols/gmp/_gmp224.py
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ def create_note(
Args:
text: Text of the new note
nvt_id: OID of the nvt to which note applies
nvt_oid: OID of the nvt to which note applies
days_active: Days note will be active. -1 on
always, 0 off
hosts: A list of host addresses
Expand Down Expand Up @@ -1217,7 +1217,7 @@ def create_override(
Args:
text: Text of the new override
nvt_id: OID of the nvt to which override applies
nvt_oid: OID of the nvt to which override applies
days_active: Days override will be active. -1 on always, 0 off
hosts: A list of host addresses
port: Port to which the override applies, needs to be a string
Expand Down
2 changes: 1 addition & 1 deletion gvm/protocols/gmp/requests/v224/_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def create_note(
Args:
text: Text of the new note
nvt_id: OID of the nvt to which note applies
nvt_oid: OID of the nvt to which note applies
days_active: Days note will be active. -1 on
always, 0 off
hosts: A list of host addresses
Expand Down
2 changes: 1 addition & 1 deletion gvm/protocols/gmp/requests/v224/_overrides.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def create_override(
Args:
text: Text of the new override
nvt_id: OID of the nvt to which override applies
nvt_oid: OID of the nvt to which override applies
days_active: Days override will be active. -1 on always, 0 off
hosts: A list of host addresses
port: Port to which the override applies, needs to be a string
Expand Down
Loading