We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b930a6 + 069a089 commit f614bddCopy full SHA for f614bdd
1 file changed
cis_pdf_parser.py
@@ -69,6 +69,8 @@ def main():
69
logger.info("*** Document found name: {} ***".format(CISName))
70
if "Red Hat Enterprise Linux 7" in CISName:
71
pattern = "(\d+(?:\.\d.\d*)+)(.*?)(\(Automated\)|\(Manual\))"
72
+ elif "Debian Linux 11" in CISName:
73
+ pattern = "(\d+(?:\.\d.\d*)+)(.*?)(\(Automated\)|\(Manual\))"
74
elif "Microsoft Windows Server 2019" in CISName:
75
pattern = "(\d+(?:\.\d+)+)\s\(((L[12])|(NG))\)(.*?)(\(Automated\)|\(Manual\))"
76
elif "Microsoft Windows 10 Enterprise" in CISName:
@@ -202,8 +204,8 @@ def main():
202
204
rat_count,
203
205
acnt,
206
rem_count,
- defval_count,
- cis_count,
207
+ #defval_count,
208
+ #cis_count,
209
]
210
logging.debug(row_count)
211
if row_count.count(row_count[0]) == len(row_count):
0 commit comments