We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cedc2d commit 078f415Copy full SHA for 078f415
checks/tasks/shared.py
@@ -336,7 +336,7 @@ def aggregate_subreports(subreports, report):
336
# This is a small hack to allow running CAA along with all other tests in web,
337
# i.e. once per webserver IP, while it only applies once per target domain.
338
# Therefore, the tech table is flattened to only include one result, and no server column.
339
- if subreport[test_item]["name"] in ["web_caa", "mail_caa"]:
+ if subreport[test_item]["name"] == "web_caa":
340
report[test_item]["tech_data"] = [[row] for row in subtechdata]
341
continue
342
elif subreport[test_item]["tech_type"] == "table_multi_col" and isinstance(subtechdata, list):
0 commit comments