diff --git a/CHANGELOG.md b/CHANGELOG.md index e4962801e..5d55436c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -93,6 +93,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fix message to the client if there is a iface problem. [#695](https://github.com/greenbone/openvas/pull/695) - Fix SIGSEGV when no best route is found. [#702](https://github.com/greenbone/openvas/pull/702) - Fix host count when reverse_lookup_only is enabled. [#715](https://github.com/greenbone/openvas/pull/715) +- Use host from the orignal hosts list when boreas is enabled. Backport of [PR #727](https://github.com/greenbone/openvas/pull/727). [#725](https://github.com/greenbone/openvas/pull/725) +- The function description of nasl_ssh_shell_read() has been fixed. [#755](https://github.com/greenbone/openvas/pull/755) ### Removed - Remove code from the openvas daemon era. Do not flushall redis. [#689](https://github.com/greenbone/openvas/pull/689) diff --git a/nasl/nasl_ssh.c b/nasl/nasl_ssh.c index 9575bc1ef..02a1c37c5 100644 --- a/nasl/nasl_ssh.c +++ b/nasl/nasl_ssh.c @@ -1815,7 +1815,10 @@ nasl_ssh_shell_read (lex_ctxt *lexic) * @nasluparam * * - An ssh session id. - * - A string to write to shell. + * + * @naslnparam + * + * - @a cmd A string to write to shell. * * @naslret An integer: 0 on success, -1 on failure. *