Skip to content

Commit

Permalink
Switch from the "fixed + not affected" OVAL file to the "fixed + not …
Browse files Browse the repository at this point in the history
…affected + unfixed"

See https://www.suse.com/support/security/oval/

for #626

Signed-off-by: Marcus Meissner <[email protected]>
  • Loading branch information
msmeissn committed Jul 19, 2024
1 parent 19b7e92 commit 4e0fe05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vunnel/providers/sles/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@


class Parser:
__oval_url__ = "https://ftp.suse.com/pub/projects/security/oval/suse.linux.enterprise.server.{}.xml.bz2"
__oval_file_name__ = "suse-linux-enterprise-server-{}.xml.bz2"
__oval_url__ = "https://ftp.suse.com/pub/projects/security/oval/suse.linux.enterprise.server.{}-affected.xml.bz2"
__oval_file_name__ = "suse-linux-enterprise-server-{}-affected.xml.bz2"
__oval_dir_path__ = "oval"
__source_dir_path__ = "source"

Expand Down

0 comments on commit 4e0fe05

Please sign in to comment.