{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":75216133,"defaultBranch":"master","name":"zlint","ownerLogin":"zmap","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-11-30T18:42:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3345672?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1721500106.0","currentOid":""},"activityList":{"items":[{"before":"13c40b2e74b1eb715a5af57f331efcf5f2f0acdd","after":"33ee62a138fc62f3c2102cfc575c4738b0c1030a","ref":"refs/heads/master","pushedAt":"2024-07-21T14:33:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"Add Code Signing lints for EKU, Key Usage, RSA Key Size and CRLDistributionPoints (#865)\n\n* Added lints for code signing\r\n\r\n* Added test data and code signing util function\r\n\r\n* Removed ev cs oid from isev check, at least 1 ev lint doesn't apply properly to ev cs certs\r\n\r\n* Update v3/lints/cabf_cs_br/lint_cs_crl_distribution_points.go\r\n\r\nCo-authored-by: Christopher Henderson \r\n\r\n* Update v3/lints/cabf_cs_br/lint_cs_eku_required.go\r\n\r\nCo-authored-by: Christopher Henderson \r\n\r\n* Update v3/lints/cabf_cs_br/lint_cs_key_usage_required.go\r\n\r\nCo-authored-by: Christopher Henderson \r\n\r\n* Split up ku/cdp nil and critical checks, added cs check to base.go\r\n\r\n* Update v3/lints/cabf_cs_br/lint_cs_crl_distribution_points.go\r\n\r\nCo-authored-by: Christopher Henderson \r\n\r\n* Update v3/lints/cabf_cs_br/lint_cs_eku_required.go\r\n\r\nCo-authored-by: Christopher Henderson \r\n\r\n* Update v3/lints/cabf_cs_br/lint_cs_key_usage_required.go\r\n\r\nCo-authored-by: Christopher Henderson \r\n\r\n* Update v3/lints/cabf_cs_br/lint_cs_rsa_key_size.go\r\n\r\nCo-authored-by: Christopher Henderson \r\n\r\n* Added conditional prohibited EKU for subca\r\n\r\n---------\r\n\r\nCo-authored-by: Christopher Henderson ","shortMessageHtmlLink":"Add Code Signing lints for EKU, Key Usage, RSA Key Size and CRLDistri…"}},{"before":"2a910e9a680b10b135b8a972a4c1d3f630d63f52","after":null,"ref":"refs/tags/v3.6.3-rc1","pushedAt":"2024-07-20T18:26:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"}},{"before":"7f678e5a88a995cfd34b026aa395648862d46d86","after":null,"ref":"refs/heads/fix_goreleaser_invocation","pushedAt":"2024-07-20T17:50:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zakird","name":"Zakir Durumeric","path":"/zakird","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/201296?s=80&v=4"}},{"before":"015d2202056a6a35a3c2e4555426b942a50e1c23","after":"13c40b2e74b1eb715a5af57f331efcf5f2f0acdd","ref":"refs/heads/master","pushedAt":"2024-07-20T17:50:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zakird","name":"Zakir Durumeric","path":"/zakird","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/201296?s=80&v=4"},"commit":{"message":"Fix goreleaser to use the --clean flag rather than --rm-dist (#868)","shortMessageHtmlLink":"Fix goreleaser to use the --clean flag rather than --rm-dist (#868)"}},{"before":null,"after":"7f678e5a88a995cfd34b026aa395648862d46d86","ref":"refs/heads/fix_goreleaser_invocation","pushedAt":"2024-07-20T15:18:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"Fix goreleaser to use the --clean flag rather than --rm-dist","shortMessageHtmlLink":"Fix goreleaser to use the --clean flag rather than --rm-dist"}},{"before":"2440571870f32ad14a73eb5f9e74b500c69ecda3","after":"015d2202056a6a35a3c2e4555426b942a50e1c23","ref":"refs/heads/master","pushedAt":"2024-07-14T17:02:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"Add lint to check for a valid business category in EV certificates (#830)\n\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Update lint_invalid_subject_rdn_order_test.go\r\n\r\nAdded //nolint:all to comment block to avoid golangci-lint to complain about duplicate words in comment\r\n\r\n* Update lint_invalid_subject_rdn_order.go\r\n\r\nFixed import block\r\n\r\n* Update v3/lints/cabf_br/lint_invalid_subject_rdn_order.go\r\n\r\nFine to me.\r\n\r\nCo-authored-by: Christopher Henderson \r\n\r\n* Update lint_invalid_subject_rdn_order.go\r\n\r\nAs per Chris Henderson's suggestion, to \"improve readability\".\r\n\r\n* Update lint_invalid_subject_rdn_order_test.go\r\n\r\nAs per Chris Henderson's suggestion.\r\n\r\n* Update time.go\r\n\r\nAdded CABFEV_Sec9_2_8_Date\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Revised according to Chris and Corey suggestions\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Delete v3/lints/cabf_br/lint_e_invalid_cps_uri.go\r\n\r\n* Delete v3/lints/cabf_br/lint_e_invalid_cps_uri_test.go\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ko_01.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ko_02.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ko_03.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ok_01.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ok_02.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ok_03.pem\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Update lint_ev_invalid_business_category.go\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Set correct Error Count for new lint\r\n\r\n* Update config.json\r\n\r\n* Update config.json\r\n\r\n* Delete v3/lints/cabf_ev/lint_ev_orgid_inconsistent_subj_and_ext.go\r\n\r\n* Delete v3/lints/cabf_ev/lint_ev_orgid_inconsistent_subj_and_ext_test.go\r\n\r\n* Delete v3/testdata/orgid_subj_and_ext_ko_01.pem\r\n\r\n* Delete v3/testdata/orgid_subj_and_ext_ko_02.pem\r\n\r\n* Delete v3/testdata/orgid_subj_and_ext_ko_03.pem\r\n\r\n* Delete v3/testdata/orgid_subj_and_ext_ok_01.pem\r\n\r\n* Delete v3/testdata/orgid_subj_and_ext_ok_02.pem\r\n\r\n* Delete v3/testdata/orgid_subj_and_ext_ok_03.pem\r\n\r\n* Delete v3/testdata/orgid_subj_and_ext_ok_04.pem\r\n\r\n* Delete v3/testdata/orgid_subj_and_ext_ok_05.pem\r\n\r\n* Update time.go\r\n\r\n* Update v3/lints/cabf_ev/lint_ev_invalid_business_category.go\r\n\r\nCo-authored-by: Martijn Katerbarg \r\n\r\n* Add files via upload\r\n\r\n* Update lint_ev_invalid_business_category.go\r\n\r\n* Update config.json\r\n\r\n---------\r\n\r\nCo-authored-by: Christopher Henderson \r\nCo-authored-by: Martijn Katerbarg ","shortMessageHtmlLink":"Add lint to check for a valid business category in EV certificates (#830"}},{"before":"672100d27702f1ddef95ecaa8977b3b1ea0f4b2e","after":"2440571870f32ad14a73eb5f9e74b500c69ecda3","ref":"refs/heads/master","pushedAt":"2024-07-14T14:30:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"Add lint to check that Root CA and TLS SubCA certificates do not contain the OU subject attribute (#864)\n\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Update lint_invalid_subject_rdn_order_test.go\r\n\r\nAdded //nolint:all to comment block to avoid golangci-lint to complain about duplicate words in comment\r\n\r\n* Update lint_invalid_subject_rdn_order.go\r\n\r\nFixed import block\r\n\r\n* Update v3/lints/cabf_br/lint_invalid_subject_rdn_order.go\r\n\r\nFine to me.\r\n\r\nCo-authored-by: Christopher Henderson \r\n\r\n* Update lint_invalid_subject_rdn_order.go\r\n\r\nAs per Chris Henderson's suggestion, to \"improve readability\".\r\n\r\n* Update lint_invalid_subject_rdn_order_test.go\r\n\r\nAs per Chris Henderson's suggestion.\r\n\r\n* Update time.go\r\n\r\nAdded CABFEV_Sec9_2_8_Date\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Revised according to Chris and Corey suggestions\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Delete v3/lints/cabf_br/lint_e_invalid_cps_uri.go\r\n\r\n* Delete v3/lints/cabf_br/lint_e_invalid_cps_uri_test.go\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ko_01.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ko_02.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ko_03.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ok_01.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ok_02.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ok_03.pem\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Update v3/lints/cabf_br/lint_subj_orgunit_in_ca_cert.go\r\n\r\nCo-authored-by: Christopher Henderson \r\n\r\n* Update v3/lints/cabf_br/lint_subj_orgunit_in_ca_cert.go\r\n\r\nCo-authored-by: Christopher Henderson \r\n\r\n---------\r\n\r\nCo-authored-by: Christopher Henderson ","shortMessageHtmlLink":"Add lint to check that Root CA and TLS SubCA certificates do not cont…"}},{"before":"ceec4653a10e5534f0a9c6ae922ce6c9c3976065","after":null,"ref":"refs/heads/zlint-gtld-update","pushedAt":"2024-07-13T13:43:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"}},{"before":"f6d07ed309612e7341b39abd274f255cb101f72e","after":"672100d27702f1ddef95ecaa8977b3b1ea0f4b2e","ref":"refs/heads/master","pushedAt":"2024-07-13T13:43:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"util: gtld_map autopull updates for 2024-07-13T13:20:09 UTC (#866)\n\n* util: gtld_map autopull updates for 2024-07-09T21:20:04 UTC\r\n\r\n* Trigger jobs\r\n\r\n---------\r\n\r\nCo-authored-by: GitHub \r\nCo-authored-by: Christopher Henderson ","shortMessageHtmlLink":"util: gtld_map autopull updates for 2024-07-13T13:20:09 UTC (#866)"}},{"before":"58762778828fcc8ce391d50e883cb5fae3f76576","after":"ceec4653a10e5534f0a9c6ae922ce6c9c3976065","ref":"refs/heads/zlint-gtld-update","pushedAt":"2024-07-13T13:37:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"Trigger jobs","shortMessageHtmlLink":"Trigger jobs"}},{"before":null,"after":"58762778828fcc8ce391d50e883cb5fae3f76576","ref":"refs/heads/zlint-gtld-update","pushedAt":"2024-07-09T21:20:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"util: gtld_map autopull updates for 2024-07-09T21:20:04 UTC","shortMessageHtmlLink":"util: gtld_map autopull updates for 2024-07-09T21:20:04 UTC"}},{"before":"9ebf855a46d6b77bc1bbcf6b549ebec99d245946","after":"6759fba223ac209f75d324c49672f920a8268070","ref":"refs/heads/fix_ocsp","pushedAt":"2024-06-29T14:03:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"accidentally removed bracket","shortMessageHtmlLink":"accidentally removed bracket"}},{"before":"fa31ee9ed8275e6dd15ba1a125cb868625ef743e","after":"9ebf855a46d6b77bc1bbcf6b549ebec99d245946","ref":"refs/heads/fix_ocsp","pushedAt":"2024-06-29T14:02:26.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"Merge branch 'master' into fix_ocsp","shortMessageHtmlLink":"Merge branch 'master' into fix_ocsp"}},{"before":"f7f6b51c1ed6eb5dabea524bb3e662e26f8f469d","after":"f6d07ed309612e7341b39abd274f255cb101f72e","ref":"refs/heads/master","pushedAt":"2024-06-23T16:01:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"Improve util.IsEmailProtectionCert function (#858)\n\nCo-authored-by: Christopher Henderson ","shortMessageHtmlLink":"Improve util.IsEmailProtectionCert function (#858)"}},{"before":"24d58f9d73550a3578a59247ed3b3524bf2b6011","after":"f7f6b51c1ed6eb5dabea524bb3e662e26f8f469d","ref":"refs/heads/master","pushedAt":"2024-06-23T15:39:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"Add lint to check that the countryName attribute (C) is in uppercase (#859)\n\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Update lint_invalid_subject_rdn_order_test.go\r\n\r\nAdded //nolint:all to comment block to avoid golangci-lint to complain about duplicate words in comment\r\n\r\n* Update lint_invalid_subject_rdn_order.go\r\n\r\nFixed import block\r\n\r\n* Update v3/lints/cabf_br/lint_invalid_subject_rdn_order.go\r\n\r\nFine to me.\r\n\r\nCo-authored-by: Christopher Henderson \r\n\r\n* Update lint_invalid_subject_rdn_order.go\r\n\r\nAs per Chris Henderson's suggestion, to \"improve readability\".\r\n\r\n* Update lint_invalid_subject_rdn_order_test.go\r\n\r\nAs per Chris Henderson's suggestion.\r\n\r\n* Update time.go\r\n\r\nAdded CABFEV_Sec9_2_8_Date\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Revised according to Chris and Corey suggestions\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Delete v3/lints/cabf_br/lint_e_invalid_cps_uri.go\r\n\r\n* Delete v3/lints/cabf_br/lint_e_invalid_cps_uri_test.go\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ko_01.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ko_02.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ko_03.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ok_01.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ok_02.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ok_03.pem\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Update config.json\r\n\r\n---------\r\n\r\nCo-authored-by: Christopher Henderson ","shortMessageHtmlLink":"Add lint to check that the countryName attribute (C) is in uppercase (#…"}},{"before":"04d863f7660edfe0498162334524742397226fb2","after":"24d58f9d73550a3578a59247ed3b3524bf2b6011","ref":"refs/heads/master","pushedAt":"2024-06-23T14:50:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"Subscriber aia lints (#860)\n\n* lint about the encoding of qcstatements for PSD2\r\n\r\n* Revert \"lint about the encoding of qcstatements for PSD2\"\r\n\r\nThis reverts commit 6c2367080d148f4b8c01f96a4c80e3ac55d1ef26.\r\n\r\n* util: gtld_map autopull updates for 2021-10-21T07:25:20 UTC\r\n\r\n* always check and perform the operation in the execution\r\n\r\n* synchronised with project\r\n\r\n* synchronised with project\r\n\r\n* synchronised with project\r\n\r\n* synchronised with project\r\n\r\n* fixed merge error\r\n\r\n* synchronised with project\r\n\r\n* synchronised with project\r\n\r\n* Revert \"synchronised with project\"\r\n\r\nThis reverts commit bad73ee2d5669394cde3053d300f285a91f75fd6.\r\n\r\n* Revert \"synchronised with project\"\r\n\r\nThis reverts commit 2cd7d087f4a812d4ef3640560edf1d07cce2ea56.\r\n\r\n* adding lints for subscriber aia\r\n\r\n* updated integration data\r\n\r\n* goimports\r\n\r\n* goimports\r\n\r\n---------\r\n\r\nCo-authored-by: mtg \r\nCo-authored-by: GitHub \r\nCo-authored-by: Christopher Henderson ","shortMessageHtmlLink":"Subscriber aia lints (#860)"}},{"before":"e5da476b15be77968e50510f819a54ab1fa3b952","after":"04d863f7660edfe0498162334524742397226fb2","ref":"refs/heads/master","pushedAt":"2024-06-17T14:17:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"cabfOrganizationIdentifier extension for VAT and PSD based organizationIdentifiers cannot have referenceStateOrProvince (#848)\n\n* cabfOrganizationIdentifier lint for PSD based QWAC certificates\r\n\r\n* cabfOrganizationIdentifier referenceStateOrProvince lint for PSD and VAT based QWAC certificates\r\n\r\n* Provide Bad Test Cert\r\n\r\n* Add \"e_\" to lint name\r\n\r\n* Also add \"e_\" to test case\r\n\r\n* Update lint_cabf_org_identifier_psd_vat_has_state.go\r\n\r\n* Reference v1.7.0 section 9.2.8\r\n\r\n---------\r\n\r\nCo-authored-by: Christopher Henderson ","shortMessageHtmlLink":"cabfOrganizationIdentifier extension for VAT and PSD based organizati…"}},{"before":"5b73e7b8fdcbabe138c745f1e6151fb18737f3c6","after":"e5da476b15be77968e50510f819a54ab1fa3b952","ref":"refs/heads/master","pushedAt":"2024-06-16T19:23:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"Improve the util.IsServerAuthCert() function (#856)\n\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Update lint_invalid_subject_rdn_order_test.go\r\n\r\nAdded //nolint:all to comment block to avoid golangci-lint to complain about duplicate words in comment\r\n\r\n* Update lint_invalid_subject_rdn_order.go\r\n\r\nFixed import block\r\n\r\n* Update v3/lints/cabf_br/lint_invalid_subject_rdn_order.go\r\n\r\nFine to me.\r\n\r\nCo-authored-by: Christopher Henderson \r\n\r\n* Update lint_invalid_subject_rdn_order.go\r\n\r\nAs per Chris Henderson's suggestion, to \"improve readability\".\r\n\r\n* Update lint_invalid_subject_rdn_order_test.go\r\n\r\nAs per Chris Henderson's suggestion.\r\n\r\n* Update time.go\r\n\r\nAdded CABFEV_Sec9_2_8_Date\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Revised according to Chris and Corey suggestions\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Delete v3/lints/cabf_br/lint_e_invalid_cps_uri.go\r\n\r\n* Delete v3/lints/cabf_br/lint_e_invalid_cps_uri_test.go\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ko_01.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ko_02.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ko_03.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ok_01.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ok_02.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ok_03.pem\r\n\r\n* Update ca.go\r\n\r\n* Update config.json\r\n\r\n* Update config.json\r\n\r\n---------\r\n\r\nCo-authored-by: Christopher Henderson ","shortMessageHtmlLink":"Improve the util.IsServerAuthCert() function (#856)"}},{"before":"899709e95046383a8f6bdd52bd61c45b9eab279e","after":"5b73e7b8fdcbabe138c745f1e6151fb18737f3c6","ref":"refs/heads/master","pushedAt":"2024-06-16T19:12:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"Fix ExpectedDetails of passing invalid subject test (#846)\n\nCo-authored-by: Christopher Henderson ","shortMessageHtmlLink":"Fix ExpectedDetails of passing invalid subject test (#846)"}},{"before":"ae8d59405f1926eb418d496cd0415b8a4fa88e04","after":"899709e95046383a8f6bdd52bd61c45b9eab279e","ref":"refs/heads/master","pushedAt":"2024-06-16T18:22:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"Aia ca issuers must have http only (#852)\n\n* lint about the encoding of qcstatements for PSD2\r\n\r\n* Revert \"lint about the encoding of qcstatements for PSD2\"\r\n\r\nThis reverts commit 6c2367080d148f4b8c01f96a4c80e3ac55d1ef26.\r\n\r\n* util: gtld_map autopull updates for 2021-10-21T07:25:20 UTC\r\n\r\n* always check and perform the operation in the execution\r\n\r\n* synchronised with project\r\n\r\n* synchronised with project\r\n\r\n* synchronised with project\r\n\r\n* synchronised with project\r\n\r\n* fixed merge error\r\n\r\n* synchronised with project\r\n\r\n* synchronised with project\r\n\r\n* Revert \"synchronised with project\"\r\n\r\nThis reverts commit bad73ee2d5669394cde3053d300f285a91f75fd6.\r\n\r\n* Revert \"synchronised with project\"\r\n\r\nThis reverts commit 2cd7d087f4a812d4ef3640560edf1d07cce2ea56.\r\n\r\n* new lint; The id-ad-caIssuers accessMethod must contain an HTTP URL of the Issuing CA’s certificate; removed unnecessary assertion from older lint.\r\n\r\n* update to consider HTTPS (not only HTTP) URLs also.\r\n\r\n* this is already covered by PR #846\r\n\r\n* addressing issues in PR discussion\r\n\r\n---------\r\n\r\nCo-authored-by: mtg \r\nCo-authored-by: GitHub \r\nCo-authored-by: Christopher Henderson ","shortMessageHtmlLink":"Aia ca issuers must have http only (#852)"}},{"before":"c9ced5c48182301f762db46596b4159a61ef2db7","after":"fa31ee9ed8275e6dd15ba1a125cb868625ef743e","ref":"refs/heads/fix_ocsp","pushedAt":"2024-06-16T16:47:24.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"Merge branch 'master' into fix_ocsp","shortMessageHtmlLink":"Merge branch 'master' into fix_ocsp"}},{"before":"08ea12865f6f194ae21e316ba44b2530c68b7ece","after":null,"ref":"refs/heads/zlint-gtld-update","pushedAt":"2024-06-13T03:52:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zakird","name":"Zakir Durumeric","path":"/zakird","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/201296?s=80&v=4"}},{"before":"b14a83bb192056a51b26cb9d66370fa7d978f373","after":"ae8d59405f1926eb418d496cd0415b8a4fa88e04","ref":"refs/heads/master","pushedAt":"2024-06-13T03:52:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zakird","name":"Zakir Durumeric","path":"/zakird","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/201296?s=80&v=4"},"commit":{"message":"util: gtld_map autopull updates for 2024-06-12T22:19:30 UTC (#854)\n\nCo-authored-by: GitHub ","shortMessageHtmlLink":"util: gtld_map autopull updates for 2024-06-12T22:19:30 UTC (#854)"}},{"before":null,"after":"08ea12865f6f194ae21e316ba44b2530c68b7ece","ref":"refs/heads/zlint-gtld-update","pushedAt":"2024-06-12T22:20:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"util: gtld_map autopull updates for 2024-06-12T22:19:30 UTC","shortMessageHtmlLink":"util: gtld_map autopull updates for 2024-06-12T22:19:30 UTC"}},{"before":"bf3764c2b225b5942bea7e96de3d429e1a4cb093","after":"b14a83bb192056a51b26cb9d66370fa7d978f373","ref":"refs/heads/master","pushedAt":"2024-06-09T17:30:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"fix: Only apply CN check for Subscriber certificates (#851)\n\nCo-authored-by: Christopher Henderson ","shortMessageHtmlLink":"fix: Only apply CN check for Subscriber certificates (#851)"}},{"before":"26ca0f3bed092ef6e6b34f546f68068ae9d808a1","after":"bf3764c2b225b5942bea7e96de3d429e1a4cb093","ref":"refs/heads/master","pushedAt":"2024-06-09T17:21:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"Cleanup some unnecessary allocations (#849)\n\nCo-authored-by: Christopher Henderson ","shortMessageHtmlLink":"Cleanup some unnecessary allocations (#849)"}},{"before":"c8164d8a086ff6e3dd419b2ace95784d32f49c57","after":"26ca0f3bed092ef6e6b34f546f68068ae9d808a1","ref":"refs/heads/master","pushedAt":"2024-06-02T20:07:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"Add lint to check for duplicate subject attributes (ATVs) (#850)\n\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Update lint_invalid_subject_rdn_order_test.go\r\n\r\nAdded //nolint:all to comment block to avoid golangci-lint to complain about duplicate words in comment\r\n\r\n* Update lint_invalid_subject_rdn_order.go\r\n\r\nFixed import block\r\n\r\n* Update v3/lints/cabf_br/lint_invalid_subject_rdn_order.go\r\n\r\nFine to me.\r\n\r\nCo-authored-by: Christopher Henderson \r\n\r\n* Update lint_invalid_subject_rdn_order.go\r\n\r\nAs per Chris Henderson's suggestion, to \"improve readability\".\r\n\r\n* Update lint_invalid_subject_rdn_order_test.go\r\n\r\nAs per Chris Henderson's suggestion.\r\n\r\n* Update time.go\r\n\r\nAdded CABFEV_Sec9_2_8_Date\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Revised according to Chris and Corey suggestions\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n* Delete v3/lints/cabf_br/lint_e_invalid_cps_uri.go\r\n\r\n* Delete v3/lints/cabf_br/lint_e_invalid_cps_uri_test.go\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ko_01.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ko_02.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ko_03.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ok_01.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ok_02.pem\r\n\r\n* Delete v3/testdata/invalid_cps_uri_ok_03.pem\r\n\r\n* Add files via upload\r\n\r\n* Add files via upload\r\n\r\n---------\r\n\r\nCo-authored-by: Christopher Henderson ","shortMessageHtmlLink":"Add lint to check for duplicate subject attributes (ATVs) (#850)"}},{"before":"98873bdc47690e025b812ca90df2ecbd3d5707c2","after":"c9ced5c48182301f762db46596b4159a61ef2db7","ref":"refs/heads/fix_ocsp","pushedAt":"2024-05-26T19:00:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"more certs are being ran so more errors makes sense","shortMessageHtmlLink":"more certs are being ran so more errors makes sense"}},{"before":"13a26793a362d904784ac8d9cd2d9b338aeaf96f","after":"98873bdc47690e025b812ca90df2ecbd3d5707c2","ref":"refs/heads/fix_ocsp","pushedAt":"2024-05-26T18:04:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"fix tests and lint","shortMessageHtmlLink":"fix tests and lint"}},{"before":"f0455f6cdbf1e9fd7669b6ad533d5c8f16389f83","after":"13a26793a362d904784ac8d9cd2d9b338aeaf96f","ref":"refs/heads/fix_ocsp","pushedAt":"2024-05-26T16:45:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"christopher-henderson","name":"Christopher Henderson","path":"/christopher-henderson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8518514?s=80&v=4"},"commit":{"message":"linting the linter","shortMessageHtmlLink":"linting the linter"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEhRHRqwA","startCursor":null,"endCursor":null}},"title":"Activity · zmap/zlint"}