Skip to content

Commit a9dc9d5

Browse files
Fix: Use the agreed default directory for notus advisories (#704)
The directory should be /var/lib/notus/advisories by default. (cherry picked from commit f316cad) Co-authored-by: Björn Ricks <bjoern.ricks@greenbone.net>
1 parent 4386916 commit a9dc9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ospd_openvas/notus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def result_handler(self, res_msg: ResultMessage) -> None:
186186
timer.start()
187187

188188

189-
DEFAULT_NOTUS_FEED_DIR = "/var/lib/openvas/plugins/notus/advisories"
189+
DEFAULT_NOTUS_FEED_DIR = "/var/lib/notus/advisories"
190190

191191

192192
class NotusParser(CliParser):

0 commit comments

Comments
 (0)