diff --git a/lib/baseline_report_csv.xsl b/lib/baseline_report_csv.xsl index 479ce82..7c07b38 100644 --- a/lib/baseline_report_csv.xsl +++ b/lib/baseline_report_csv.xsl @@ -31,6 +31,7 @@ IdPs: 8. IdP Tech contact or NONE 9. IdP Admin contact or NONE 10. IdP Security contact or NONE + 11. IdP complies with baseline expectations "Y" or "N" The IdP Display Name field is set to "NONE" if neither mdui:DisplayName nor md:OrganizationDisplayName exist in the entity descriptor. The IdP Discovery @@ -50,6 +51,7 @@ SPs: 8. SP Tech contact or NONE 9. SP Admin contact or NONE 10. SP Security contact or NONE + 11. SP complies with baseline expectations "Y" or "N" The SP Display Name field is set to "NONE" if neither mdui:DisplayName nor md:OrganizationDisplayName exist in the entity descriptor. The SP Discovery @@ -82,7 +84,7 @@ SPs: - entityID,timestamp,Organization Display Name,Entity Type,Entity Display Name,Privacy URL,Logo Present,Tech Contact,Admin Contact,Security Contact + entityID,timestamp,Organization Display Name,Entity Type,Entity Display Name,Privacy URL,Logo Present,Tech Contact,Admin Contact,Security Contact,Complies @@ -234,6 +236,17 @@ SPs: + + , + + + Y + + + N + + + + , + + + Y + + + N + +