Skip to content

Commit

Permalink
fix: organizationUnitName is prohibited (#903)
Browse files Browse the repository at this point in the history
* fix: organizationUnit is prohibited

* fix: Set correct integration test count

---------

Co-authored-by: Christopher Henderson <chris@chenderson.org>
  • Loading branch information
XolphinMartijn and christopher-henderson authored Dec 16, 2024
1 parent 1fccaa7 commit cd73211
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion v3/integration/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@
"ErrCount": 1303
},
"e_ev_extra_subject_attribs": {
"ErrCount": 63
"ErrCount": 12279
}
}
}
1 change: 0 additions & 1 deletion v3/lints/cabf_ev/lint_extra_subject_attribs.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ var allowedAttribs = map[string]bool{
"2.5.4.8": true, // stateOrProvinceName
"2.5.4.9": true, // streetAddress
"2.5.4.10": true, // organizationName
"2.5.4.11": true, // organizationalUnitName
"2.5.4.15": true, // businessCategory
"2.5.4.17": true, // postalCode
"2.5.4.97": true, // organizationIdentifier
Expand Down

0 comments on commit cd73211

Please sign in to comment.