mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
line 1586 updated
This commit is contained in:
@@ -1583,7 +1583,7 @@ def parse_cis_references(reference):
|
||||
string += "!CIS " + str(item).title() + "\n!\n"
|
||||
string += "* "
|
||||
for i in reference[item]:
|
||||
string += str(i) + ", "
|
||||
string += str(i) + "\n * "
|
||||
string = string[:-2] + "\n"
|
||||
else:
|
||||
string += "!" + str(item) + "!* " + str(reference[item]) + "\n"
|
||||
|
||||
Reference in New Issue
Block a user