From addfb818096fb273e8d798bd6934b91ee63ffced Mon Sep 17 00:00:00 2001 From: FestiveKyle Date: Fri, 24 Jul 2026 11:51:54 -0300 Subject: [PATCH 1/8] Add experimental PQC scanning support --- api/src/locale/en/messages.po | 409 +++++++------ api/src/locale/fr/messages.po | 409 +++++++------ .../web-scan/objects/experimental-result.js | 87 +++ api/src/web-scan/objects/index.js | 1 + api/src/web-scan/objects/web-scan-result.js | 10 + frontend/src/graphql/queries.js | 15 + frontend/src/guidance/WebGuidance.js | 4 +- frontend/src/guidance/WebPqcResults.js | 111 ++++ frontend/src/locales/en.js | 2 +- frontend/src/locales/en.po | 541 ++++++++++-------- frontend/src/locales/fr.js | 2 +- frontend/src/locales/fr.po | 537 +++++++++-------- .../scanners/web-scanner/deployment.yaml | 2 + .../web_processor/web_processor.py | 34 +- scanners/web-scanner/Dockerfile | 53 ++ .../scan/tls_scanner/pqc_scanner.py | 205 +++++++ scanners/web-scanner/scan/web_scanner.py | 17 +- scanners/web-scanner/web_scan_cli.py | 17 +- 18 files changed, 1545 insertions(+), 911 deletions(-) create mode 100644 api/src/web-scan/objects/experimental-result.js create mode 100644 frontend/src/guidance/WebPqcResults.js create mode 100644 scanners/web-scanner/scan/tls_scanner/pqc_scanner.py diff --git a/api/src/locale/en/messages.po b/api/src/locale/en/messages.po index a2b0b826bc..4e7b025431 100644 --- a/api/src/locale/en/messages.po +++ b/api/src/locale/en/messages.po @@ -28,7 +28,7 @@ msgstr "" #: src/guidance-tag/loaders/load-spf-guidance-tags-connections.js:136 #: src/guidance-tag/loaders/load-ssl-guidance-tags-connections.js:136 #: src/organization/loaders/load-organization-connections-by-domain-id.js:203 -#: src/organization/loaders/load-organization-connections-by-user-id.js:213 +#: src/organization/loaders/load-organization-connections-by-user-id.js:215 #: src/user/loaders/load-user-connections-by-user-id.js:145 #: src/verified-domains/loaders/load-verified-domain-connections-by-organization-id.js:164 #: src/verified-domains/loaders/load-verified-domain-connections.js:164 @@ -93,7 +93,7 @@ msgid "`{argSet}` on the `Log` connection cannot be less than zero." msgstr "`{argSet}` on the `Log` connection cannot be less than zero." #: src/organization/loaders/load-organization-connections-by-domain-id.js:182 -#: src/organization/loaders/load-organization-connections-by-user-id.js:192 +#: src/organization/loaders/load-organization-connections-by-user-id.js:194 msgid "`{argSet}` on the `Organization` connection cannot be less than zero." msgstr "`{argSet}` on the `Organization` connection cannot be less than zero." @@ -123,7 +123,7 @@ msgstr "`{argSet}` on the `VerifiedDomain` connection cannot be less than zero." msgid "`{argSet}` on the `VerifiedOrganization` connection cannot be less than zero." msgstr "`{argSet}` on the `VerifiedOrganization` connection cannot be less than zero." -#: src/organization/objects/organization.js:240 +#: src/organization/objects/organization.js:246 #: src/organization/queries/get-all-organization-domain-statuses.js:69 msgid "Assess" msgstr "Assess" @@ -142,7 +142,7 @@ msgstr "Authentication error. Please sign in." msgid "Cannot query additional findings without permission." msgstr "Cannot query additional findings without permission." -#: src/organization/objects/organization.js:359 +#: src/organization/objects/organization.js:364 msgid "Cannot query affiliations on organization without admin permission or higher." msgstr "Cannot query affiliations on organization without admin permission or higher." @@ -163,15 +163,15 @@ msgstr "Cannot query domain selectors without permission." msgid "Cannot query web scan results without permission." msgstr "Cannot query web scan results without permission." -#: src/domain/mutations/ignore-cve.js:77 +#: src/domain/mutations/ignore-cve.js:74 msgid "CVE is already ignored for this domain." msgstr "CVE is already ignored for this domain." -#: src/domain/mutations/unignore-cve.js:77 +#: src/domain/mutations/unignore-cve.js:74 msgid "CVE is not ignored for this domain." msgstr "CVE is not ignored for this domain." -#: src/organization/objects/organization.js:242 +#: src/organization/objects/organization.js:248 #: src/organization/queries/get-all-organization-domain-statuses.js:71 msgid "Deploy" msgstr "Deploy" @@ -180,13 +180,13 @@ msgstr "Deploy" msgid "Email already in use." msgstr "Email already in use." -#: src/organization/objects/organization.js:244 +#: src/organization/objects/organization.js:250 #: src/organization/queries/get-all-organization-domain-statuses.js:73 msgid "Enforce" msgstr "Enforce" -#: src/domain/mutations/request-scan.js:90 -#: src/domain/mutations/request-scan.js:100 +#: src/domain/mutations/request-scan.js:86 +#: src/domain/mutations/request-scan.js:96 msgid "Error while requesting scan. Please try again." msgstr "Error while requesting scan. Please try again." @@ -217,7 +217,7 @@ msgstr "Incorrect username or password. Please try again." msgid "Invalid token, please sign in." msgstr "Invalid token, please sign in." -#: src/organization/objects/organization.js:246 +#: src/organization/objects/organization.js:252 #: src/organization/queries/get-all-organization-domain-statuses.js:75 msgid "Maintain" msgstr "Maintain" @@ -247,7 +247,7 @@ msgstr "No verified organization with the provided slug could be found." msgid "Organization has already been verified." msgstr "Organization has already been verified." -#: src/organization/mutations/update-organization.js:167 +#: src/organization/mutations/update-organization.js:175 msgid "Organization name already in use, please choose another and try again." msgstr "Organization name already in use, please choose another and try again." @@ -319,7 +319,7 @@ msgid "Passing both `first` and `last` to paginate the `Log` connection is not s msgstr "Passing both `first` and `last` to paginate the `Log` connection is not supported." #: src/organization/loaders/load-organization-connections-by-domain-id.js:173 -#: src/organization/loaders/load-organization-connections-by-user-id.js:185 +#: src/organization/loaders/load-organization-connections-by-user-id.js:187 msgid "Passing both `first` and `last` to paginate the `Organization` connection is not supported." msgstr "Passing both `first` and `last` to paginate the `Organization` connection is not supported." @@ -384,11 +384,11 @@ msgstr "Permission Denied: Could not retrieve specified organization." msgid "Permission Denied: Multi-factor authentication is required for admin accounts" msgstr "Permission Denied: Multi-factor authentication is required for admin accounts" -#: src/affiliation/mutations/transfer-org-ownership.js:74 +#: src/affiliation/mutations/transfer-org-ownership.js:72 msgid "Permission Denied: Please contact org owner to transfer ownership." msgstr "Permission Denied: Please contact org owner to transfer ownership." -#: src/domain/mutations/remove-organizations-domains.js:128 +#: src/domain/mutations/remove-organizations-domains.js:127 msgid "Permission Denied: Please contact organization admin for help with archiving domains." msgstr "Permission Denied: Please contact organization admin for help with archiving domains." @@ -396,11 +396,11 @@ msgstr "Permission Denied: Please contact organization admin for help with archi msgid "Permission Denied: Please contact organization admin for help with creating tag." msgstr "Permission Denied: Please contact organization admin for help with creating tag." -#: src/domain/mutations/remove-domain.js:96 +#: src/domain/mutations/remove-domain.js:92 msgid "Permission Denied: Please contact organization admin for help with removing domain." msgstr "Permission Denied: Please contact organization admin for help with removing domain." -#: src/domain/mutations/remove-organizations-domains.js:117 +#: src/domain/mutations/remove-organizations-domains.js:116 msgid "Permission Denied: Please contact organization admin for help with removing domains." msgstr "Permission Denied: Please contact organization admin for help with removing domains." @@ -408,17 +408,17 @@ msgstr "Permission Denied: Please contact organization admin for help with remov msgid "Permission Denied: Please contact organization admin for help with removing organization." msgstr "Permission Denied: Please contact organization admin for help with removing organization." +#: src/affiliation/mutations/remove-user-from-org.js:116 #: src/affiliation/mutations/remove-user-from-org.js:128 -#: src/affiliation/mutations/remove-user-from-org.js:140 msgid "Permission Denied: Please contact organization admin for help with removing users." msgstr "Permission Denied: Please contact organization admin for help with removing users." -#: src/domain/mutations/update-domains-by-domain-ids.js:81 -#: src/domain/mutations/update-domains-by-filters.js:89 +#: src/domain/mutations/update-domains-by-domain-ids.js:77 +#: src/domain/mutations/update-domains-by-filters.js:84 msgid "Permission Denied: Please contact organization admin for help with updating domains." msgstr "Permission Denied: Please contact organization admin for help with updating domains." -#: src/organization/mutations/update-organization.js:152 +#: src/organization/mutations/update-organization.js:160 msgid "Permission Denied: Please contact organization admin for help with updating organization." msgstr "Permission Denied: Please contact organization admin for help with updating organization." @@ -433,19 +433,19 @@ msgstr "Permission Denied: Please contact organization admin for help with updat #~ msgid "Permission Denied: Please contact organization admin for help with updating user roles." #~ msgstr "Permission Denied: Please contact organization admin for help with updating user roles." -#: src/affiliation/mutations/invite-user-to-org.js:99 +#: src/affiliation/mutations/invite-user-to-org.js:96 msgid "Permission Denied: Please contact organization admin for help with user invitations." msgstr "Permission Denied: Please contact organization admin for help with user invitations." -#: src/affiliation/mutations/update-user-role.js:112 +#: src/affiliation/mutations/update-user-role.js:109 msgid "Permission Denied: Please contact organization admin for help with user role changes." msgstr "Permission Denied: Please contact organization admin for help with user role changes." -#: src/domain/mutations/create-domain.js:135 +#: src/domain/mutations/create-domain.js:131 msgid "Permission Denied: Please contact organization user for help with creating domain." msgstr "Permission Denied: Please contact organization user for help with creating domain." -#: src/domain/mutations/add-organizations-domains.js:122 +#: src/domain/mutations/add-organizations-domains.js:121 msgid "Permission Denied: Please contact organization user for help with creating domains." msgstr "Permission Denied: Please contact organization user for help with creating domains." @@ -454,16 +454,16 @@ msgstr "Permission Denied: Please contact organization user for help with creati #~ msgstr "Permission Denied: Please contact organization user for help with retrieving tags." #: src/domain/queries/find-domain-by-domain.js:51 -#: src/organization/objects/organization.js:195 +#: src/organization/objects/organization.js:201 msgid "Permission Denied: Please contact organization user for help with retrieving this domain." msgstr "Permission Denied: Please contact organization user for help with retrieving this domain." -#: src/domain/mutations/request-discovery.js:98 -#: src/domain/mutations/request-scan.js:66 +#: src/domain/mutations/request-discovery.js:94 +#: src/domain/mutations/request-scan.js:62 msgid "Permission Denied: Please contact organization user for help with scanning this domain." msgstr "Permission Denied: Please contact organization user for help with scanning this domain." -#: src/domain/mutations/update-domain.js:162 +#: src/domain/mutations/update-domain.js:134 msgid "Permission Denied: Please contact organization user for help with updating this domain." msgstr "Permission Denied: Please contact organization user for help with updating this domain." @@ -471,12 +471,12 @@ msgstr "Permission Denied: Please contact organization user for help with updati msgid "Permission Denied: Please contact super admin for help with archiving organization." msgstr "Permission Denied: Please contact super admin for help with archiving organization." -#: src/domain/mutations/create-domain.js:157 +#: src/domain/mutations/create-domain.js:153 msgid "Permission Denied: Please contact super admin for help with creating domain." msgstr "Permission Denied: Please contact super admin for help with creating domain." -#: src/domain/mutations/remove-domain.js:109 -#: src/domain/mutations/remove-organizations-domains.js:106 +#: src/domain/mutations/remove-domain.js:105 +#: src/domain/mutations/remove-organizations-domains.js:105 msgid "Permission Denied: Please contact super admin for help with removing domain." msgstr "Permission Denied: Please contact super admin for help with removing domain." @@ -488,7 +488,7 @@ msgstr "Permission Denied: Please contact super admin for help with removing org #~ msgid "Permission Denied: Please contact super admin for help with scanning this domain." #~ msgstr "Permission Denied: Please contact super admin for help with scanning this domain." -#: src/domain/mutations/update-domain.js:210 +#: src/domain/mutations/update-domain.js:178 msgid "Permission Denied: Please contact super admin for help with updating domain." msgstr "Permission Denied: Please contact super admin for help with updating domain." @@ -496,11 +496,11 @@ msgstr "Permission Denied: Please contact super admin for help with updating dom msgid "Permission Denied: Please contact super admin for help with updating tag." msgstr "Permission Denied: Please contact super admin for help with updating tag." -#: src/affiliation/mutations/invite-user-to-org.js:112 +#: src/affiliation/mutations/invite-user-to-org.js:109 msgid "Permission Denied: Please contact super admin for help with user invitations." msgstr "Permission Denied: Please contact super admin for help with user invitations." -#: src/affiliation/mutations/update-user-role.js:167 +#: src/affiliation/mutations/update-user-role.js:154 msgid "Permission Denied: Please contact super admin for help with user role changes." msgstr "Permission Denied: Please contact super admin for help with user role changes." @@ -604,7 +604,7 @@ msgid "Requesting `{amount}` records on the `Log` connection exceeds the `{argSe msgstr "Requesting `{amount}` records on the `Log` connection exceeds the `{argSet}` limit of 100 records." #: src/organization/loaders/load-organization-connections-by-domain-id.js:189 -#: src/organization/loaders/load-organization-connections-by-user-id.js:199 +#: src/organization/loaders/load-organization-connections-by-user-id.js:201 msgid "Requesting `{amount}` records on the `Organization` connection exceeds the `{argSet}` limit of 100 records." msgstr "Requesting `{amount}` records on the `Organization` connection exceeds the `{argSet}` limit of 100 records." @@ -627,7 +627,7 @@ msgid "Requesting `{amount}` records on the `VerifiedOrganization` connection ex msgstr "Requesting `{amount}` records on the `VerifiedOrganization` connection exceeds the `{argSet}` limit of 100 records." #. placeholder {0}: org.slug -#: src/domain/mutations/add-organizations-domains.js:334 +#: src/domain/mutations/add-organizations-domains.js:327 msgid "Successfully added {domainCount} domain(s) to {0}." msgstr "Successfully added {domainCount} domain(s) to {0}." @@ -645,11 +645,11 @@ msgstr "Successfully archived organization: {0}." msgid "Successfully closed account." msgstr "Successfully closed account." -#: src/domain/mutations/request-scan.js:175 +#: src/domain/mutations/request-scan.js:168 msgid "Successfully dispatched one time scan." msgstr "Successfully dispatched one time scan." -#: src/domain/mutations/request-discovery.js:134 +#: src/domain/mutations/request-discovery.js:127 msgid "Successfully dispatched subdomain discovery scan." msgstr "Successfully dispatched subdomain discovery scan." @@ -661,17 +661,17 @@ msgstr "Successfully dispatched subdomain discovery scan." msgid "Successfully email verified account." msgstr "Successfully email verified account." -#: src/affiliation/mutations/invite-user-to-org.js:282 +#: src/affiliation/mutations/invite-user-to-org.js:244 msgid "Successfully invited user to organization, and sent notification email." msgstr "Successfully invited user to organization, and sent notification email." #. placeholder {0}: org.slug -#: src/affiliation/mutations/leave-organization.js:86 +#: src/affiliation/mutations/leave-organization.js:69 msgid "Successfully left organization: {0}" msgstr "Successfully left organization: {0}" #. placeholder {0}: org.slug -#: src/domain/mutations/remove-organizations-domains.js:477 +#: src/domain/mutations/remove-organizations-domains.js:464 msgid "Successfully removed {domainCount} domain(s) from {0}." msgstr "Successfully removed {domainCount} domain(s) from {0}." @@ -681,12 +681,12 @@ msgstr "Successfully removed {domainCount} domain(s) from {0}." #. placeholder {0}: domain.domain #. placeholder {1}: org.slug -#: src/domain/mutations/remove-domain.js:373 +#: src/domain/mutations/remove-domain.js:178 msgid "Successfully removed domain: {0} from {1}." msgstr "Successfully removed domain: {0} from {1}." #. placeholder {0}: domain.domain -#: src/domain/mutations/unfavourite-domain.js:126 +#: src/domain/mutations/unfavourite-domain.js:74 msgid "Successfully removed domain: {0} from favourites." msgstr "Successfully removed domain: {0} from favourites." @@ -695,15 +695,15 @@ msgstr "Successfully removed domain: {0} from favourites." msgid "Successfully removed organization: {0}." msgstr "Successfully removed organization: {0}." -#: src/affiliation/mutations/remove-user-from-org.js:201 +#: src/affiliation/mutations/remove-user-from-org.js:168 msgid "Successfully removed user from organization." msgstr "Successfully removed user from organization." -#: src/affiliation/mutations/request-org-affiliation.js:231 +#: src/affiliation/mutations/request-org-affiliation.js:189 msgid "Successfully requested invite to organization, and sent notification email." msgstr "Successfully requested invite to organization, and sent notification email." -#: src/affiliation/mutations/invite-user-to-org.js:170 +#: src/affiliation/mutations/invite-user-to-org.js:164 msgid "Successfully sent invitation to service, and organization email." msgstr "Successfully sent invitation to service, and organization email." @@ -713,14 +713,14 @@ msgstr "Successfully signed out." #. placeholder {0}: org.slug #. placeholder {1}: requestedUser.userName -#: src/affiliation/mutations/transfer-org-ownership.js:188 +#: src/affiliation/mutations/transfer-org-ownership.js:143 msgid "Successfully transferred org: {0} ownership to user: {1}" msgstr "Successfully transferred org: {0} ownership to user: {1}" #. placeholder {0}: org.slug #. placeholder {1}: tags.join(', ') -#: src/domain/mutations/update-domains-by-domain-ids.js:179 -#: src/domain/mutations/update-domains-by-filters.js:310 +#: src/domain/mutations/update-domains-by-domain-ids.js:148 +#: src/domain/mutations/update-domains-by-filters.js:130 msgid "Successfully updated {domainCount} domain(s) in {0} with {1}." msgstr "Successfully updated {domainCount} domain(s) in {0} with {1}." @@ -763,19 +763,18 @@ msgstr "Two factor code is incorrect. Please try again." msgid "Two factor code length is incorrect. Please try again." msgstr "Two factor code length is incorrect. Please try again." -#: src/affiliation/mutations/leave-organization.js:71 -#: src/affiliation/mutations/leave-organization.js:79 +#: src/affiliation/mutations/leave-organization.js:62 msgid "Unable leave organization. Please try again." msgstr "Unable leave organization. Please try again." -#: src/domain/mutations/add-organizations-domains.js:108 +#: src/domain/mutations/add-organizations-domains.js:107 msgid "Unable to add domains in unknown organization." msgstr "Unable to add domains in unknown organization." -#: src/organization/data-source.js:179 -#: src/organization/data-source.js:194 -#: src/organization/data-source.js:209 -#: src/organization/data-source.js:217 +#: src/organization/data-source.js:180 +#: src/organization/data-source.js:195 +#: src/organization/data-source.js:210 +#: src/organization/data-source.js:218 msgid "Unable to archive organization. Please try again." msgstr "Unable to archive organization. Please try again." @@ -817,30 +816,30 @@ msgstr "Unable to close account. Please try again." msgid "Unable to confirm completion of the tour. Please try again." msgstr "Unable to confirm completion of the tour. Please try again." -#: src/domain/mutations/create-domain.js:121 +#: src/domain/mutations/create-domain.js:117 msgid "Unable to create domain in unknown organization." msgstr "Unable to create domain in unknown organization." -#: src/domain/mutations/create-domain.js:216 +#: src/domain/mutations/create-domain.js:191 msgid "Unable to create domain, organization has already claimed it." msgstr "Unable to create domain, organization has already claimed it." -#: src/domain/mutations/create-domain.js:198 -#: src/domain/mutations/create-domain.js:206 -#: src/domain/mutations/create-domain.js:238 -#: src/domain/mutations/create-domain.js:247 -#: src/domain/mutations/create-domain.js:267 -#: src/domain/mutations/create-domain.js:275 +#: src/domain/data-source.js:56 +#: src/domain/data-source.js:65 +#: src/domain/data-source.js:84 +#: src/domain/data-source.js:92 +#: src/domain/data-source.js:207 +#: src/domain/data-source.js:215 msgid "Unable to create domain. Please try again." msgstr "Unable to create domain. Please try again." -#: src/domain/mutations/add-organizations-domains.js:277 +#: src/domain/mutations/add-organizations-domains.js:276 msgid "Unable to create domains. Please try again." msgstr "Unable to create domains. Please try again." -#: src/organization/data-source.js:58 -#: src/organization/data-source.js:76 -#: src/organization/data-source.js:84 +#: src/organization/data-source.js:59 +#: src/organization/data-source.js:77 +#: src/organization/data-source.js:85 msgid "Unable to create organization. Please try again." msgstr "Unable to create organization. Please try again." @@ -857,7 +856,7 @@ msgstr "Unable to create tag, tagId already in use." msgid "Unable to create tag. Please try again." msgstr "Unable to create tag. Please try again." -#: src/domain/mutations/request-discovery.js:86 +#: src/domain/mutations/request-discovery.js:82 msgid "Unable to discover domains for unknown organization." msgstr "Unable to discover domains for unknown organization." @@ -872,24 +871,22 @@ msgstr "Unable to dismiss message. Please try again." #~ msgid "Unable to dispatch one time scan. Please try again." #~ msgstr "Unable to dispatch one time scan. Please try again." -#: src/organization/objects/organization.js:265 +#: src/organization/objects/organization.js:271 msgid "Unable to export organization. Please try again." msgstr "Unable to export organization. Please try again." -#: src/domain/mutations/favourite-domain.js:82 +#: src/domain/mutations/favourite-domain.js:62 msgid "Unable to favourite domain, user has already favourited it." msgstr "Unable to favourite domain, user has already favourited it." -#: src/domain/mutations/favourite-domain.js:66 -#: src/domain/mutations/favourite-domain.js:74 -#: src/domain/mutations/favourite-domain.js:103 -#: src/domain/mutations/favourite-domain.js:111 -#: src/domain/mutations/unfavourite-domain.js:68 -#: src/domain/mutations/unfavourite-domain.js:76 +#: src/domain/data-source.js:115 +#: src/domain/data-source.js:123 +#: src/domain/data-source.js:138 +#: src/domain/data-source.js:146 msgid "Unable to favourite domain. Please try again." msgstr "Unable to favourite domain. Please try again." -#: src/domain/mutations/favourite-domain.js:51 +#: src/domain/mutations/favourite-domain.js:48 msgid "Unable to favourite unknown domain." msgstr "Unable to favourite unknown domain." @@ -976,40 +973,39 @@ msgstr "Unable to find the requested domain." msgid "Unable to find user affiliation(s). Please try again." msgstr "Unable to find user affiliation(s). Please try again." -#: src/verified-organizations/loaders/load-verified-organization-by-key.js:32 -#: src/verified-organizations/loaders/load-verified-organization-by-key.js:44 -#: src/verified-organizations/loaders/load-verified-organization-by-slug.js:32 -#: src/verified-organizations/loaders/load-verified-organization-by-slug.js:44 +#: src/verified-organizations/loaders/load-verified-organization-by-key.js:33 +#: src/verified-organizations/loaders/load-verified-organization-by-key.js:45 +#: src/verified-organizations/loaders/load-verified-organization-by-slug.js:33 +#: src/verified-organizations/loaders/load-verified-organization-by-slug.js:45 msgid "Unable to find verified organization(s). Please try again." msgstr "Unable to find verified organization(s). Please try again." -#: src/domain/mutations/ignore-cve.js:64 -#: src/domain/mutations/ignore-cve.js:101 -#: src/domain/mutations/ignore-cve.js:123 -#: src/domain/mutations/ignore-cve.js:138 -#: src/domain/mutations/ignore-cve.js:149 +#: src/domain/data-source.js:764 +#: src/domain/data-source.js:786 +#: src/domain/data-source.js:800 +#: src/domain/data-source.js:810 +#: src/domain/mutations/ignore-cve.js:61 msgid "Unable to ignore CVE. Please try again." msgstr "Unable to ignore CVE. Please try again." -#: src/affiliation/mutations/invite-user-to-org.js:124 -#: src/affiliation/mutations/invite-user-to-org.js:190 +#: src/affiliation/mutations/invite-user-to-org.js:121 +#: src/affiliation/mutations/invite-user-to-org.js:179 msgid "Unable to invite user to organization. Please try again." msgstr "Unable to invite user to organization. Please try again." -#: src/affiliation/mutations/invite-user-to-org.js:202 +#: src/affiliation/mutations/invite-user-to-org.js:191 msgid "Unable to invite user to organization. User is already affiliated with organization." msgstr "Unable to invite user to organization. User is already affiliated with organization." -#: src/affiliation/mutations/invite-user-to-org.js:84 +#: src/affiliation/mutations/invite-user-to-org.js:81 msgid "Unable to invite user to unknown organization." msgstr "Unable to invite user to unknown organization." -#: src/affiliation/mutations/invite-user-to-org.js:232 -#: src/affiliation/mutations/invite-user-to-org.js:253 +#: src/affiliation/mutations/invite-user-to-org.js:212 msgid "Unable to invite user. Please try again." msgstr "Unable to invite user. Please try again." -#: src/affiliation/mutations/invite-user-to-org.js:70 +#: src/affiliation/mutations/invite-user-to-org.js:67 msgid "Unable to invite yourself to an org." msgstr "Unable to invite yourself to an org." @@ -1018,7 +1014,7 @@ msgstr "Unable to invite yourself to an org." #~ msgid "Unable to leave organization. Please try again." #~ msgstr "Unable to leave organization. Please try again." -#: src/affiliation/mutations/leave-organization.js:48 +#: src/affiliation/mutations/leave-organization.js:46 msgid "Unable to leave undefined organization." msgstr "Unable to leave undefined organization." @@ -1045,8 +1041,8 @@ msgstr "Unable to load Aggregate guidance tag(s). Please try again." #~ msgid "Unable to load all organization domain statuses. Please try again." #~ msgstr "Unable to load all organization domain statuses. Please try again." -#: src/summaries/loaders/load-chart-summaries-by-period.js:50 -#: src/summaries/loaders/load-chart-summaries-by-period.js:60 +#: src/summaries/loaders/load-chart-summaries-by-period.js:56 +#: src/summaries/loaders/load-chart-summaries-by-period.js:66 msgid "Unable to load chart summary data. Please try again." msgstr "Unable to load chart summary data. Please try again." @@ -1182,26 +1178,26 @@ msgstr "Unable to load organization domain statuses. Please try again." msgid "Unable to load organization names. Please try again." msgstr "Unable to load organization names. Please try again." -#: src/organization/loaders/load-organization-summaries-by-period.js:56 -#: src/organization/loaders/load-organization-summaries-by-period.js:66 +#: src/organization/loaders/load-organization-summaries-by-period.js:50 +#: src/organization/loaders/load-organization-summaries-by-period.js:60 msgid "Unable to load organization summary data. Please try again." msgstr "Unable to load organization summary data. Please try again." -#: src/organization/data-source.js:117 -#: src/organization/data-source.js:124 -#: src/organization/data-source.js:144 -#: src/organization/data-source.js:152 +#: src/organization/data-source.js:118 +#: src/organization/data-source.js:125 +#: src/organization/data-source.js:145 +#: src/organization/data-source.js:153 msgid "Unable to load organization. Please try again." msgstr "Unable to load organization. Please try again." -#: src/organization/loaders/load-organization-by-key.js:31 -#: src/organization/loaders/load-organization-by-key.js:41 -#: src/organization/loaders/load-organization-by-slug.js:34 -#: src/organization/loaders/load-organization-by-slug.js:45 -#: src/organization/loaders/load-organization-connections-by-domain-id.js:508 -#: src/organization/loaders/load-organization-connections-by-domain-id.js:518 -#: src/organization/loaders/load-organization-connections-by-user-id.js:544 -#: src/organization/loaders/load-organization-connections-by-user-id.js:554 +#: src/organization/loaders/load-organization-by-key.js:32 +#: src/organization/loaders/load-organization-by-key.js:42 +#: src/organization/loaders/load-organization-by-slug.js:35 +#: src/organization/loaders/load-organization-by-slug.js:46 +#: src/organization/loaders/load-organization-connections-by-domain-id.js:509 +#: src/organization/loaders/load-organization-connections-by-domain-id.js:519 +#: src/organization/loaders/load-organization-connections-by-user-id.js:565 +#: src/organization/loaders/load-organization-connections-by-user-id.js:575 msgid "Unable to load organization(s). Please try again." msgstr "Unable to load organization(s). Please try again." @@ -1283,10 +1279,10 @@ msgstr "Unable to load user(s). Please try again." msgid "Unable to load verified domain(s). Please try again." msgstr "Unable to load verified domain(s). Please try again." -#: src/verified-organizations/loaders/load-verified-organization-connections-by-domain-id.js:423 -#: src/verified-organizations/loaders/load-verified-organization-connections-by-domain-id.js:435 -#: src/verified-organizations/loaders/load-verified-organizations-connections.js:422 -#: src/verified-organizations/loaders/load-verified-organizations-connections.js:434 +#: src/verified-organizations/loaders/load-verified-organization-connections-by-domain-id.js:424 +#: src/verified-organizations/loaders/load-verified-organization-connections-by-domain-id.js:436 +#: src/verified-organizations/loaders/load-verified-organizations-connections.js:423 +#: src/verified-organizations/loaders/load-verified-organizations-connections.js:435 msgid "Unable to load verified organization(s). Please try again." msgstr "Unable to load verified organization(s). Please try again." @@ -1338,47 +1334,50 @@ msgstr "Unable to query user(s). Please try again." msgid "Unable to refresh tokens, please sign in." msgstr "Unable to refresh tokens, please sign in." -#: src/affiliation/mutations/remove-user-from-org.js:106 +#: src/affiliation/mutations/remove-user-from-org.js:104 msgid "Unable to remove a user that already does not belong to this organization." msgstr "Unable to remove a user that already does not belong to this organization." -#: src/domain/mutations/remove-domain.js:82 +#: src/domain/mutations/remove-domain.js:78 msgid "Unable to remove domain from unknown organization." msgstr "Unable to remove domain from unknown organization." -#: src/domain/mutations/remove-domain.js:138 +#: src/domain/mutations/remove-domain.js:129 msgid "Unable to remove domain. Domain is not part of organization." msgstr "Unable to remove domain. Domain is not part of organization." -#: src/domain/mutations/remove-domain.js:125 -#: src/domain/mutations/remove-domain.js:154 -#: src/domain/mutations/remove-domain.js:188 -#: src/domain/mutations/remove-domain.js:208 -#: src/domain/mutations/remove-domain.js:237 -#: src/domain/mutations/remove-domain.js:256 -#: src/domain/mutations/remove-domain.js:274 -#: src/domain/mutations/remove-domain.js:291 -#: src/domain/mutations/remove-domain.js:309 -#: src/domain/mutations/remove-domain.js:333 -#: src/domain/mutations/remove-domain.js:345 +#: src/domain/data-source.js:164 +#: src/domain/data-source.js:186 +#: src/domain/data-source.js:593 +#: src/domain/data-source.js:613 +#: src/domain/data-source.js:639 +#: src/domain/data-source.js:657 +#: src/domain/data-source.js:674 +#: src/domain/data-source.js:690 +#: src/domain/data-source.js:707 +#: src/domain/data-source.js:731 +#: src/domain/data-source.js:742 +#: src/domain/mutations/remove-domain.js:119 +#: src/domain/mutations/remove-domain.js:140 +#: src/domain/mutations/remove-domain.js:151 msgid "Unable to remove domain. Please try again." msgstr "Unable to remove domain. Please try again." -#: src/domain/mutations/remove-organizations-domains.js:91 +#: src/domain/mutations/remove-organizations-domains.js:90 msgid "Unable to remove domains from unknown organization." msgstr "Unable to remove domains from unknown organization." -#: src/organization/data-source.js:278 -#: src/organization/data-source.js:307 -#: src/organization/data-source.js:321 -#: src/organization/data-source.js:350 -#: src/organization/data-source.js:374 -#: src/organization/data-source.js:390 -#: src/organization/data-source.js:405 -#: src/organization/data-source.js:419 -#: src/organization/data-source.js:448 -#: src/organization/data-source.js:490 -#: src/organization/data-source.js:498 +#: src/organization/data-source.js:279 +#: src/organization/data-source.js:308 +#: src/organization/data-source.js:322 +#: src/organization/data-source.js:351 +#: src/organization/data-source.js:375 +#: src/organization/data-source.js:391 +#: src/organization/data-source.js:406 +#: src/organization/data-source.js:420 +#: src/organization/data-source.js:449 +#: src/organization/data-source.js:491 +#: src/organization/data-source.js:499 msgid "Unable to remove organization. Please try again." msgstr "Unable to remove organization. Please try again." @@ -1387,7 +1386,7 @@ msgstr "Unable to remove organization. Please try again." msgid "Unable to remove phone number. Please try again." msgstr "Unable to remove phone number. Please try again." -#: src/domain/mutations/remove-domain.js:67 +#: src/domain/mutations/remove-domain.js:63 msgid "Unable to remove unknown domain." msgstr "Unable to remove unknown domain." @@ -1395,7 +1394,7 @@ msgstr "Unable to remove unknown domain." msgid "Unable to remove unknown organization." msgstr "Unable to remove unknown organization." -#: src/affiliation/mutations/remove-user-from-org.js:79 +#: src/affiliation/mutations/remove-user-from-org.js:76 msgid "Unable to remove unknown user from organization." msgstr "Unable to remove unknown user from organization." @@ -1403,55 +1402,51 @@ msgstr "Unable to remove unknown user from organization." #~ msgid "Unable to remove user from organization." #~ msgstr "Unable to remove user from organization." -#: src/affiliation/mutations/remove-user-from-org.js:96 -#: src/affiliation/mutations/remove-user-from-org.js:117 -#: src/affiliation/mutations/remove-user-from-org.js:164 -#: src/affiliation/mutations/remove-user-from-org.js:174 +#: src/affiliation/mutations/remove-user-from-org.js:94 +#: src/affiliation/mutations/remove-user-from-org.js:144 msgid "Unable to remove user from this organization. Please try again." msgstr "Unable to remove user from this organization. Please try again." -#: src/affiliation/mutations/remove-user-from-org.js:63 +#: src/affiliation/mutations/remove-user-from-org.js:60 msgid "Unable to remove user from unknown organization." msgstr "Unable to remove user from unknown organization." -#: src/domain/mutations/request-scan.js:120 +#: src/domain/mutations/request-scan.js:116 msgid "Unable to request a one time scan on a domain that already has a pending scan." msgstr "Unable to request a one time scan on a domain that already has a pending scan." -#: src/domain/mutations/request-scan.js:55 +#: src/domain/mutations/request-scan.js:51 msgid "Unable to request a one time scan on an unknown domain." msgstr "Unable to request a one time scan on an unknown domain." -#: src/domain/mutations/request-scan.js:128 +#: src/domain/mutations/request-scan.js:124 msgid "Unable to request a one time scan. Please try again." msgstr "Unable to request a one time scan. Please try again." -#: src/domain/mutations/request-discovery.js:63 +#: src/domain/mutations/request-discovery.js:59 msgid "Unable to request a subdomain discovery scan on an invalid domain." msgstr "Unable to request a subdomain discovery scan on an invalid domain." -#: src/domain/mutations/request-discovery.js:73 +#: src/domain/mutations/request-discovery.js:69 msgid "Unable to request a subdomain discovery scan on an unknown domain." msgstr "Unable to request a subdomain discovery scan on an unknown domain." -#: src/affiliation/mutations/request-org-affiliation.js:98 +#: src/affiliation/mutations/request-org-affiliation.js:90 msgid "Unable to request invite to organization with which you are already affiliated." msgstr "Unable to request invite to organization with which you are already affiliated." -#: src/affiliation/mutations/request-org-affiliation.js:88 +#: src/affiliation/mutations/request-org-affiliation.js:80 msgid "Unable to request invite to organization with which you have already requested to join." msgstr "Unable to request invite to organization with which you have already requested to join." -#: src/affiliation/mutations/request-org-affiliation.js:59 +#: src/affiliation/mutations/request-org-affiliation.js:56 msgid "Unable to request invite to unknown organization." msgstr "Unable to request invite to unknown organization." -#: src/affiliation/mutations/request-org-affiliation.js:75 -#: src/affiliation/mutations/request-org-affiliation.js:124 -#: src/affiliation/mutations/request-org-affiliation.js:141 -#: src/affiliation/mutations/request-org-affiliation.js:152 -#: src/affiliation/mutations/request-org-affiliation.js:167 -#: src/affiliation/mutations/request-org-affiliation.js:198 +#: src/affiliation/mutations/request-org-affiliation.js:68 +#: src/affiliation/mutations/request-org-affiliation.js:108 +#: src/affiliation/mutations/request-org-affiliation.js:125 +#: src/affiliation/mutations/request-org-affiliation.js:139 msgid "Unable to request invite. Please try again." msgstr "Unable to request invite. Please try again." @@ -1540,18 +1535,16 @@ msgstr "Unable to sign up, please contact org admin for a new invite." msgid "Unable to sign up. Please try again." msgstr "Unable to sign up. Please try again." -#: src/domain/mutations/unignore-cve.js:64 -#: src/domain/mutations/unignore-cve.js:101 -#: src/domain/mutations/unignore-cve.js:123 -#: src/domain/mutations/unignore-cve.js:138 -#: src/domain/mutations/unignore-cve.js:149 +#: src/domain/data-source.js:835 +#: src/domain/data-source.js:857 +#: src/domain/data-source.js:871 +#: src/domain/data-source.js:881 +#: src/domain/mutations/unignore-cve.js:61 msgid "Unable to stop ignoring CVE. Please try again." msgstr "Unable to stop ignoring CVE. Please try again." -#: src/affiliation/mutations/transfer-org-ownership.js:106 -#: src/affiliation/mutations/transfer-org-ownership.js:146 -#: src/affiliation/mutations/transfer-org-ownership.js:169 -#: src/affiliation/mutations/transfer-org-ownership.js:180 +#: src/affiliation/mutations/transfer-org-ownership.js:102 +#: src/affiliation/mutations/transfer-org-ownership.js:135 msgid "Unable to transfer organization ownership. Please try again." msgstr "Unable to transfer organization ownership. Please try again." @@ -1559,15 +1552,15 @@ msgstr "Unable to transfer organization ownership. Please try again." #~ msgid "Unable to transfer ownership of a verified organization." #~ msgstr "Unable to transfer ownership of a verified organization." -#: src/affiliation/mutations/transfer-org-ownership.js:89 +#: src/affiliation/mutations/transfer-org-ownership.js:87 msgid "Unable to transfer ownership of an org to an undefined user." msgstr "Unable to transfer ownership of an org to an undefined user." -#: src/affiliation/mutations/transfer-org-ownership.js:59 +#: src/affiliation/mutations/transfer-org-ownership.js:57 msgid "Unable to transfer ownership of undefined organization." msgstr "Unable to transfer ownership of undefined organization." -#: src/affiliation/mutations/transfer-org-ownership.js:118 +#: src/affiliation/mutations/transfer-org-ownership.js:114 msgid "Unable to transfer ownership to a user outside the org. Please invite the user and try again." msgstr "Unable to transfer ownership to a user outside the org. Please invite the user and try again." @@ -1576,16 +1569,16 @@ msgstr "Unable to transfer ownership to a user outside the org. Please invite th msgid "Unable to two factor authenticate. Please try again." msgstr "Unable to two factor authenticate. Please try again." -#: src/domain/mutations/unfavourite-domain.js:84 +#: src/domain/mutations/unfavourite-domain.js:64 msgid "Unable to unfavourite domain, domain is not favourited." msgstr "Unable to unfavourite domain, domain is not favourited." -#: src/domain/mutations/unfavourite-domain.js:111 -#: src/domain/mutations/unfavourite-domain.js:119 +#: src/domain/data-source.js:464 +#: src/domain/data-source.js:472 msgid "Unable to unfavourite domain. Please try again." msgstr "Unable to unfavourite domain. Please try again." -#: src/domain/mutations/unfavourite-domain.js:53 +#: src/domain/mutations/unfavourite-domain.js:50 msgid "Unable to unfavourite unknown domain." msgstr "Unable to unfavourite unknown domain." @@ -1595,36 +1588,40 @@ msgstr "Unable to unfavourite unknown domain." #~ msgid "Unable to unignore CVE. Please try again." #~ msgstr "Unable to unignore CVE. Please try again." -#: src/domain/mutations/update-domain.js:284 +#: src/domain/data-source.js:514 msgid "Unable to update domain edge. Please try again." msgstr "Unable to update domain edge. Please try again." -#: src/domain/mutations/update-domain.js:148 +#: src/domain/mutations/update-domain.js:120 msgid "Unable to update domain in an unknown org." msgstr "Unable to update domain in an unknown org." -#: src/domain/mutations/update-domain.js:189 +#: src/domain/mutations/update-domain.js:157 msgid "Unable to update domain that does not belong to the given organization." msgstr "Unable to update domain that does not belong to the given organization." -#: src/domain/mutations/update-domain.js:179 -#: src/domain/mutations/update-domain.js:241 -#: src/domain/mutations/update-domain.js:295 +#: src/domain/data-source.js:234 +#: src/domain/data-source.js:495 +#: src/domain/data-source.js:524 +#: src/domain/data-source.js:550 +#: src/domain/data-source.js:558 +#: src/domain/mutations/update-domain.js:147 +#: src/domain/mutations/update-domain.js:205 msgid "Unable to update domain. Please try again." msgstr "Unable to update domain. Please try again." -#: src/domain/mutations/update-domains-by-domain-ids.js:68 -#: src/domain/mutations/update-domains-by-filters.js:76 +#: src/domain/mutations/update-domains-by-domain-ids.js:64 +#: src/domain/mutations/update-domains-by-filters.js:71 msgid "Unable to update domains in unknown organization." msgstr "Unable to update domains in unknown organization." -#: src/domain/mutations/update-domains-by-filters.js:229 -#: src/domain/mutations/update-domains-by-filters.js:237 -#: src/domain/mutations/update-domains-by-filters.js:244 +#: src/domain/data-source.js:424 +#: src/domain/data-source.js:432 +#: src/domain/data-source.js:436 msgid "Unable to update domains. Please try again." msgstr "Unable to update domains. Please try again." -#: src/organization/data-source.js:101 +#: src/organization/data-source.js:102 msgid "Unable to update organization. Please try again." msgstr "Unable to update organization. Please try again." @@ -1650,15 +1647,15 @@ msgstr "Unable to update password. Please try again." msgid "Unable to update profile. Please try again." msgstr "Unable to update profile. Please try again." -#: src/affiliation/mutations/update-user-role.js:97 +#: src/affiliation/mutations/update-user-role.js:94 msgid "Unable to update role: organization unknown." msgstr "Unable to update role: organization unknown." -#: src/affiliation/mutations/update-user-role.js:140 +#: src/affiliation/mutations/update-user-role.js:138 msgid "Unable to update role: user does not belong to organization." msgstr "Unable to update role: user does not belong to organization." -#: src/affiliation/mutations/update-user-role.js:83 +#: src/affiliation/mutations/update-user-role.js:80 msgid "Unable to update role: user unknown." msgstr "Unable to update role: user unknown." @@ -1681,11 +1678,11 @@ msgstr "Unable to update tag, orgId is invalid." msgid "Unable to update tag. Please try again." msgstr "Unable to update tag. Please try again." -#: src/domain/mutations/update-domain.js:134 +#: src/domain/mutations/update-domain.js:106 msgid "Unable to update unknown domain." msgstr "Unable to update unknown domain." -#: src/organization/mutations/update-organization.js:137 +#: src/organization/mutations/update-organization.js:145 msgid "Unable to update unknown organization." msgstr "Unable to update unknown organization." @@ -1693,15 +1690,13 @@ msgstr "Unable to update unknown organization." msgid "Unable to update unknown tag." msgstr "Unable to update unknown tag." -#: src/affiliation/mutations/update-user-role.js:130 -#: src/affiliation/mutations/update-user-role.js:152 -#: src/affiliation/mutations/update-user-role.js:196 -#: src/affiliation/mutations/update-user-role.js:206 -#: src/affiliation/mutations/update-user-role.js:217 +#: src/affiliation/mutations/update-user-role.js:128 +#: src/affiliation/mutations/update-user-role.js:175 +#: src/affiliation/mutations/update-user-role.js:186 msgid "Unable to update user's role. Please try again." msgstr "Unable to update user's role. Please try again." -#: src/affiliation/mutations/update-user-role.js:69 +#: src/affiliation/mutations/update-user-role.js:66 msgid "Unable to update your own role." msgstr "Unable to update your own role." @@ -1725,9 +1720,9 @@ msgstr "Unable to verify if user is a super admin, please try again." msgid "Unable to verify if user is an admin, please try again." msgstr "Unable to verify if user is an admin, please try again." -#: src/organization/data-source.js:237 -#: src/organization/data-source.js:252 -#: src/organization/data-source.js:260 +#: src/organization/data-source.js:238 +#: src/organization/data-source.js:253 +#: src/organization/data-source.js:261 msgid "Unable to verify organization. Please try again." msgstr "Unable to verify organization. Please try again." @@ -1743,7 +1738,7 @@ msgstr "User could not be queried." msgid "User is trying to register for a non-production environment." msgstr "User is trying to register for a non-production environment." -#: src/affiliation/mutations/update-user-role.js:253 +#: src/affiliation/mutations/update-user-role.js:219 msgid "User role was updated successfully." msgstr "User role was updated successfully." @@ -1820,7 +1815,7 @@ msgid "You must provide a `first` or `last` value to properly paginate the `Log` msgstr "You must provide a `first` or `last` value to properly paginate the `Log` connection." #: src/organization/loaders/load-organization-connections-by-domain-id.js:166 -#: src/organization/loaders/load-organization-connections-by-user-id.js:178 +#: src/organization/loaders/load-organization-connections-by-user-id.js:180 msgid "You must provide a `first` or `last` value to properly paginate the `Organization` connection." msgstr "You must provide a `first` or `last` value to properly paginate the `Organization` connection." diff --git a/api/src/locale/fr/messages.po b/api/src/locale/fr/messages.po index 94b17afd7b..95af02174b 100644 --- a/api/src/locale/fr/messages.po +++ b/api/src/locale/fr/messages.po @@ -28,7 +28,7 @@ msgstr "" #: src/guidance-tag/loaders/load-spf-guidance-tags-connections.js:136 #: src/guidance-tag/loaders/load-ssl-guidance-tags-connections.js:136 #: src/organization/loaders/load-organization-connections-by-domain-id.js:203 -#: src/organization/loaders/load-organization-connections-by-user-id.js:213 +#: src/organization/loaders/load-organization-connections-by-user-id.js:215 #: src/user/loaders/load-user-connections-by-user-id.js:145 #: src/verified-domains/loaders/load-verified-domain-connections-by-organization-id.js:164 #: src/verified-domains/loaders/load-verified-domain-connections.js:164 @@ -93,7 +93,7 @@ msgid "`{argSet}` on the `Log` connection cannot be less than zero." msgstr "`{argSet}` sur la connexion `Log` ne peut être inférieur à zéro." #: src/organization/loaders/load-organization-connections-by-domain-id.js:182 -#: src/organization/loaders/load-organization-connections-by-user-id.js:192 +#: src/organization/loaders/load-organization-connections-by-user-id.js:194 msgid "`{argSet}` on the `Organization` connection cannot be less than zero." msgstr "`{argSet}` sur la connexion `Organization` ne peut être inférieure à zéro." @@ -123,7 +123,7 @@ msgstr "`{argSet}` sur la connexion `VerifiedDomain` ne peut être inférieur à msgid "`{argSet}` on the `VerifiedOrganization` connection cannot be less than zero." msgstr "`{argSet}` sur la connexion `VerifiedOrganization` ne peut être inférieur à zéro." -#: src/organization/objects/organization.js:240 +#: src/organization/objects/organization.js:246 #: src/organization/queries/get-all-organization-domain-statuses.js:69 msgid "Assess" msgstr "Évaluez" @@ -142,7 +142,7 @@ msgstr "Erreur d'authentification. Veuillez vous connecter." msgid "Cannot query additional findings without permission." msgstr "Il n'est pas possible de demander des résultats supplémentaires sans autorisation." -#: src/organization/objects/organization.js:359 +#: src/organization/objects/organization.js:364 msgid "Cannot query affiliations on organization without admin permission or higher." msgstr "Impossible d'interroger les affiliations sur l'organisation sans l'autorisation de l'administrateur ou plus." @@ -163,15 +163,15 @@ msgstr "Impossible d'interroger les sélecteurs de domaine sans autorisation." msgid "Cannot query web scan results without permission." msgstr "Impossible d'interroger les résultats de l'analyse web sans autorisation." -#: src/domain/mutations/ignore-cve.js:77 +#: src/domain/mutations/ignore-cve.js:74 msgid "CVE is already ignored for this domain." msgstr "CVE est déjà ignoré pour ce domaine." -#: src/domain/mutations/unignore-cve.js:77 +#: src/domain/mutations/unignore-cve.js:74 msgid "CVE is not ignored for this domain." msgstr "Le CVE n'est pas ignoré dans ce domaine." -#: src/organization/objects/organization.js:242 +#: src/organization/objects/organization.js:248 #: src/organization/queries/get-all-organization-domain-statuses.js:71 msgid "Deploy" msgstr "msgstr Déployer" @@ -180,13 +180,13 @@ msgstr "msgstr Déployer" msgid "Email already in use." msgstr "Courriel déjà utilisé." -#: src/organization/objects/organization.js:244 +#: src/organization/objects/organization.js:250 #: src/organization/queries/get-all-organization-domain-statuses.js:73 msgid "Enforce" msgstr "Appliquer" -#: src/domain/mutations/request-scan.js:90 -#: src/domain/mutations/request-scan.js:100 +#: src/domain/mutations/request-scan.js:86 +#: src/domain/mutations/request-scan.js:96 msgid "Error while requesting scan. Please try again." msgstr "Erreur lors de la demande d'analyse. Veuillez réessayer." @@ -217,7 +217,7 @@ msgstr "Le nom d'utilisateur ou le mot de passe est incorrect. Veuillez réessay msgid "Invalid token, please sign in." msgstr "Jeton invalide, veuillez vous connecter." -#: src/organization/objects/organization.js:246 +#: src/organization/objects/organization.js:252 #: src/organization/queries/get-all-organization-domain-statuses.js:75 msgid "Maintain" msgstr "Maintenir" @@ -247,7 +247,7 @@ msgstr "Aucune organisation vérifiée avec le slug fourni n'a pu être trouvée msgid "Organization has already been verified." msgstr "L'organisation a déjà été vérifiée." -#: src/organization/mutations/update-organization.js:167 +#: src/organization/mutations/update-organization.js:175 msgid "Organization name already in use, please choose another and try again." msgstr "Le nom de l'organisation est déjà utilisé, veuillez en choisir un autre et réessayer." @@ -319,7 +319,7 @@ msgid "Passing both `first` and `last` to paginate the `Log` connection is not s msgstr "Passer à la fois `first` et `last` pour paginer la connexion `Log` n'est pas supporté." #: src/organization/loaders/load-organization-connections-by-domain-id.js:173 -#: src/organization/loaders/load-organization-connections-by-user-id.js:185 +#: src/organization/loaders/load-organization-connections-by-user-id.js:187 msgid "Passing both `first` and `last` to paginate the `Organization` connection is not supported." msgstr "Passer à la fois `first` et `last` pour paginer la connexion `Organization` n'est pas supporté." @@ -384,11 +384,11 @@ msgstr "Permission refusée : Impossible de récupérer l'organisation spécifi msgid "Permission Denied: Multi-factor authentication is required for admin accounts" msgstr "Permission refusée : L'authentification multifactorielle est requise pour les comptes admin." -#: src/affiliation/mutations/transfer-org-ownership.js:74 +#: src/affiliation/mutations/transfer-org-ownership.js:72 msgid "Permission Denied: Please contact org owner to transfer ownership." msgstr "Permission refusée : Veuillez contacter le propriétaire de l'org pour transférer la propriété." -#: src/domain/mutations/remove-organizations-domains.js:128 +#: src/domain/mutations/remove-organizations-domains.js:127 msgid "Permission Denied: Please contact organization admin for help with archiving domains." msgstr "Permission refusée : Veuillez contacter l'administrateur de l'organisation pour obtenir de l'aide sur l'archivage des domaines." @@ -396,11 +396,11 @@ msgstr "Permission refusée : Veuillez contacter l'administrateur de l'organisat msgid "Permission Denied: Please contact organization admin for help with creating tag." msgstr "Permission refusée : Veuillez contacter l'administrateur de l'organisation pour obtenir de l'aide sur la création d'un tag." -#: src/domain/mutations/remove-domain.js:96 +#: src/domain/mutations/remove-domain.js:92 msgid "Permission Denied: Please contact organization admin for help with removing domain." msgstr "Permission refusée : Veuillez contacter l'administrateur de l'organisation pour obtenir de l'aide afin de supprimer le domaine." -#: src/domain/mutations/remove-organizations-domains.js:117 +#: src/domain/mutations/remove-organizations-domains.js:116 msgid "Permission Denied: Please contact organization admin for help with removing domains." msgstr "Permission refusée : Veuillez contacter l'administrateur de l'organisation pour obtenir de l'aide sur la suppression des domaines." @@ -408,17 +408,17 @@ msgstr "Permission refusée : Veuillez contacter l'administrateur de l'organisat msgid "Permission Denied: Please contact organization admin for help with removing organization." msgstr "Permission refusée : Veuillez contacter l'administrateur de l'organisation pour obtenir de l'aide afin de supprimer l'organisation." +#: src/affiliation/mutations/remove-user-from-org.js:116 #: src/affiliation/mutations/remove-user-from-org.js:128 -#: src/affiliation/mutations/remove-user-from-org.js:140 msgid "Permission Denied: Please contact organization admin for help with removing users." msgstr "Autorisation refusée : Veuillez contacter l'administrateur de l'organisation pour obtenir de l'aide sur la suppression des utilisateurs." -#: src/domain/mutations/update-domains-by-domain-ids.js:81 -#: src/domain/mutations/update-domains-by-filters.js:89 +#: src/domain/mutations/update-domains-by-domain-ids.js:77 +#: src/domain/mutations/update-domains-by-filters.js:84 msgid "Permission Denied: Please contact organization admin for help with updating domains." msgstr "Autorisation refusée : veuillez contacter l'administrateur de l'organisation pour obtenir de l'aide concernant la mise à jour des domaines." -#: src/organization/mutations/update-organization.js:152 +#: src/organization/mutations/update-organization.js:160 msgid "Permission Denied: Please contact organization admin for help with updating organization." msgstr "Permission refusée : Veuillez contacter l'administrateur de l'organisation pour obtenir de l'aide sur la suppression des utilisateurs." @@ -433,19 +433,19 @@ msgstr "Permission refusée : Veuillez contacter l'administrateur de l'organisat #~ msgid "Permission Denied: Please contact organization admin for help with updating user roles." #~ msgstr "Permission refusée : Veuillez contacter l'administrateur de l'organisation pour obtenir de l'aide sur la mise à jour des rôles des utilisateurs." -#: src/affiliation/mutations/invite-user-to-org.js:99 +#: src/affiliation/mutations/invite-user-to-org.js:96 msgid "Permission Denied: Please contact organization admin for help with user invitations." msgstr "Permission refusée : Veuillez contacter l'administrateur de l'organisation pour obtenir de l'aide concernant les invitations d'utilisateurs." -#: src/affiliation/mutations/update-user-role.js:112 +#: src/affiliation/mutations/update-user-role.js:109 msgid "Permission Denied: Please contact organization admin for help with user role changes." msgstr "Permission refusée : Veuillez contacter l'administrateur de l'organisation pour obtenir de l'aide sur les changements de rôle des utilisateurs." -#: src/domain/mutations/create-domain.js:135 +#: src/domain/mutations/create-domain.js:131 msgid "Permission Denied: Please contact organization user for help with creating domain." msgstr "Permission refusée : Veuillez contacter l'utilisateur de l'organisation pour obtenir de l'aide sur la création du domaine." -#: src/domain/mutations/add-organizations-domains.js:122 +#: src/domain/mutations/add-organizations-domains.js:121 msgid "Permission Denied: Please contact organization user for help with creating domains." msgstr "Permission refusée : Veuillez contacter l'utilisateur de l'organisation pour obtenir de l'aide sur la création de domaines." @@ -454,16 +454,16 @@ msgstr "Permission refusée : Veuillez contacter l'utilisateur de l'organisation #~ msgstr "Permission refusée : Veuillez contacter l'utilisateur de l'organisation pour obtenir de l'aide afin de récupérer les étiquettes." #: src/domain/queries/find-domain-by-domain.js:51 -#: src/organization/objects/organization.js:195 +#: src/organization/objects/organization.js:201 msgid "Permission Denied: Please contact organization user for help with retrieving this domain." msgstr "Permission refusée : Veuillez contacter l'utilisateur de l'organisation pour obtenir de l'aide pour récupérer ce domaine." -#: src/domain/mutations/request-discovery.js:98 -#: src/domain/mutations/request-scan.js:66 +#: src/domain/mutations/request-discovery.js:94 +#: src/domain/mutations/request-scan.js:62 msgid "Permission Denied: Please contact organization user for help with scanning this domain." msgstr "Permission refusée : Veuillez contacter l'utilisateur de l'organisation pour obtenir de l'aide sur l'analyse de ce domaine." -#: src/domain/mutations/update-domain.js:162 +#: src/domain/mutations/update-domain.js:134 msgid "Permission Denied: Please contact organization user for help with updating this domain." msgstr "Autorisation refusée : Veuillez contacter l'utilisateur de l'organisation pour obtenir de l'aide sur la mise à jour de ce domaine." @@ -471,12 +471,12 @@ msgstr "Autorisation refusée : Veuillez contacter l'utilisateur de l'organisati msgid "Permission Denied: Please contact super admin for help with archiving organization." msgstr "Permission refusée : Veuillez contacter le super administrateur pour obtenir de l'aide sur l'organisation de l'archivage." -#: src/domain/mutations/create-domain.js:157 +#: src/domain/mutations/create-domain.js:153 msgid "Permission Denied: Please contact super admin for help with creating domain." msgstr "Permission refusée : Veuillez contacter le super admin pour obtenir de l'aide pour créer le domaine." -#: src/domain/mutations/remove-domain.js:109 -#: src/domain/mutations/remove-organizations-domains.js:106 +#: src/domain/mutations/remove-domain.js:105 +#: src/domain/mutations/remove-organizations-domains.js:105 msgid "Permission Denied: Please contact super admin for help with removing domain." msgstr "Permission refusée : Veuillez contacter l'utilisateur de l'organisation pour obtenir de l'aide sur la mise à jour de ce domaine." @@ -488,7 +488,7 @@ msgstr "Permission refusée : Veuillez contacter le super administrateur pour qu #~ msgid "Permission Denied: Please contact super admin for help with scanning this domain." #~ msgstr "Permission refusée : Veuillez contacter le super administrateur pour obtenir de l'aide sur l'analyse de ce domaine." -#: src/domain/mutations/update-domain.js:210 +#: src/domain/mutations/update-domain.js:178 msgid "Permission Denied: Please contact super admin for help with updating domain." msgstr "Permission refusée : Veuillez contacter le super admin pour obtenir de l'aide pour mettre à jour le domaine." @@ -496,11 +496,11 @@ msgstr "Permission refusée : Veuillez contacter le super admin pour obtenir de msgid "Permission Denied: Please contact super admin for help with updating tag." msgstr "Autorisation refusée : veuillez contacter l'administrateur principal pour obtenir de l'aide concernant la mise à jour de la balise." -#: src/affiliation/mutations/invite-user-to-org.js:112 +#: src/affiliation/mutations/invite-user-to-org.js:109 msgid "Permission Denied: Please contact super admin for help with user invitations." msgstr "Accès refusé : veuillez contacter l'administrateur principal pour obtenir de l'aide concernant les invitations d'utilisateurs." -#: src/affiliation/mutations/update-user-role.js:167 +#: src/affiliation/mutations/update-user-role.js:154 msgid "Permission Denied: Please contact super admin for help with user role changes." msgstr "Accès refusé : veuillez contacter l'administrateur principal pour obtenir de l'aide concernant la modification des rôles d'utilisateur." @@ -604,7 +604,7 @@ msgid "Requesting `{amount}` records on the `Log` connection exceeds the `{argSe msgstr "La demande d'enregistrements `{amount}` sur la connexion `Log` dépasse la limite `{argSet}` de 100 enregistrements." #: src/organization/loaders/load-organization-connections-by-domain-id.js:189 -#: src/organization/loaders/load-organization-connections-by-user-id.js:199 +#: src/organization/loaders/load-organization-connections-by-user-id.js:201 msgid "Requesting `{amount}` records on the `Organization` connection exceeds the `{argSet}` limit of 100 records." msgstr "La demande d'enregistrements `{amount}` sur la connexion `Organization` dépasse la limite `{argSet}` de 100 enregistrements." @@ -627,7 +627,7 @@ msgid "Requesting `{amount}` records on the `VerifiedOrganization` connection ex msgstr "La demande d'enregistrements `{amount}` sur la connexion `VerifiedOrganization` dépasse la limite `{argSet}` de 100 enregistrements." #. placeholder {0}: org.slug -#: src/domain/mutations/add-organizations-domains.js:334 +#: src/domain/mutations/add-organizations-domains.js:327 msgid "Successfully added {domainCount} domain(s) to {0}." msgstr "Ajouté avec succès le(s) domaine(s) {domainCount} à {0}." @@ -645,11 +645,11 @@ msgstr "Organisation archivée avec succès : {0}." msgid "Successfully closed account." msgstr "Le compte a été fermé avec succès." -#: src/domain/mutations/request-scan.js:175 +#: src/domain/mutations/request-scan.js:168 msgid "Successfully dispatched one time scan." msgstr "Un seul balayage a été effectué avec succès." -#: src/domain/mutations/request-discovery.js:134 +#: src/domain/mutations/request-discovery.js:127 msgid "Successfully dispatched subdomain discovery scan." msgstr "L'analyse de découverte du sous-domaine a été effectuée avec succès." @@ -661,17 +661,17 @@ msgstr "L'analyse de découverte du sous-domaine a été effectuée avec succès msgid "Successfully email verified account." msgstr "Envoi d'un courriel à un compte vérifié." -#: src/affiliation/mutations/invite-user-to-org.js:282 +#: src/affiliation/mutations/invite-user-to-org.js:244 msgid "Successfully invited user to organization, and sent notification email." msgstr "L'utilisateur a été invité avec succès à l'organisation et l'email de notification a été envoyé." #. placeholder {0}: org.slug -#: src/affiliation/mutations/leave-organization.js:86 +#: src/affiliation/mutations/leave-organization.js:69 msgid "Successfully left organization: {0}" msgstr "L'organisation a été quittée avec succès: {0}" #. placeholder {0}: org.slug -#: src/domain/mutations/remove-organizations-domains.js:477 +#: src/domain/mutations/remove-organizations-domains.js:464 msgid "Successfully removed {domainCount} domain(s) from {0}." msgstr "Supprimé avec succès le(s) domaine(s) {domainCount} de {0}." @@ -681,12 +681,12 @@ msgstr "Supprimé avec succès le(s) domaine(s) {domainCount} de {0}." #. placeholder {0}: domain.domain #. placeholder {1}: org.slug -#: src/domain/mutations/remove-domain.js:373 +#: src/domain/mutations/remove-domain.js:178 msgid "Successfully removed domain: {0} from {1}." msgstr "A réussi à supprimer le domaine : {0} de {1}." #. placeholder {0}: domain.domain -#: src/domain/mutations/unfavourite-domain.js:126 +#: src/domain/mutations/unfavourite-domain.js:74 msgid "Successfully removed domain: {0} from favourites." msgstr "A réussi à supprimer le domaine : {0} des favoris." @@ -695,15 +695,15 @@ msgstr "A réussi à supprimer le domaine : {0} des favoris." msgid "Successfully removed organization: {0}." msgstr "A réussi à supprimer l'organisation : {0}." -#: src/affiliation/mutations/remove-user-from-org.js:201 +#: src/affiliation/mutations/remove-user-from-org.js:168 msgid "Successfully removed user from organization." msgstr "L'utilisateur a été retiré de l'organisation avec succès." -#: src/affiliation/mutations/request-org-affiliation.js:231 +#: src/affiliation/mutations/request-org-affiliation.js:189 msgid "Successfully requested invite to organization, and sent notification email." msgstr "La demande d'invitation à l'organisation a été effectuée avec succès et un courriel de notification a été envoyé." -#: src/affiliation/mutations/invite-user-to-org.js:170 +#: src/affiliation/mutations/invite-user-to-org.js:164 msgid "Successfully sent invitation to service, and organization email." msgstr "Envoi réussi de l'invitation au service, et de l'email de l'organisation." @@ -713,14 +713,14 @@ msgstr "J'ai réussi à me déconnecter." #. placeholder {0}: org.slug #. placeholder {1}: requestedUser.userName -#: src/affiliation/mutations/transfer-org-ownership.js:188 +#: src/affiliation/mutations/transfer-org-ownership.js:143 msgid "Successfully transferred org: {0} ownership to user: {1}" msgstr "A réussi à transférer la propriété de org: {0} à l'utilisateur: {1}" #. placeholder {0}: org.slug #. placeholder {1}: tags.join(', ') -#: src/domain/mutations/update-domains-by-domain-ids.js:179 -#: src/domain/mutations/update-domains-by-filters.js:310 +#: src/domain/mutations/update-domains-by-domain-ids.js:148 +#: src/domain/mutations/update-domains-by-filters.js:130 msgid "Successfully updated {domainCount} domain(s) in {0} with {1}." msgstr "Mise à jour réussie de {domainCount} domaine(s) dans {0} avec {1}." @@ -763,19 +763,18 @@ msgstr "Le code à deux facteurs est incorrect. Veuillez réessayer." msgid "Two factor code length is incorrect. Please try again." msgstr "La longueur du code à deux facteurs est incorrecte. Veuillez réessayer." -#: src/affiliation/mutations/leave-organization.js:71 -#: src/affiliation/mutations/leave-organization.js:79 +#: src/affiliation/mutations/leave-organization.js:62 msgid "Unable leave organization. Please try again." msgstr "Impossible de quitter l'organisation. Veuillez réessayer." -#: src/domain/mutations/add-organizations-domains.js:108 +#: src/domain/mutations/add-organizations-domains.js:107 msgid "Unable to add domains in unknown organization." msgstr "Impossible d'ajouter des domaines dans une organisation inconnue." -#: src/organization/data-source.js:179 -#: src/organization/data-source.js:194 -#: src/organization/data-source.js:209 -#: src/organization/data-source.js:217 +#: src/organization/data-source.js:180 +#: src/organization/data-source.js:195 +#: src/organization/data-source.js:210 +#: src/organization/data-source.js:218 msgid "Unable to archive organization. Please try again." msgstr "Impossible d'archiver l'organisation. Veuillez réessayer." @@ -817,30 +816,30 @@ msgstr "Impossible de fermer le compte. Veuillez réessayer." msgid "Unable to confirm completion of the tour. Please try again." msgstr "Impossible de confirmer l'achèvement de la visite. Veuillez réessayer." -#: src/domain/mutations/create-domain.js:121 +#: src/domain/mutations/create-domain.js:117 msgid "Unable to create domain in unknown organization." msgstr "Impossible de créer un domaine dans une organisation inconnue." -#: src/domain/mutations/create-domain.js:216 +#: src/domain/mutations/create-domain.js:191 msgid "Unable to create domain, organization has already claimed it." msgstr "Impossible de créer le domaine, l'organisation l'a déjà réclamé." -#: src/domain/mutations/create-domain.js:198 -#: src/domain/mutations/create-domain.js:206 -#: src/domain/mutations/create-domain.js:238 -#: src/domain/mutations/create-domain.js:247 -#: src/domain/mutations/create-domain.js:267 -#: src/domain/mutations/create-domain.js:275 +#: src/domain/data-source.js:56 +#: src/domain/data-source.js:65 +#: src/domain/data-source.js:84 +#: src/domain/data-source.js:92 +#: src/domain/data-source.js:207 +#: src/domain/data-source.js:215 msgid "Unable to create domain. Please try again." msgstr "Impossible de créer un domaine. Veuillez réessayer." -#: src/domain/mutations/add-organizations-domains.js:277 +#: src/domain/mutations/add-organizations-domains.js:276 msgid "Unable to create domains. Please try again." msgstr "Impossible de créer des domaines. Veuillez réessayer." -#: src/organization/data-source.js:58 -#: src/organization/data-source.js:76 -#: src/organization/data-source.js:84 +#: src/organization/data-source.js:59 +#: src/organization/data-source.js:77 +#: src/organization/data-source.js:85 msgid "Unable to create organization. Please try again." msgstr "Impossible de créer une organisation. Veuillez réessayer." @@ -857,7 +856,7 @@ msgstr "Impossible de créer une balise, tagId déjà utilisé." msgid "Unable to create tag. Please try again." msgstr "Impossible de créer une balise. Veuillez réessayer." -#: src/domain/mutations/request-discovery.js:86 +#: src/domain/mutations/request-discovery.js:82 msgid "Unable to discover domains for unknown organization." msgstr "Impossible de découvrir les domaines d'une organisation inconnue." @@ -872,24 +871,22 @@ msgstr "Impossible de rejeter le message. Veuillez réessayer." #~ msgid "Unable to dispatch one time scan. Please try again." #~ msgstr "Impossible d'envoyer un scan unique. Veuillez réessayer." -#: src/organization/objects/organization.js:265 +#: src/organization/objects/organization.js:271 msgid "Unable to export organization. Please try again." msgstr "Impossible d'exporter l'organisation. Veuillez réessayer." -#: src/domain/mutations/favourite-domain.js:82 +#: src/domain/mutations/favourite-domain.js:62 msgid "Unable to favourite domain, user has already favourited it." msgstr "Impossible de favoriser le domaine, l'utilisateur l'a déjà favorisé." -#: src/domain/mutations/favourite-domain.js:66 -#: src/domain/mutations/favourite-domain.js:74 -#: src/domain/mutations/favourite-domain.js:103 -#: src/domain/mutations/favourite-domain.js:111 -#: src/domain/mutations/unfavourite-domain.js:68 -#: src/domain/mutations/unfavourite-domain.js:76 +#: src/domain/data-source.js:115 +#: src/domain/data-source.js:123 +#: src/domain/data-source.js:138 +#: src/domain/data-source.js:146 msgid "Unable to favourite domain. Please try again." msgstr "Impossible d'accéder au domaine favori. Veuillez réessayer." -#: src/domain/mutations/favourite-domain.js:51 +#: src/domain/mutations/favourite-domain.js:48 msgid "Unable to favourite unknown domain." msgstr "Impossible de favoriser le domaine inconnu." @@ -976,40 +973,39 @@ msgstr "Impossible de trouver le domaine demandé." msgid "Unable to find user affiliation(s). Please try again." msgstr "Impossible de trouver l'affiliation de l'utilisateur (s). Veuillez réessayer." -#: src/verified-organizations/loaders/load-verified-organization-by-key.js:32 -#: src/verified-organizations/loaders/load-verified-organization-by-key.js:44 -#: src/verified-organizations/loaders/load-verified-organization-by-slug.js:32 -#: src/verified-organizations/loaders/load-verified-organization-by-slug.js:44 +#: src/verified-organizations/loaders/load-verified-organization-by-key.js:33 +#: src/verified-organizations/loaders/load-verified-organization-by-key.js:45 +#: src/verified-organizations/loaders/load-verified-organization-by-slug.js:33 +#: src/verified-organizations/loaders/load-verified-organization-by-slug.js:45 msgid "Unable to find verified organization(s). Please try again." msgstr "Impossible de trouver une ou plusieurs organisations vérifiées. Veuillez réessayer." -#: src/domain/mutations/ignore-cve.js:64 -#: src/domain/mutations/ignore-cve.js:101 -#: src/domain/mutations/ignore-cve.js:123 -#: src/domain/mutations/ignore-cve.js:138 -#: src/domain/mutations/ignore-cve.js:149 +#: src/domain/data-source.js:764 +#: src/domain/data-source.js:786 +#: src/domain/data-source.js:800 +#: src/domain/data-source.js:810 +#: src/domain/mutations/ignore-cve.js:61 msgid "Unable to ignore CVE. Please try again." msgstr "Impossible d'ignorer le CVE. Veuillez réessayer." -#: src/affiliation/mutations/invite-user-to-org.js:124 -#: src/affiliation/mutations/invite-user-to-org.js:190 +#: src/affiliation/mutations/invite-user-to-org.js:121 +#: src/affiliation/mutations/invite-user-to-org.js:179 msgid "Unable to invite user to organization. Please try again." msgstr "Impossible d'inviter un utilisateur dans une organisation. Veuillez réessayer." -#: src/affiliation/mutations/invite-user-to-org.js:202 +#: src/affiliation/mutations/invite-user-to-org.js:191 msgid "Unable to invite user to organization. User is already affiliated with organization." msgstr "Impossible d'inviter un utilisateur dans une organisation. L'utilisateur est déjà affilié à l'organisation." -#: src/affiliation/mutations/invite-user-to-org.js:84 +#: src/affiliation/mutations/invite-user-to-org.js:81 msgid "Unable to invite user to unknown organization." msgstr "Impossible d'inviter un utilisateur à une organisation inconnue." -#: src/affiliation/mutations/invite-user-to-org.js:232 -#: src/affiliation/mutations/invite-user-to-org.js:253 +#: src/affiliation/mutations/invite-user-to-org.js:212 msgid "Unable to invite user. Please try again." msgstr "Impossible d'inviter un utilisateur. Veuillez réessayer." -#: src/affiliation/mutations/invite-user-to-org.js:70 +#: src/affiliation/mutations/invite-user-to-org.js:67 msgid "Unable to invite yourself to an org." msgstr "Impossible de s'inviter à un org." @@ -1018,7 +1014,7 @@ msgstr "Impossible de s'inviter à un org." #~ msgid "Unable to leave organization. Please try again." #~ msgstr "Impossible de quitter l'organisation. Veuillez réessayer." -#: src/affiliation/mutations/leave-organization.js:48 +#: src/affiliation/mutations/leave-organization.js:46 msgid "Unable to leave undefined organization." msgstr "Impossible de quitter une organisation non définie." @@ -1045,8 +1041,8 @@ msgstr "Impossible de charger le(s) tag(s) d'orientation des agrégats. Veuillez #~ msgid "Unable to load all organization domain statuses. Please try again." #~ msgstr "Impossible de charger tous les statuts de domaine d'organisation. Veuillez réessayer." -#: src/summaries/loaders/load-chart-summaries-by-period.js:50 -#: src/summaries/loaders/load-chart-summaries-by-period.js:60 +#: src/summaries/loaders/load-chart-summaries-by-period.js:56 +#: src/summaries/loaders/load-chart-summaries-by-period.js:66 msgid "Unable to load chart summary data. Please try again." msgstr "Impossible de charger les données du résumé du graphique. Veuillez réessayer." @@ -1182,26 +1178,26 @@ msgstr "Impossible de charger les statuts des domaines d'organisation. Veuillez msgid "Unable to load organization names. Please try again." msgstr "Impossible de charger les noms des organisations. Veuillez réessayer." -#: src/organization/loaders/load-organization-summaries-by-period.js:56 -#: src/organization/loaders/load-organization-summaries-by-period.js:66 +#: src/organization/loaders/load-organization-summaries-by-period.js:50 +#: src/organization/loaders/load-organization-summaries-by-period.js:60 msgid "Unable to load organization summary data. Please try again." msgstr "Impossible de charger les données de synthèse de l'organisation. Veuillez réessayer." -#: src/organization/data-source.js:117 -#: src/organization/data-source.js:124 -#: src/organization/data-source.js:144 -#: src/organization/data-source.js:152 +#: src/organization/data-source.js:118 +#: src/organization/data-source.js:125 +#: src/organization/data-source.js:145 +#: src/organization/data-source.js:153 msgid "Unable to load organization. Please try again." msgstr "Impossible de charger l'organisation. Veuillez réessayer." -#: src/organization/loaders/load-organization-by-key.js:31 -#: src/organization/loaders/load-organization-by-key.js:41 -#: src/organization/loaders/load-organization-by-slug.js:34 -#: src/organization/loaders/load-organization-by-slug.js:45 -#: src/organization/loaders/load-organization-connections-by-domain-id.js:508 -#: src/organization/loaders/load-organization-connections-by-domain-id.js:518 -#: src/organization/loaders/load-organization-connections-by-user-id.js:544 -#: src/organization/loaders/load-organization-connections-by-user-id.js:554 +#: src/organization/loaders/load-organization-by-key.js:32 +#: src/organization/loaders/load-organization-by-key.js:42 +#: src/organization/loaders/load-organization-by-slug.js:35 +#: src/organization/loaders/load-organization-by-slug.js:46 +#: src/organization/loaders/load-organization-connections-by-domain-id.js:509 +#: src/organization/loaders/load-organization-connections-by-domain-id.js:519 +#: src/organization/loaders/load-organization-connections-by-user-id.js:565 +#: src/organization/loaders/load-organization-connections-by-user-id.js:575 msgid "Unable to load organization(s). Please try again." msgstr "Impossible de charger l'organisation (s). Veuillez réessayer." @@ -1283,10 +1279,10 @@ msgstr "Impossible de charger le(s) utilisateur(s). Veuillez réessayer." msgid "Unable to load verified domain(s). Please try again." msgstr "Impossible de charger le(s) domaine(s) vérifié(s). Veuillez réessayer." -#: src/verified-organizations/loaders/load-verified-organization-connections-by-domain-id.js:423 -#: src/verified-organizations/loaders/load-verified-organization-connections-by-domain-id.js:435 -#: src/verified-organizations/loaders/load-verified-organizations-connections.js:422 -#: src/verified-organizations/loaders/load-verified-organizations-connections.js:434 +#: src/verified-organizations/loaders/load-verified-organization-connections-by-domain-id.js:424 +#: src/verified-organizations/loaders/load-verified-organization-connections-by-domain-id.js:436 +#: src/verified-organizations/loaders/load-verified-organizations-connections.js:423 +#: src/verified-organizations/loaders/load-verified-organizations-connections.js:435 msgid "Unable to load verified organization(s). Please try again." msgstr "Impossible de charger le(s) organisme(s) vérifié(s). Veuillez réessayer." @@ -1338,47 +1334,50 @@ msgstr "Impossible d'interroger le(s) utilisateur(s). Veuillez réessayer." msgid "Unable to refresh tokens, please sign in." msgstr "Impossible de rafraîchir les jetons, veuillez vous connecter." -#: src/affiliation/mutations/remove-user-from-org.js:106 +#: src/affiliation/mutations/remove-user-from-org.js:104 msgid "Unable to remove a user that already does not belong to this organization." msgstr "Impossible de supprimer un utilisateur qui n'appartient déjà plus à cette organisation." -#: src/domain/mutations/remove-domain.js:82 +#: src/domain/mutations/remove-domain.js:78 msgid "Unable to remove domain from unknown organization." msgstr "Impossible de supprimer le domaine d'une organisation inconnue." -#: src/domain/mutations/remove-domain.js:138 +#: src/domain/mutations/remove-domain.js:129 msgid "Unable to remove domain. Domain is not part of organization." msgstr "Impossible de supprimer le domaine. Le domaine ne fait pas partie de l'organisation." -#: src/domain/mutations/remove-domain.js:125 -#: src/domain/mutations/remove-domain.js:154 -#: src/domain/mutations/remove-domain.js:188 -#: src/domain/mutations/remove-domain.js:208 -#: src/domain/mutations/remove-domain.js:237 -#: src/domain/mutations/remove-domain.js:256 -#: src/domain/mutations/remove-domain.js:274 -#: src/domain/mutations/remove-domain.js:291 -#: src/domain/mutations/remove-domain.js:309 -#: src/domain/mutations/remove-domain.js:333 -#: src/domain/mutations/remove-domain.js:345 +#: src/domain/data-source.js:164 +#: src/domain/data-source.js:186 +#: src/domain/data-source.js:593 +#: src/domain/data-source.js:613 +#: src/domain/data-source.js:639 +#: src/domain/data-source.js:657 +#: src/domain/data-source.js:674 +#: src/domain/data-source.js:690 +#: src/domain/data-source.js:707 +#: src/domain/data-source.js:731 +#: src/domain/data-source.js:742 +#: src/domain/mutations/remove-domain.js:119 +#: src/domain/mutations/remove-domain.js:140 +#: src/domain/mutations/remove-domain.js:151 msgid "Unable to remove domain. Please try again." msgstr "Impossible de supprimer le domaine. Veuillez réessayer." -#: src/domain/mutations/remove-organizations-domains.js:91 +#: src/domain/mutations/remove-organizations-domains.js:90 msgid "Unable to remove domains from unknown organization." msgstr "Impossible de supprimer les domaines d'une organisation inconnue." -#: src/organization/data-source.js:278 -#: src/organization/data-source.js:307 -#: src/organization/data-source.js:321 -#: src/organization/data-source.js:350 -#: src/organization/data-source.js:374 -#: src/organization/data-source.js:390 -#: src/organization/data-source.js:405 -#: src/organization/data-source.js:419 -#: src/organization/data-source.js:448 -#: src/organization/data-source.js:490 -#: src/organization/data-source.js:498 +#: src/organization/data-source.js:279 +#: src/organization/data-source.js:308 +#: src/organization/data-source.js:322 +#: src/organization/data-source.js:351 +#: src/organization/data-source.js:375 +#: src/organization/data-source.js:391 +#: src/organization/data-source.js:406 +#: src/organization/data-source.js:420 +#: src/organization/data-source.js:449 +#: src/organization/data-source.js:491 +#: src/organization/data-source.js:499 msgid "Unable to remove organization. Please try again." msgstr "Impossible de supprimer l'organisation. Veuillez réessayer." @@ -1387,7 +1386,7 @@ msgstr "Impossible de supprimer l'organisation. Veuillez réessayer." msgid "Unable to remove phone number. Please try again." msgstr "Impossible de supprimer le numéro de téléphone. Veuillez réessayer." -#: src/domain/mutations/remove-domain.js:67 +#: src/domain/mutations/remove-domain.js:63 msgid "Unable to remove unknown domain." msgstr "Impossible de supprimer un domaine inconnu." @@ -1395,7 +1394,7 @@ msgstr "Impossible de supprimer un domaine inconnu." msgid "Unable to remove unknown organization." msgstr "Impossible de supprimer une organisation inconnue." -#: src/affiliation/mutations/remove-user-from-org.js:79 +#: src/affiliation/mutations/remove-user-from-org.js:76 msgid "Unable to remove unknown user from organization." msgstr "Impossible de supprimer un utilisateur inconnu de l'organisation." @@ -1403,55 +1402,51 @@ msgstr "Impossible de supprimer un utilisateur inconnu de l'organisation." #~ msgid "Unable to remove user from organization." #~ msgstr "Impossible de supprimer un utilisateur de l'organisation." -#: src/affiliation/mutations/remove-user-from-org.js:96 -#: src/affiliation/mutations/remove-user-from-org.js:117 -#: src/affiliation/mutations/remove-user-from-org.js:164 -#: src/affiliation/mutations/remove-user-from-org.js:174 +#: src/affiliation/mutations/remove-user-from-org.js:94 +#: src/affiliation/mutations/remove-user-from-org.js:144 msgid "Unable to remove user from this organization. Please try again." msgstr "Impossible de supprimer l'utilisateur de cette organisation. Veuillez réessayer." -#: src/affiliation/mutations/remove-user-from-org.js:63 +#: src/affiliation/mutations/remove-user-from-org.js:60 msgid "Unable to remove user from unknown organization." msgstr "Impossible de supprimer un utilisateur d'une organisation inconnue." -#: src/domain/mutations/request-scan.js:120 +#: src/domain/mutations/request-scan.js:116 msgid "Unable to request a one time scan on a domain that already has a pending scan." msgstr "Impossible de demander une analyse unique sur un domaine qui a déjà une analyse en cours." -#: src/domain/mutations/request-scan.js:55 +#: src/domain/mutations/request-scan.js:51 msgid "Unable to request a one time scan on an unknown domain." msgstr "Impossible de demander un scan unique sur un domaine inconnu." -#: src/domain/mutations/request-scan.js:128 +#: src/domain/mutations/request-scan.js:124 msgid "Unable to request a one time scan. Please try again." msgstr "Impossible de demander une analyse unique. Veuillez réessayer." -#: src/domain/mutations/request-discovery.js:63 +#: src/domain/mutations/request-discovery.js:59 msgid "Unable to request a subdomain discovery scan on an invalid domain." msgstr "Impossible de demander un scan de découverte de sous-domaine sur un domaine invalide." -#: src/domain/mutations/request-discovery.js:73 +#: src/domain/mutations/request-discovery.js:69 msgid "Unable to request a subdomain discovery scan on an unknown domain." msgstr "Impossible de demander une analyse de découverte de sous-domaine sur un domaine inconnu." -#: src/affiliation/mutations/request-org-affiliation.js:98 +#: src/affiliation/mutations/request-org-affiliation.js:90 msgid "Unable to request invite to organization with which you are already affiliated." msgstr "Impossible de demander une invitation à une organisation à laquelle vous êtes déjà affilié." -#: src/affiliation/mutations/request-org-affiliation.js:88 +#: src/affiliation/mutations/request-org-affiliation.js:80 msgid "Unable to request invite to organization with which you have already requested to join." msgstr "Impossible de demander une invitation à une organisation à laquelle vous avez déjà demandé à adhérer." -#: src/affiliation/mutations/request-org-affiliation.js:59 +#: src/affiliation/mutations/request-org-affiliation.js:56 msgid "Unable to request invite to unknown organization." msgstr "Impossible de demander une invitation à une organisation inconnue." -#: src/affiliation/mutations/request-org-affiliation.js:75 -#: src/affiliation/mutations/request-org-affiliation.js:124 -#: src/affiliation/mutations/request-org-affiliation.js:141 -#: src/affiliation/mutations/request-org-affiliation.js:152 -#: src/affiliation/mutations/request-org-affiliation.js:167 -#: src/affiliation/mutations/request-org-affiliation.js:198 +#: src/affiliation/mutations/request-org-affiliation.js:68 +#: src/affiliation/mutations/request-org-affiliation.js:108 +#: src/affiliation/mutations/request-org-affiliation.js:125 +#: src/affiliation/mutations/request-org-affiliation.js:139 msgid "Unable to request invite. Please try again." msgstr "Impossible de demander une invitation. Veuillez réessayer." @@ -1540,18 +1535,16 @@ msgstr "Impossible de s'inscrire, veuillez contacter l'administrateur de l'organ msgid "Unable to sign up. Please try again." msgstr "Impossible de s'inscrire. Veuillez réessayer." -#: src/domain/mutations/unignore-cve.js:64 -#: src/domain/mutations/unignore-cve.js:101 -#: src/domain/mutations/unignore-cve.js:123 -#: src/domain/mutations/unignore-cve.js:138 -#: src/domain/mutations/unignore-cve.js:149 +#: src/domain/data-source.js:835 +#: src/domain/data-source.js:857 +#: src/domain/data-source.js:871 +#: src/domain/data-source.js:881 +#: src/domain/mutations/unignore-cve.js:61 msgid "Unable to stop ignoring CVE. Please try again." msgstr "Impossible d'arrêter d'ignorer le CVE. Veuillez réessayer." -#: src/affiliation/mutations/transfer-org-ownership.js:106 -#: src/affiliation/mutations/transfer-org-ownership.js:146 -#: src/affiliation/mutations/transfer-org-ownership.js:169 -#: src/affiliation/mutations/transfer-org-ownership.js:180 +#: src/affiliation/mutations/transfer-org-ownership.js:102 +#: src/affiliation/mutations/transfer-org-ownership.js:135 msgid "Unable to transfer organization ownership. Please try again." msgstr "Impossible de transférer la propriété de l'organisation. Veuillez réessayer." @@ -1559,15 +1552,15 @@ msgstr "Impossible de transférer la propriété de l'organisation. Veuillez ré #~ msgid "Unable to transfer ownership of a verified organization." #~ msgstr "Impossible de transférer la propriété d'une organisation vérifiée." -#: src/affiliation/mutations/transfer-org-ownership.js:89 +#: src/affiliation/mutations/transfer-org-ownership.js:87 msgid "Unable to transfer ownership of an org to an undefined user." msgstr "Impossible de transférer la propriété d'un org à un utilisateur non défini." -#: src/affiliation/mutations/transfer-org-ownership.js:59 +#: src/affiliation/mutations/transfer-org-ownership.js:57 msgid "Unable to transfer ownership of undefined organization." msgstr "Impossible de transférer la propriété d'une organisation non définie." -#: src/affiliation/mutations/transfer-org-ownership.js:118 +#: src/affiliation/mutations/transfer-org-ownership.js:114 msgid "Unable to transfer ownership to a user outside the org. Please invite the user and try again." msgstr "Impossible de transférer la propriété à un utilisateur extérieur à l'org. Veuillez inviter l'utilisateur et réessayer." @@ -1576,49 +1569,53 @@ msgstr "Impossible de transférer la propriété à un utilisateur extérieur à msgid "Unable to two factor authenticate. Please try again." msgstr "Impossible de s'authentifier par deux facteurs. Veuillez réessayer." -#: src/domain/mutations/unfavourite-domain.js:84 +#: src/domain/mutations/unfavourite-domain.js:64 msgid "Unable to unfavourite domain, domain is not favourited." msgstr "Impossible de désactiver le domaine, le domaine n'est pas favorisé." -#: src/domain/mutations/unfavourite-domain.js:111 -#: src/domain/mutations/unfavourite-domain.js:119 +#: src/domain/data-source.js:464 +#: src/domain/data-source.js:472 msgid "Unable to unfavourite domain. Please try again." msgstr "Impossible de défavoriser le domaine. Veuillez réessayer." -#: src/domain/mutations/unfavourite-domain.js:53 +#: src/domain/mutations/unfavourite-domain.js:50 msgid "Unable to unfavourite unknown domain." msgstr "Impossible de défavoriser un domaine inconnu." -#: src/domain/mutations/update-domain.js:284 +#: src/domain/data-source.js:514 msgid "Unable to update domain edge. Please try again." msgstr "Impossible de mettre à jour le bord du domaine. Veuillez réessayer." -#: src/domain/mutations/update-domain.js:148 +#: src/domain/mutations/update-domain.js:120 msgid "Unable to update domain in an unknown org." msgstr "Impossible de mettre à jour le domaine dans un org inconnu." -#: src/domain/mutations/update-domain.js:189 +#: src/domain/mutations/update-domain.js:157 msgid "Unable to update domain that does not belong to the given organization." msgstr "Impossible de mettre à jour un domaine qui n'appartient pas à l'organisation donnée." -#: src/domain/mutations/update-domain.js:179 -#: src/domain/mutations/update-domain.js:241 -#: src/domain/mutations/update-domain.js:295 +#: src/domain/data-source.js:234 +#: src/domain/data-source.js:495 +#: src/domain/data-source.js:524 +#: src/domain/data-source.js:550 +#: src/domain/data-source.js:558 +#: src/domain/mutations/update-domain.js:147 +#: src/domain/mutations/update-domain.js:205 msgid "Unable to update domain. Please try again." msgstr "Impossible de mettre à jour le domaine. Veuillez réessayer." -#: src/domain/mutations/update-domains-by-domain-ids.js:68 -#: src/domain/mutations/update-domains-by-filters.js:76 +#: src/domain/mutations/update-domains-by-domain-ids.js:64 +#: src/domain/mutations/update-domains-by-filters.js:71 msgid "Unable to update domains in unknown organization." msgstr "Impossible de mettre à jour les domaines dans une organisation inconnue." -#: src/domain/mutations/update-domains-by-filters.js:229 -#: src/domain/mutations/update-domains-by-filters.js:237 -#: src/domain/mutations/update-domains-by-filters.js:244 +#: src/domain/data-source.js:424 +#: src/domain/data-source.js:432 +#: src/domain/data-source.js:436 msgid "Unable to update domains. Please try again." msgstr "Impossible de mettre à jour les domaines. Veuillez réessayer." -#: src/organization/data-source.js:101 +#: src/organization/data-source.js:102 msgid "Unable to update organization. Please try again." msgstr "Impossible de mettre à jour l'organisation. Veuillez réessayer." @@ -1644,15 +1641,15 @@ msgstr "Impossible de mettre à jour le mot de passe. Veuillez réessayer." msgid "Unable to update profile. Please try again." msgstr "Impossible de mettre à jour le profil. Veuillez réessayer." -#: src/affiliation/mutations/update-user-role.js:97 +#: src/affiliation/mutations/update-user-role.js:94 msgid "Unable to update role: organization unknown." msgstr "Impossible de mettre à jour le rôle : organisation inconnue." -#: src/affiliation/mutations/update-user-role.js:140 +#: src/affiliation/mutations/update-user-role.js:138 msgid "Unable to update role: user does not belong to organization." msgstr "Impossible de mettre à jour le rôle : l'utilisateur n'appartient pas à l'organisation." -#: src/affiliation/mutations/update-user-role.js:83 +#: src/affiliation/mutations/update-user-role.js:80 msgid "Unable to update role: user unknown." msgstr "Impossible de mettre à jour le rôle : utilisateur inconnu." @@ -1675,11 +1672,11 @@ msgstr "Impossible de mettre à jour la balise, l'orgId est invalide." msgid "Unable to update tag. Please try again." msgstr "Impossible de mettre à jour la balise. Veuillez réessayer." -#: src/domain/mutations/update-domain.js:134 +#: src/domain/mutations/update-domain.js:106 msgid "Unable to update unknown domain." msgstr "Impossible de mettre à jour un domaine inconnu." -#: src/organization/mutations/update-organization.js:137 +#: src/organization/mutations/update-organization.js:145 msgid "Unable to update unknown organization." msgstr "Impossible de mettre à jour une organisation inconnue." @@ -1687,15 +1684,13 @@ msgstr "Impossible de mettre à jour une organisation inconnue." msgid "Unable to update unknown tag." msgstr "Impossible de mettre à jour une étiquette inconnue." -#: src/affiliation/mutations/update-user-role.js:130 -#: src/affiliation/mutations/update-user-role.js:152 -#: src/affiliation/mutations/update-user-role.js:196 -#: src/affiliation/mutations/update-user-role.js:206 -#: src/affiliation/mutations/update-user-role.js:217 +#: src/affiliation/mutations/update-user-role.js:128 +#: src/affiliation/mutations/update-user-role.js:175 +#: src/affiliation/mutations/update-user-role.js:186 msgid "Unable to update user's role. Please try again." msgstr "Impossible de mettre à jour le rôle de l'utilisateur. Veuillez réessayer." -#: src/affiliation/mutations/update-user-role.js:69 +#: src/affiliation/mutations/update-user-role.js:66 msgid "Unable to update your own role." msgstr "Impossible de mettre à jour votre propre rôle." @@ -1719,9 +1714,9 @@ msgstr "Impossible de vérifier si l'utilisateur est un super administrateur, ve msgid "Unable to verify if user is an admin, please try again." msgstr "Impossible de vérifier si l'utilisateur est un administrateur, veuillez réessayer." -#: src/organization/data-source.js:237 -#: src/organization/data-source.js:252 -#: src/organization/data-source.js:260 +#: src/organization/data-source.js:238 +#: src/organization/data-source.js:253 +#: src/organization/data-source.js:261 msgid "Unable to verify organization. Please try again." msgstr "Impossible de vérifier l'organisation. Veuillez réessayer." @@ -1737,7 +1732,7 @@ msgstr "L'utilisateur n'a pas pu être interrogé." msgid "User is trying to register for a non-production environment." msgstr "L'utilisateur essaie de s'enregistrer dans un environnement de non-production." -#: src/affiliation/mutations/update-user-role.js:253 +#: src/affiliation/mutations/update-user-role.js:219 msgid "User role was updated successfully." msgstr "Le rôle de l'utilisateur a été mis à jour avec succès." @@ -1814,7 +1809,7 @@ msgid "You must provide a `first` or `last` value to properly paginate the `Log` msgstr "Vous devez fournir une valeur `first` ou `last` pour paginer correctement la connexion `Log`." #: src/organization/loaders/load-organization-connections-by-domain-id.js:166 -#: src/organization/loaders/load-organization-connections-by-user-id.js:178 +#: src/organization/loaders/load-organization-connections-by-user-id.js:180 msgid "You must provide a `first` or `last` value to properly paginate the `Organization` connection." msgstr "Vous devez fournir une valeur `first` ou `last` pour paginer correctement la connexion `Organization`." diff --git a/api/src/web-scan/objects/experimental-result.js b/api/src/web-scan/objects/experimental-result.js new file mode 100644 index 0000000000..1ac2a5a298 --- /dev/null +++ b/api/src/web-scan/objects/experimental-result.js @@ -0,0 +1,87 @@ +import { GraphQLBoolean, GraphQLFloat, GraphQLInt, GraphQLList, GraphQLObjectType, GraphQLString } from 'graphql' + +export const pqcBuildRefsType = new GraphQLObjectType({ + name: 'PqcBuildRefs', + fields: () => ({ + nasslCommit: { + type: GraphQLString, + description: `The nassl commit the experimental environment was built from.`, + resolve: async ({ nasslCommit }) => nasslCommit, + }, + sslyzeCommit: { + type: GraphQLString, + description: `The sslyze commit the experimental environment was built from.`, + resolve: async ({ sslyzeCommit }) => sslyzeCommit, + }, + }), + description: `The upstream commits that produced a given experimental scan result. Version numbers are not usable here: the unreleased sslyze build reports the same version as the released one.`, +}) + +export const pqcResultType = new GraphQLObjectType({ + name: 'PqcResult', + fields: () => ({ + supportsPqKeyExchange: { + type: GraphQLBoolean, + description: `Whether the scanned server accepted at least one post-quantum hybrid key exchange group.`, + resolve: async ({ supportsPqKeyExchange }) => supportsPqKeyExchange, + }, + supportedPqGroups: { + type: new GraphQLList(GraphQLString), + description: `The post-quantum hybrid key exchange groups accepted by the scanned server. Null when the server does not support TLS 1.3, in which case nothing was tested.`, + resolve: async ({ supportedPqGroups }) => supportedPqGroups, + }, + tls13Supported: { + type: GraphQLBoolean, + description: `Whether the scanned server supports TLS 1.3, which is a prerequisite for post-quantum key exchange.`, + resolve: async ({ tls1_3Supported }) => tls1_3Supported, + }, + scanStatus: { + type: GraphQLString, + description: `Whether sslyze was able to complete the scan.`, + resolve: async ({ scanStatus }) => scanStatus, + }, + status: { + type: GraphQLString, + description: `Whether the post-quantum scan command itself completed.`, + resolve: async ({ status }) => status, + }, + error: { + type: GraphQLString, + description: `The error encountered during the scan, if any.`, + resolve: async ({ error }) => error, + }, + errorReason: { + type: GraphQLString, + description: `The category of error reported by sslyze, if any.`, + resolve: async ({ errorReason }) => errorReason, + }, + durationSeconds: { + type: GraphQLFloat, + description: `How long the post-quantum scan took, in seconds.`, + resolve: async ({ durationSeconds }) => durationSeconds, + }, + schemaVersion: { + type: GraphQLInt, + description: `The version of the stored result shape.`, + resolve: async ({ schemaVersion }) => schemaVersion, + }, + buildRefs: { + type: pqcBuildRefsType, + description: `The upstream commits that produced this result.`, + resolve: async ({ buildRefs }) => buildRefs, + }, + }), + description: `Post-quantum/hybrid TLS 1.3 key exchange support, produced by an unreleased build of sslyze. Proof of concept: these values do not feed compliance scoring and the shape may change or be removed.`, +}) + +export const experimentalResultType = new GraphQLObjectType({ + name: 'ExperimentalResult', + fields: () => ({ + pqc: { + type: pqcResultType, + description: `The result of the post-quantum key exchange scan.`, + resolve: async ({ pqc }) => pqc, + }, + }), + description: `Results of experimental scans. Nothing in here is a supported part of the API: fields may change or disappear without notice, and are only visible to super admins.`, +}) diff --git a/api/src/web-scan/objects/index.js b/api/src/web-scan/objects/index.js index 679466684e..0e42ef1a76 100644 --- a/api/src/web-scan/objects/index.js +++ b/api/src/web-scan/objects/index.js @@ -1,3 +1,4 @@ +export * from './experimental-result' export * from './tls-result' export * from './web-scan' export * from './web-connection-result' diff --git a/api/src/web-scan/objects/web-scan-result.js b/api/src/web-scan/objects/web-scan-result.js index a96ffc1753..e64746e761 100644 --- a/api/src/web-scan/objects/web-scan-result.js +++ b/api/src/web-scan/objects/web-scan-result.js @@ -2,6 +2,7 @@ import { GraphQLObjectType } from 'graphql' import { tlsResultType } from './tls-result' import { webConnectionResultType } from './web-connection-result' +import { experimentalResultType } from './experimental-result' import { GraphQLDateTime } from 'graphql-scalars' export const webScanResultType = new GraphQLObjectType({ @@ -22,6 +23,15 @@ export const webScanResultType = new GraphQLObjectType({ description: `The result for the HTTP connection scan for the scanned server.`, resolve: async ({ connectionResults }) => connectionResults, }, + experimental: { + type: experimentalResultType, + description: `Results of experimental scans, visible to super admins only. Not a supported part of the API.`, + resolve: async ({ experimental }, __, { auth: { checkSuperAdmin } }) => { + const isSuperAdmin = await checkSuperAdmin() + if (isSuperAdmin) return experimental + return null + }, + }, }), description: `Results of TLS and HTTP connection scans on the given domain.`, }) diff --git a/frontend/src/graphql/queries.js b/frontend/src/graphql/queries.js index 9274116fc1..2e88382ee1 100644 --- a/frontend/src/graphql/queries.js +++ b/frontend/src/graphql/queries.js @@ -616,6 +616,21 @@ export const DOMAIN_GUIDANCE_PAGE = gql` } } } + experimental { + pqc { + supportsPqKeyExchange + supportedPqGroups + tls13Supported + scanStatus + status + error + durationSeconds + buildRefs { + nasslCommit + sslyzeCommit + } + } + } } } } diff --git a/frontend/src/guidance/WebGuidance.js b/frontend/src/guidance/WebGuidance.js index 02f5fc5b19..2a32b75bc2 100644 --- a/frontend/src/guidance/WebGuidance.js +++ b/frontend/src/guidance/WebGuidance.js @@ -18,6 +18,7 @@ import { array, string } from 'prop-types' import { Trans } from "@lingui/react/macro" import { WebTLSResults } from './WebTLSResults' import { WebConnectionResults } from './WebConnectionResults' +import { WebPqcResults } from './WebPqcResults' import { GuidanceSummaryCategories } from './GuidanceSummaryCategories' import { NotificationBanner } from '../app/NotificationBanner' @@ -169,7 +170,7 @@ export function WebGuidance({ webResults, timestamp }) { - + {timestamp && ( @@ -214,6 +215,7 @@ export function WebGuidance({ webResults, timestamp }) { connectionResults={currentEndpoint.results.connectionResults} /> + )} diff --git a/frontend/src/guidance/WebPqcResults.js b/frontend/src/guidance/WebPqcResults.js new file mode 100644 index 0000000000..0be8edb503 --- /dev/null +++ b/frontend/src/guidance/WebPqcResults.js @@ -0,0 +1,111 @@ +import React from 'react' +import { AccordionButton, AccordionIcon, AccordionItem, AccordionPanel, Badge, Box, Flex, Text } from '@chakra-ui/react' +import { object } from 'prop-types' +import { Trans } from '@lingui/react/macro' +import withSuperAdmin from '../app/withSuperAdmin' + +function PqcResults({ pqcResult }) { + if (!pqcResult) return null + + const { supportsPqKeyExchange, supportedPqGroups, tls13Supported, scanStatus, status, error, buildRefs } = pqcResult + + const sslyzeCommit = buildRefs?.sslyzeCommit?.slice(0, 8) + const nasslCommit = buildRefs?.nasslCommit?.slice(0, 8) + + const rowProps = { + align: 'center', + borderBottomWidth: '1px', + borderBottomColor: 'gray.300', + py: '1', + } + + let summary + if (error || status !== 'COMPLETED') { + summary = ( + + Not scanned + + ) + } else if (supportsPqKeyExchange) { + summary = ( + + Supported + + ) + } else { + summary = ( + + Not supported + + ) + } + + return ( + + + + Post-Quantum Key Exchange + + + Experimental + + {summary} + + + + + + Experimental result from an unreleased version of SSLyze. This does not affect compliance scoring and is + visible to super admins only. + + + + + + Supports post-quantum key exchange + + {supportsPqKeyExchange ? Yes : No} + + + + + TLS 1.3 supported + + {tls13Supported ? Yes : No} + + + + + Negotiated groups + + {supportedPqGroups?.length ? supportedPqGroups.join(', ') : None} + + + {(error || scanStatus !== 'COMPLETED') && ( + + + Error + + {error || scanStatus} + + )} + + {buildRefs && ( + + + + Built from sslyze {sslyzeCommit} and nassl {nasslCommit} + + + + )} + + + ) +} + +PqcResults.propTypes = { + pqcResult: object, +} + +export const WebPqcResults = withSuperAdmin(PqcResults) diff --git a/frontend/src/locales/en.js b/frontend/src/locales/en.js index 65507aed32..4098c72af6 100644 --- a/frontend/src/locales/en.js +++ b/frontend/src/locales/en.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"88VcNy\":\", and\",\"8f8G36\":\". Personal information will not be disclosed by Treasury Board Secretariat of Canada (TBS) except in accordance with the\",\"k3hMxi\":[[\"0\"],\" Findings\"],\"fcDW3N\":[[\"0\"],\" was added to \",[\"orgSlug\"]],\"+/LlLE\":[[\"0\"],\" was created\"],\"hqkJ+Y\":[[\"buttonLabel\"]],\"8L6Wqc\":[[\"count\"],\" records...\"],\"rNCzjN\":[[\"domainSlug\"],\" does not support aggregate data\"],\"tAmwlH\":[[\"editingDomainUrl\"],\" from \",[\"orgSlug\"],\" successfully updated to \",[\"0\"]],\"oVfkp4\":[[\"info\"]],\"w9dLMW\":[[\"label\"]],\"pDgeaz\":[[\"title\"]],\"bz6QLk\":[[\"title\"],\" - Tracker\"],\"mgBuqd\":[[\"totalRecords\"],\" total item(s)\"],\"dJeaFR\":\"<0><1>Search Tip: Wildcard <2>%<3>Use <4>% to broaden your search:<5><6><7>Start with <8>%: Search <9><10>%example.gc.ca to find subdomains like <11>\\\"sub.example.gc.ca.\\\"<12><13>End with <14>%: Search <15><16>example% to find domains like <17>\\\"example.gc.ca\\\" or <18>\\\"example.canada.ca.\\\"<19><20>Use both: Search <21><22>%example% to find anything containing \\\"example\\\", like<23>\\\"sub.example.gc.ca\\\" or <24>\\\"example.canada.ca.\\\"<25>This helps you quickly locate related domains and subdomains.\",\"nZNg+Z\":[\"<0>Current Phone Number: \",[\"detailValue\"]],\"xXH1KX\":[\"<0>Error: \",[\"0\"]],\"H3qTOK\":\"<0>Follow the guidance found in section B.4 of the <1>ITSP.40.065 v1.1.\",\"W3pON0\":[\"<0>Hostname: \",[\"hostname\"]],\"558DXR\":[\"<0>IPs: \",[\"0\"]],\"aV2ApN\":[\"<0>Last Scanned: \",[\"0\"]],\"73AuUj\":\"<0>Note: Domains from outside the GC scope may not be scanned right away\",\"L4CLrh\":[\"<0>Preference: \",[\"preference\"]],\"mV129s\":\"<0>Search Tip: Wildcard <1>%<2>Use <3>% to broaden your search:<4><5><6>Start with <7>%: Search <8>%example.gc.ca to find subdomains like \\\"sub.example.gc.ca.\\\"<9><10>End with <11>%: Search <12>example% to find domains like \\\"example.gc.ca\\\" or \\\"example.canada.ca.\\\"<13><14>Use both: Search <15>%example% to find anything container \\\"example\\\", like \\\"sub.example.gc.ca\\\" or \\\"example.canada.ca.\\\"<16>This helps you quickly locate related domains and subdomains.\",\"/hJKLQ\":\"<0>Search Tip: Wildcard <1>%<2>Use <3>% to broaden your search:<4><5><6>Start with <7>%: Search <8><9>%example.gc.ca to find subdomains like <10>\\\"sub.example.gc.ca.\\\"<11><12>End with <13>%: Search <14><15>example% to find domains like <16>\\\"example.gc.ca\\\" or <17>\\\"example.canada.ca.\\\"<18><19>Use both: Search <20><21>%example% to find anything containing \\\"example\\\", like<22>\\\"sub.example.gc.ca\\\" or <23>\\\"example.canada.ca.\\\"<24>This helps you quickly locate related domains and subdomains.\",\"5HiUGT\":\"<0>The following data may have recently changed. We've made enhancements to our DMARC data tables to provide a more accurate view of the information.\",\"3tIa5r\":\"<0>The following data may have recently changed.<1>We've made enhancements to our DMARC data tables to provide a more accurate view of the information.\",\"KGbrpr\":\"0. Not Implemented\",\"mN9cQQ\":\"1. Assess\",\"nCBnae\":\"2. Deploy\",\"rt1uny\":\"2.1 Robust web application frameworks are used to aid in developing secure web applications.\",\"17sOMU\":\"2.4 Web applications implement Content-Security-Policy, HSTS and X-Frame-Options response headers.\",\"hWV77O\":\"3. Enforce\",\"B1aKou\":\"3.1.2 Use a denial-of-service mitigation service\",\"vJBq4l\":\"3.1.3 Use GC-approved content delivery networks (CDN) that cache websites and protects access to the origin server.\",\"Rc9loj\":\"4. Maintain\",\"RAEZXU\":\"404 - Page Not Found\",\"mfSz1c\":\"6.2.1 Newly developed websites and web services must adhere to this ITPIN upon launch.\",\"Coo//F\":\"6.2.2 Websites and web services that involve an exchange of personal information or other sensitive information must receive priority following a risk-based approach, and migrate as soon as possible.\",\"jKOxg5\":\"6.2.3 All remaining websites and web services must be accessible through a secure connection, as outlined in Section 6.1, by December 31, 2019.\",\"vSfyst\":\"A DNS request for this service has resulted in the following error code:\",\"mjiB16\":\"A domain may only be removed for one of the reasons below. For a domain to no longer exist, it must be removed from the DNS. If you need to remove this domain for a different reason, please contact TBS Cyber Security.\",\"sn+xD4\":\"A minimum DMARC policy of “p=none” with at least one address defined as a recipient of aggregate reports\",\"XMYjNb\":\"A more detailed breakdown of each domain can be found by clicking on its address in the first column.\",\"CF1MT2\":\"A verification email has been sent to your new email address. Please verify your email address to complete the change.\",\"iTsefJ\":\"A verification link has been sent to your email account\",\"iLK7zA\":\"acceptable\",\"foJEMp\":\"Acceptable Ciphers:\",\"L6iDE/\":\"Acceptable Curves:\",\"dBrtsA\":\"Access to Information\",\"eC9Syr\":\"Access to Information Act.\",\"AeXO77\":\"Account\",\"QNH6mm\":\"Account Closed Successfully\",\"g9SlSM\":\"Account created.\",\"Puv7+X\":\"Account Settings\",\"M3+Ht7\":\"Acronym\",\"7uyoVS\":\"Acronym (EN)\",\"+fNR5y\":\"Acronym (FR)\",\"DmJr2D\":\"Acronym:\",\"QjxL33\":\"Acronyms can only use upper case letters and underscores\",\"fXy7ep\":\"Acronyms must be at most 50 characters\",\"bwRvnp\":\"Action\",\"CQseYZ\":\"Action:\",\"XJOV1Y\":\"Activity\",\"m16xKo\":\"Add\",\"EdEpYN\":\"Add Domain\",\"1KgiU2\":\"Add Domain Details\",\"Ls08BH\":\"Add User\",\"n8wO5p\":\"Additional findings\",\"FDHYoy\":\"Additional Findings\",\"iC21bg\":\"Additonal findings\",\"U3pytU\":\"Admin\",\"HumaRO\":\"ADMIN\",\"hOplmT\":\"Admin accounts must activate a multi-factor authentication option\",\"jeQKaI\":\"Admin accounts must activate a multi-factor authentication option, <0>please activate MFA.\",\"63M++q\":\"Admin accounts must activate a multi-factor authentication option.\",\"PlskcA\":\"Admin Portal\",\"4IITK7\":\"Admin Profile\",\"8KcAKB\":\"Admins of an organization can add domains to their list.\",\"Gp/8p2\":\"Affected Components:\",\"udrDjH\":\"Affiliations:\",\"wixIgH\":\"Already have an account? <0>Log in\",\"y+4+5H\":\"An asset confirmed to belong to the organization.\",\"ekdL2B\":\"An asset that is owned by a third party and supports the operation of organization-owned assets.\",\"M70Qdp\":\"An asset that is relevant to the organization but is not a direct part of the attack surface.\",\"ukGNrB\":\"An asset that is suspected to belong to the organization but has not been confirmed.\",\"mbICwp\":\"An asset that requires further investigation to determine its relationship to the organization.\",\"calYcx\":\"An email was sent with a link to reset your password\",\"wKA+uh\":\"An error has occurred.\",\"x1vklK\":\"An error occured when fetching this organization's information\",\"1rTgms\":\"An error occured when you attempted to download all domain statuses.\",\"5nMcRN\":\"An error occured when you attempted to sign out\",\"c6evQz\":\"An error occurred when completing the tour.\",\"YKuPEz\":\"An error occurred when dismissing the message.\",\"qmEo46\":\"An error occurred when fetching this organization's information\",\"BaiLgc\":\"An error occurred when you attempted to download all domain statuses.\",\"KWC0B6\":\"An error occurred when you attempted to sign out\",\"1PLHH6\":\"An error occurred while favouriting a domain.\",\"nD7I1G\":\"An error occurred while removing this organization.\",\"Ov00/+\":\"An error occurred while requesting a scan.\",\"uGmDm6\":\"An error occurred while requesting subdomain discovery.\",\"Hk2vPu\":\"An error occurred while unfavouriting a domain.\",\"agRbLJ\":\"An error occurred while updating this organization.\",\"6eGHIw\":\"An error occurred while updating your display name.\",\"6JUp9P\":\"An error occurred while updating your email address.\",\"n8oNqd\":\"An error occurred while updating your email update preference.\",\"VOYYu9\":\"An error occurred while updating your inside user preference.\",\"/zuxR8\":\"An error occurred while updating your insider preference.\",\"W6UJvS\":\"An error occurred while updating your language.\",\"toquX8\":\"An error occurred while updating your password.\",\"wIRwdL\":\"An error occurred while updating your phone number.\",\"JivUrY\":\"An error occurred while updating your TFA send method.\",\"6vYqe7\":\"An error occurred while verifying your phone number.\",\"XyOToQ\":\"An error occurred.\",\"gaeuL7\":\"and by applicable laws, policies, regulations and international agreements.\",\"fVdoB0\":\"Another possibility is that your domain is not internet facing.\",\"f2PSr/\":\"Any data or information disclosed to TBS will be used in a manner consistent with our\",\"eUEB+O\":\"Any products or related services provided to you by TBS are and will remain the intellectual property of the Government of Canada.\",\"rzfOxm\":\"Application Portfolio Management (APM) systems; and\",\"DB8zMK\":\"Apply\",\"YKAZly\":\"Apply filters to refine the organization list.\",\"DoISCz\":\"Apply filters to refine your domain search results.\",\"7kb4LU\":\"Approved\",\"glqO38\":\"APPROVED\",\"naCW6Z\":\"April\",\"wdX0nf\":\"Archive domain\",\"TdfEV7\":\"Archived\",\"lIm/UW\":\"ARCHIVED\",\"31JzXu\":\"Are you sure you want to ignore this CVE?\",\"grCCVs\":[\"Are you sure you want to permanently remove the organization \\\"\",[\"0\"],\"\\\"?\"],\"10F9jk\":\"Are you sure you want to stop ignoring this CVE?\",\"f6vLgq\":[\"Are you sure you wish to leave \",[\"0\"],\"? You will have to be invited back in to access it.\"],\"cXM0FN\":[\"Are you sure you wish to leave \",[\"orgName\"],\"? You will have to be invited back in to access it.\"],\"c6jf1X\":\"Assess current state;\",\"uoWvmY\":\"Asset State\",\"H47YfF\":\"Asset States\",\"EPEFrH\":\"Audit Logs\",\"DBHTm/\":\"August\",\"OX6vme\":\"Authenticate\",\"iH8pgl\":\"Back\",\"lFe7w8\":\"Based in:\",\"uFIrst\":\"Based on the assessment, and using the <0>HTTPS Everywhere Guidance Wiki, the following activities may be required:\",\"wasqgy\":\"Below are steps on how government organizations can leverage the Tracker platform:\",\"cSCbv3\":\"BETA\",\"fGcebO\":\"Blank fields will not be included when updating the organization.\",\"32TndD\":\"Blocked\",\"GEi8if\":\"BLOCKED\",\"mWRYCe\":\"Business units within your organization.\",\"3mFtyj\":\"Button to export the data\",\"4IL9k/\":\"By accessing, browsing, or using our website or our services, you acknowledge that you have read, understood, and agree to be bound by these Terms and Conditions, and to comply with all applicable laws and regulations. We recommend that you review all Terms and Conditions periodically to understand any updates or changes that may affect you. If you do not agree to these Terms and Conditions, please refrain from using our website, products and services.\",\"PTCq3h\":\"By default our scanners check domains ending in “.gc.ca” and “.canada.ca”. If your domain is outside that set, you need to contact us to let us know. Send an email to <0>TBS Cyber Security to confirm your ownership of that domain.\",\"55d7P8\":\"By default our scanners check domains ending in “.gc.ca” and “.canada.ca”. If your domain is outside that set, you need to contact us to let us know. Send an email to TBS Cyber Security to confirm your ownership of that domain.\",\"jfl0z1\":\"Canadians rely on the Government of Canada to provide secure digital services. The Policy on Service and Digital guides government online services to adopt good security practices for practices outlined in the <0>email and <1>web services. Track how government sites are becoming more secure.\",\"gIYy/p\":\"Canadians rely on the Government of Canada to provide secure digital services. The Policy on Service and Digital guides government online services to adopt good security practices for practices outlined in the <0>email<1/> and <2>web<3/> services. Track how government sites are becoming more secure.\",\"dEgA5A\":\"Cancel\",\"zQ1eT8\":\"Candidate\",\"+parT7\":\"CANDIDATE\",\"3GBKSU\":\"CCS Injection Vulnerability:\",\"50WXts\":\"Certificate Chain\",\"Vb4rKO\":\"Certificate chain info could not be found during the scan.\",\"5cJXlQ\":\"Certificates\",\"gdAlBn\":\"Certificates Status\",\"dW4BpU\":\"Certification Paths\",\"VhMDMg\":\"Change Password\",\"I9vYw1\":\"Changed TFA Send Method\",\"wNC2wS\":\"Changed User Display Name\",\"jHXIf5\":\"Changed User Email\",\"kPUQ8k\":\"Changed User Language\",\"VvKBAO\":\"Changed User Password\",\"UxDJQH\":\"Changed User Phone Number\",\"+aMXQ9\":\"Changes Required for ITPIN Compliance\",\"dBUfST\":\"Changes required for Web Sites and Services Management Configuration Requirements compliance\",\"3/SpMs\":\"Changes:\",\"5HVeI7\":\"Check if your organization is already included in our monitored list. If not, you can create a free account to access an overview of your organization's digital footprint and potential vulnerabilities.\",\"IzDZMY\":\"Check if your organization is already included. If not, create a free account to access an overview of your organization's digital footprint and potential vulnerabilities.\",\"WTCGSJ\":\"Check your associated Tracker email for the verification link\",\"fUfx6w\":\"Choose the period of data to view\",\"frNdL8\":\"Cipher Suites\",\"Wa8Jtm\":\"Ciphers\",\"54Ho/+\":\"Ciphers Status\",\"3wV73y\":\"City\",\"khZauI\":\"City (EN)\",\"okPezD\":\"City (FR)\",\"WiHo0m\":\"City:\",\"xCJdfg\":\"Clear\",\"FWQGGb\":\"Click an organization card to view more details.\",\"iym5Fw\":\"Click for additional information on statuses, tags, and filters.\",\"R5H2sO\":\"Click for guidance on getting started with Tracker and frequently asked questions.\",\"FpNkVS\":\"Click here.\",\"7N0wyf\":\"Click to view detailed scan results and guidance.\",\"yz7wBu\":\"Close\",\"000hAO\":\"Close Account\",\"BoD3tx\":\"CNAME:\",\"HFKvys\":\"Code field must not be empty\",\"tVQnPx\":\"Collect and analyze DMARC reports.\",\"Nx6F8k\":\"Comparison\",\"yrwl2P\":\"Compliant\",\"aOtslO\":\"Configuration requirements for email services completely met\",\"yv9Qqg\":\"Configuration requirements for web sites and services completely met\",\"7VpPHA\":\"Confirm\",\"NoKvKm\":\"Confirm New Password:\",\"oPfWwa\":\"Confirm Password:\",\"K5zuKx\":\"Confirm removal of domain:\",\"vYbxvU\":\"Confirm removal of user:\",\"rTypAX\":[\"Confirm subdomain discovery for <0>\",[\"domainUrl\"],\":\"],\"ARoOjY\":\"Connection Results\",\"s2OLl5\":\"Consider prioritizing websites and web services that exchange Protected data.\",\"jfC/xh\":\"Contact\",\"wS54JT\":\"Contact the Tracker Team\",\"pOixTq\":\"contact us\",\"YcfUZ9\":\"Contact Us\",\"VoWGfx\":\"Content Delivery Network\",\"xGVfLh\":\"Continue\",\"SsaSBB\":\"Copyright Act\",\"vKw6fr\":\"Correct misconfigurations and update records as required; and\",\"JNCzPW\":\"Country\",\"IZzn9r\":\"Country (EN)\",\"+hsKCh\":\"Country (FR)\",\"zlarLk\":\"Country:\",\"hYgDIe\":\"Create\",\"zoW5Ry\":\"Create a free account to gain visibility into your organization's digital footprint and access a dynamic inventory of your web infrastructure.\",\"IS0nrP\":\"Create Account\",\"CSQPC0\":\"Create an Account\",\"KxDZTk\":\"Create an account by entering an email and password.\",\"XLHhMF\":\"Create an organization\",\"S5Tw3I\":\"Create Organization\",\"Bk55Ql\":\"Create your free account to unlock visibility into your organization's digital footprint. Upon signing up, you'll gain access to a dynamic inventory of web infrastructure under your management.\",\"J5nbej\":\"Critical\",\"VV3o1u\":\"Current Display Name:\",\"q4wj4m\":\"Current Email:\",\"5wlQcx\":\"Current Password:\",\"g8VBvx\":\"Current Phone Number:\",\"epQGm8\":\"Curves\",\"9YyxSf\":\"Curves Status\",\"RvmKvd\":\"CVE Detected\",\"LHZNPL\":\"CVE ignored\",\"zqfZ6p\":\"Data Handling\",\"L+PZ+0\":\"Data Security and Use\",\"FeVxCP\":\"Data:\",\"Jpnyqo\":\"DDOS Protection\",\"r6zgGo\":\"December\",\"LqhjxR\":\"Default:\",\"cnGeoo\":\"Delete\",\"ccKIvE\":\"Departmental business units\",\"TvssMP\":\"Dependency\",\"DkxcQS\":\"DEPENDENCY\",\"Ssk04z\":\"Deploy DKIM records and keys for all domains and senders; and\",\"YwtmGn\":\"Deploy initial DMARC records with policy of none; and\",\"u8s7qA\":\"Deploy SPF records for all domains;\",\"lvODH0\":\"Details for a given guidance tag can be found on the wiki, see below.\",\"ZZsoWV\":\"Detected Ignored CVEs:\",\"jzFjwP\":\"Develop a prioritized implementation schedule for each of the affected websites and web services, following the recommended prioritization approach in the ITPIN:\",\"qWSUkd\":\"Develop a prioritized schedule to address any failings:\",\"PyoHuT\":\"Develop a prioritized schedule to address any failings. Consider prioritizing websites and web services that exchange Protected data.\",\"ueN5Z9\":\"Discover Subdomains\",\"0gS7M5\":\"Display Name\",\"lfagLN\":\"Display name cannot be empty\",\"a3qQlI\":\"Display Name:\",\"rtf8Jk\":\"Displays the Name of the organization, its acronym, and a blue check mark if it is a verified organization.\",\"FNsxkO\":\"Disposition\",\"jR2PDt\":\"DKIM\",\"vusjc8\":\"DKIM Aligned\",\"kvOyWH\":\"DKIM Domains\",\"LeSkbA\":\"DKIM Failure Table\",\"7F5iqL\":\"DKIM Failures by IP Address\",\"7oqddH\":\"DKIM record and keys are deployed and valid\",\"a3LGaf\":\"DKIM record could not be found for this selector.\",\"seffNB\":\"DKIM Results\",\"XexWCK\":\"DKIM Selector\",\"Rd14F9\":\"DKIM Selectors\",\"hFV+eA\":\"DKIM Selectors:\",\"zAFSAP\":\"DKIM Status\",\"9YV7/B\":\"DKIM Summary\",\"l+Rjrz\":\"DMARC\",\"fi2MMF\":\"DMARC Configuration\",\"EwO/Xg\":\"DMARC Configuration Summary\",\"MxwkfL\":\"DMARC Configured\",\"+QdAPX\":\"DMARC Failure Table\",\"SOhD3S\":\"DMARC Failures by IP Address\",\"wGNJxi\":[\"DMARC Implementation Phase: \",[\"0\"]],\"oAvVQu\":\"DMARC phase summary\",\"SteJns\":\"DMARC Phases\",\"CyYEqC\":\"dmarc phases information\",\"wteWMo\":\"DMARC policy of quarantine or reject, and all messages from non-mail domain is rejected\",\"xd+Iol\":\"DMARC record could not be found during the scan.\",\"0ck4OJ\":\"DMARC Report\",\"sQZ2ad\":[\"DMARC Report for \",[\"domainSlug\"]],\"l0i4m5\":\"DMARC Status\",\"qu2yay\":\"DMARC Summaries\",\"hh5GE5\":\"DMARC Summary\",\"SXQFr8\":\"DNS Host\",\"bNrEjL\":\"DNS Result Summary\",\"3cDG+4\":\"DNS Scan Complete\",\"DnRpiw\":[\"DNS scan for domain \\\"\",[\"0\"],\"\\\" has completed.\"],\"DeM2Qm\":\"DOES NOT EQUAL\",\"EoKe5U\":\"Domain\",\"C8GAau\":\"Domain added\",\"BHQT34\":\"Domain count\",\"jO7FAA\":\"Domain from Simple Mail Transfer Protocol (SMTP) banner message.\",\"2wQqqA\":\"Domain List\",\"3AwCWx\":\"Domain Name System (DNS) Services Management Configuration Requirements - Canada.ca\",\"gim/c7\":\"Domain removed\",\"QHgSK6\":[\"Domain removed from \",[\"orgSlug\"]],\"qHWo9D\":\"Domain updated\",\"0G4HMD\":\"Domain URL\",\"FH1WRg\":\"Domain url field must not be empty\",\"ppIqKI\":\"Domain URL:\",\"3y56+l\":\"Domain:\",\"AZ4xlc\":\"Domains\",\"neUNON\":\"Domains are only to be removed from your list when 1) they no longer exist, meaning they are deleted from the DNS returning an error code of NXDOMAIN (domain name does not exist); or 2) if you have identified that they do not belong to your organization.\",\"1Pql1B\":[\"Domains found through this method will be automatically added to <0>\",[\"orgSlug\"],\" and tagged as \\\"NEW\\\". Would you like to proceed?\"],\"EXxLID\":\"domains information\",\"Z5MoJq\":\"Domains used for SPF validation.\",\"352VU2\":\"Don't have an account? <0>Sign up\",\"VbN7mk\":\"Don't show again\",\"zdbnVZ\":\"Dploy DKIM records and keys for all domains and senders; and\",\"SLTmyE\":\"Each organization’s domain list should include every internet-facing service. It is the responsibility of org admins to manage the current list and identify new domains to add.\",\"CBGIpw\":\"Each organization’s domain list should include every internet-facing service. It is the responsibility of organization admins to manage the current list and identify new domains to add.\",\"ePK91l\":\"Edit\",\"bJwXgF\":\"Edit Display Name\",\"tz22Yj\":\"Edit Domain Details\",\"Dtcb2V\":\"Edit Email\",\"hywebu\":\"Edit Email Update Preferences\",\"KzQFvE\":\"Edit Organization\",\"4sXWBq\":\"Edit Phone Number\",\"GTOcxw\":\"Edit User\",\"O3oNi5\":\"Email\",\"unEEog\":\"Email cannot be empty\",\"91L1jN\":\"Email Guidance\",\"XWh+dn\":\"Email invitation sent\",\"g15Bdl\":\"Email Management Services Configuration Requirements - Canada.ca\",\"4yG1B4\":\"Email Scan Results\",\"mZNZfW\":\"Email Security:\",\"wdhi5B\":\"Email Sent\",\"9rPuYN\":\"Email successfully sent\",\"XATwen\":\"Email Summary\",\"8N7TG7\":\"Email Update Preferences:\",\"5Licch\":\"Email Updates\",\"hQ/3Js\":\"Email Updates status changed\",\"0/6vN/\":\"Email Validated\",\"wwiTff\":\"Email Verification\",\"et4QWz\":\"Email Verification Sent\",\"TyhTvr\":\"Email-hosting\",\"GsdBTZ\":\"Email-hosting <0>domains\",\"8JFpmg\":\"Email-hosting domains\",\"9Qs99X\":\"Email:\",\"QB3TTp\":\"Endpoint Summary\",\"Q1NzNX\":\"Endpoint:\",\"0pGT5P\":\"Enforcement\",\"7G1BWp\":\"Enforcement:\",\"oLvnoi\":\"Engage departmental IT planning groups for implementation as appropriate.\",\"lYGfRP\":\"English\",\"Y8UTny\":[\"Enter \\\"\",[\"0\"],\"\\\" below to confirm removal. This field is case-sensitive.\"],\"Pu8BV1\":[\"Enter \\\"\",[\"userName\"],\"\\\" below to confirm removal. This field is case-sensitive.\"],\"2soHLb\":\"Enter and confirm your new password below:\",\"rrCIMz\":\"Enter and confirm your new password.\",\"cuUdWK\":\"Enter two factor code\",\"WXPj0U\":\"Enter your user account's verified email address and we will send you a password reset link.\",\"+8SoXm\":\"Entrust\",\"XXzR4R\":\"ENTRUST\",\"l3hXVY\":\"Entrust Certificate\",\"Lw2FI5\":\"Entrust Certificate Detected\",\"k/mqZ/\":\"Entrust Certificates issued after October 31, 2024 <0>will be distrusted in Chrome 127 and later versions. Immediate action is required to maintain user access. Failure to act may result in security warnings or access issues for Chromes users.\",\"t4GRCY\":\"Envelope From\",\"LTDS5W\":\"EQUALS\",\"ZO8g8+\":[\"Error while retrieving DMARC data for \",[\"domainSlug\"],\". <0/>This could be due to insufficient user privileges or the domain does not exist in the system.\"],\"jTBVUO\":[\"Error while retrieving scan data for \",[\"domainName\"],\". <0/>This could be due to insufficient user privileges or the domain does not exist in the system.\"],\"MEUfqY\":[\"Error while retrieving scan data for \",[\"domainName\"],\". <0/>This could be due to insufficient user privileges or the Domain does not exist in the system. You can request access to an Organization below to view the Domain results\"],\"VYExE3\":\"Eventually\",\"wq/Xor\":\"Expired:\",\"GS+Mus\":\"Export\",\"bVNe1p\":\"Export RUA List\",\"ZXDD4J\":\"Export SPIN Top 25\",\"NQ3JAW\":\"Export to CSV\",\"5KfWxA\":\"External ID\",\"yER83x\":\"External ID:\",\"qcloGZ\":\"Fail\",\"qcC3DF\":\"Fail DKIM\",\"qKqAq9\":\"Fail DKIM %\",\"inkk73\":\"Fail SPF\",\"HODgS5\":\"Fail SPF %\",\"t0BTTM\":\"Fake email domain blocks (reject + quarantine):\",\"/lDBHm\":\"FAQ\",\"xL5AL7\":\"Favourited Domain\",\"ttK7h0\":\"Feature Preview\",\"4lgLew\":\"February\",\"G5EePN\":\"Filter list to affiliated resources only.\",\"QDcb9e\":\"Filter list to verified organizations only.\",\"qwyL58\":\"Filter Tags\",\"voZfWN\":\"Filter the data to view\",\"Mxt7mO\":\"Filter the list of domains here.\",\"hRVbYp\":\"Filter the list to display only verified organizations.\",\"Z5XwFs\":\"Filter the list to show your affiliated organizations.\",\"03Qqf9\":\"Filtered\",\"cSev+j\":\"Filters\",\"WXDrr0\":\"Filters:\",\"GzoOWw\":\"Find domains that potentially belong to your organization.\",\"JmZ/+d\":\"Finish\",\"H8u4Wv\":[\"First Seen: \",[\"0\"]],\"uEr/Ui\":\"For any questions or concerns related to the ITPIN and related implementation guidance, contact TBS Cybersecurity (<0>zzTBSCybers@tbs-sct.gc.ca).\",\"+Z1yq3\":\"For any questions or concerns related to the ITPIN and related implementation guidance, contact TBS Cybersecurity.\",\"6Unnqy\":\"For any questions or concerns, please contact <0>TBS Cyber Security .\",\"Sq7GOU\":\"For details related to terms pertaining to privacy, please refer to\",\"6jjgW/\":\"For in-depth implementation guidance:\",\"a9Xxn4\":\"For organization admins interested in receiving email updates on new activity in their organizations.\",\"+z4EEh\":\"For organization admins interested in receiving monthly email updates how their organization is progressing to 100% compliance.\",\"hyILlb\":\"For questions and issues related to scan data, your organization's domain list, or getting help onboarding users, please contact TBS Cyber Security.\",\"4qLtTO\":\"For technical implementation guidance:\",\"dVV0L/\":\"For users interested in using new features that are still in\\nprogress.\",\"W1KJcv\":\"For users interested in using new features that are still in progress.\",\"dn8X5t\":\"Forgot Password\",\"glx6on\":\"Forgot your password?\",\"X006Na\":\"Frameworks\",\"nLC6tu\":\"French\",\"F7G/TS\":\"Frequently Asked Questions\",\"DikQdw\":\"Full Fail %\",\"pzcsih\":\"Full Pass %\",\"1dLt++\":\"Fully Aligned by IP Address\",\"oz9YjX\":\"Fully Aligned Table\",\"aJY8u2\":\"Further details for each organization can be found by clicking on its row.\",\"cQmN7c\":\"General Public\",\"dCJyrP\":\"Getting an Account:\",\"GFvoBM\":\"Getting domain statuses\",\"4GLxhy\":\"Getting Started\",\"tybWAN\":\"Getting Started Using Tracker\",\"ceLB/n\":\"Getting top 25 report\",\"xziKPE\":\"Glossary\",\"Ehtihc\":\"Go to page:\",\"LL8dy7\":\"Good Hostname\",\"Ufe/7B\":\"Government of Canada Employees\",\"U9CvYr\":\"Graph direction:\",\"swZFfT\":\"Guidance\",\"JHOuex\":\"Guidance results\",\"bbHaMF\":\"Guidance Tags\",\"Ukc1yU\":\"Guidance:\",\"NVn6vQ\":\"Hash Algorithm:\",\"PYfxDh\":\"Header From\",\"H9Ol7O\":\"Heartbleed Vulnerability:\",\"kahVms\":\"Heartbleed Vulnerable\",\"RBg26R\":\"Help us make government websites more secure. Please complete the following steps to become compliant with the Government of Canada's web security standards. If you have any questions about this process, please <0>contact us.\",\"Jr0rwn\":\"Here is the information for each domain\",\"YbQJ2+\":\"Here is the information for each organization\",\"DppQ8V\":\"Here you can filter the list of organizations\",\"mAXsCG\":\"Here you can filter the list of organizations to only show verified organizations\",\"jqVo/k\":\"here.\",\"D+zLDD\":\"Hidden\",\"2Z1RFO\":\"HIDDEN\",\"bZ3IhR\":\"Hide domain\",\"Pw01g0\":\"Hide password\",\"yx/fMc\":\"High\",\"i0qMbr\":\"Home\",\"HiVi/n\":\"Horizontal View\",\"JsY45j\":\"Host from reverse DNS of source IP address.\",\"75uUWt\":\"Hostname Matches\",\"ehaiUS\":[\"Hostname Matches: \",[\"0\"]],\"+4GO8z\":\"Hostname Validated\",\"4ir5A+\":\"How can I edit my domain list?\",\"hKR2a/\":\"HSTS\",\"7qFzBo\":\"HSTS Age:\",\"BOaYAR\":\"HSTS Includes Subdomains\",\"UtKWyZ\":\"HSTS Max Age\",\"ezD1fz\":\"HSTS Parsed\",\"xkwolO\":\"HSTS Preloaded\",\"Lf8wF8\":\"HSTS Status\",\"dQV58K\":\"HSTS Status:\",\"RqvBOI\":\"HTTP (80) Chain\",\"ZFVl25\":\"HTTP Live\",\"rXebJx\":\"HTTP Upgrades\",\"j0D7p6\":\"HTTPS\",\"lP4+ZT\":\"HTTPS (443) Chain\",\"R07tP/\":\"https configuration summary\",\"Yi9o52\":\"HTTPS Configuration Summary\",\"Sk332e\":\"HTTPS Configured\",\"OhbQFG\":\"HTTPS Downgrades\",\"BHlrFe\":\"HTTPS is configured and HTTP connections redirect to HTTPS\",\"KF9O08\":\"HTTPS is configured and HTTP connections redirect to HTTPS (ITPIN 6.1.1)\",\"s+pYrS\":\"HTTPS is configured, HTTP redirects, and HSTS is enabled\",\"c8I7gl\":\"HTTPS Live\",\"al/31v\":\"HTTPS Scan Complete\",\"AFbHRs\":[\"HTTPS scan for domain \\\"\",[\"0\"],\"\\\" has completed.\"],\"oh2hLk\":\"HTTPS Status\",\"X73iqs\":\"https://https-everywhere.canada.ca/en/help/\",\"ll8NVS\":\"I agree to all <0>Terms, Privacy Policy & Code of Conduct Guidelines <1/>\",\"pUhoRG\":\"Identify all authorized senders;\",\"0WMN3T\":\"Identify all domains and subdomains used to send mail;\",\"ovla9z\":\"Identify any current affiliated Tracker users within your organization and develop a plan with them.\",\"wTlLIv\":\"Identify key resources required to act as central point(s) of contact with TBS and the HTTPS Community of Practice.\",\"fq+T8t\":\"Identify resources required to act as central point(s) of contact with Treasury Board of Canada Secretariat (TBS). Share the contact list with <0>TBS Cyber Security, as required.\",\"ymOoBe\":\"Identify your organization's most common security issues.\",\"4i/UAp\":\"If a domain is no longer in use but still exists on the DNS, it is still vulnerable to email spoofing attacks, where an attacker can send an email that appears to be coming from your domain.\",\"g/qqOA\":\"If at any time you or your representatives wish to adjust or cancel these services, please\",\"j0SHnn\":\"If at any time you or your representatives wish to adjust or cancel these services, please contact us at\",\"d8JA3o\":\"If available, please use a managed device provided by your organization.\",\"u3o90+\":\"If you are an admin, you can find your organization here.\",\"X+yIKo\":\"If you believe this could be the result of an issue with the scan, rescan the service using the refresh button. If you believe this is because the service no longer exists (NXDOMAIN), this domain should be removed from all affiliated organizations.\",\"IQEaPl\":\"If you believe this was caused by a problem with Tracker, please <0>Report an Issue <1/>\",\"q5ks8/\":\"If you believe this was caused by a problem with Tracker, please use the \\\"Report an Issue\\\" link below\",\"eScaIn\":\"If your organization has no affiliated users within Tracker, contact the <0>TBS Cyber Security to assist in onboarding.\",\"BhWGln\":\"Ignore CVE\",\"KpVz6S\":\"Ignore RUA\",\"2F6pZb\":\"Ignored CVEs:\",\"Ujzz/n\":\"Immediately\",\"N4OVNn\":\"Implementation\",\"jn4EwX\":\"Implementation guidance: email domain protection (ITSP.40.065 v1.1) - Canadian Centre for Cyber Security\",\"r1HCNk\":\"Implementation:\",\"g87ZuN\":\"Implementation: <0>Guidance on securely configuring network protocols (ITSP.40.062)\",\"oDR4Mm\":\"Implementation: <0>Implementation guidance: email domain protection (ITSP.40.065 v1.1)\",\"40X6c9\":\"Implemented\",\"PLrg5f\":\"Important Notice:\",\"YCjF3f\":\"Improving GC Cyber Security Health SPIN\",\"NoNwIX\":\"Inactive\",\"PHUxmV\":\"INACTIVE\",\"EdSZUD\":\"Include hidden domains in summaries.\",\"hHx0AA\":\"Incorrect authenticate.result typename.\",\"BUh3Tg\":\"Incorrect closeAccount.result typename.\",\"FWWAwd\":\"Incorrect createDomain.result typename.\",\"XhgUvQ\":\"Incorrect createOrganization.result typename.\",\"6zmakZ\":\"Incorrect dismiss method received.\",\"Xu9QQn\":\"Incorrect dismissMessage.result typename.\",\"kN4/F8\":\"Incorrect ignoreCve.result typename.\",\"Ke8Vim\":\"Incorrect inviteUserToOrg.result typename.\",\"ZP7hCB\":\"Incorrect leaveOrganization.result typename.\",\"MYBysd\":\"Incorrect removeDomain.result typename.\",\"gAKYP2\":\"Incorrect removeOrganization.result typename.\",\"xeLcbB\":\"Incorrect resetPassword.result typename.\",\"aGSlPO\":\"Incorrect send method received.\",\"gFyUhQ\":\"Incorrect setPhoneNumber.result typename.\",\"q1YQ+0\":\"Incorrect signIn.result typename.\",\"Duv7Ot\":\"Incorrect signUp.result typename.\",\"6IPebo\":\"Incorrect typename received.\",\"ZKCI79\":\"Incorrect unignoreCve.result typename.\",\"YGftDL\":\"Incorrect update method received.\",\"G0SLvB\":\"Incorrect updateDomain.result typename.\",\"W/x/AD\":\"Incorrect updateOrganization.result typename.\",\"ukdVDC\":\"Incorrect updateUserPassword.result typename.\",\"9TWZWG\":\"Incorrect updateUserProfile.result typename.\",\"wmUNv4\":\"Incorrect updateUserRole.result typename.\",\"39K4x6\":\"Incorrect verifyPhoneNumber.result typename.\",\"gbL10J\":\"Individuals from a departmental information technology group may contact the TBS Cyber Security mailbox for interpretations of this ITPIN.\",\"/IykwZ\":\"Individuals from a departmental information technology group may contact the TBS Cyber Security mailbox for ITPIN interpretation and domain management.\",\"GGB2ZL\":\"Individuals from a departmental information technology group may contact the TBS Cyber Security mailbox for results interpretation and domain management.\",\"wVH9HL\":\"Individuals with questions about the accuracy of their domain’s compliance data may contact the TBS Cyber Security mailbox.\",\"CE+M2e\":\"Info\",\"DwLcnR\":\"Information on this site, other than protected intellectual property, such as copyright and trademarks, and Government of Canada symbols and other graphics, has been posted with the intent that it be readily available for personal and public non-commercial use and may be reproduced, in part or in whole and by any means, without charge or further permission from TBS. We ask only that:\",\"U6GeYF\":\"Information shared with TBS, or acquired via systems hosted by TBS, may be subject to public disclosure under the\",\"xazJTP\":\"Informative\",\"3pLjKx\":\"Informative tags highlight relevant configuration details, but are not addressed within policy requirements and have no impact on scoring.\",\"kLja4m\":\"Initiated By\",\"pRav8g\":\"Inside User\",\"QdZlQZ\":\"Inside user status changed\",\"s5LjY0\":\"Insider\",\"wmTxep\":\"Insider status changed\",\"eqDTe6\":\"Intellectual Property, Copyright and Trademarks\",\"CFe4OH\":\"Internally available <0>Tracker Dashboard\",\"r5NCAo\":\"Internet facing domains\",\"7l+d0v\":\"Internet-facing\",\"B2Tpo0\":\"Invalid email\",\"+vVk23\":\"Invite Requested\",\"SQKPvQ\":\"Invite User\",\"6Js+tN\":\"Is DKIM aligned. Can be true or false.\",\"n1QfbY\":\"Is SPF aligned. Can be true or false.\",\"N2Buh0\":\"Is your organization not using Tracker yet?\",\"tm1R+g\":\"Issuer:\",\"Z4irAC\":\"It is not clear to me why a domain has failed?\",\"3FK+IH\":\"It is recommended that Shared Service Canada (SSC) partners contact their SSC Service Delivery Manager to discuss action plans and required steps to submit a request for change.\",\"JMpJJh\":\"It is recommended that SSC partners contact their SSC Service Delivery Manager to discuss the departmental action plan and required steps to submit a request for change.\",\"5H6tYm\":\"Items per page:\",\"xVgmpK\":\"ITPIN\",\"rzZiLI\":\"ITPIN Compliant\",\"HVCvjT\":\"ITPIN Status\",\"rjyWPb\":\"January\",\"u4ex5r\":\"July\",\"zeEQd/\":\"June\",\"ZYKaAR\":\"Jurisdiction\",\"GCA9px\":\"Key length:\",\"xx5Yij\":\"Key type:\",\"xQJU7t\":\"L-30-D\",\"ZSDQwQ\":\"Language:\",\"wXa//T\":\"Last 30 Days\",\"Odegd3\":\"Last 30 Days of Data\",\"xs4EEn\":\"Last 365 Days\",\"s6TVyN\":\"Last 365 Days of Data\",\"LPfLcZ\":\"Last Scanned\",\"54GFcU\":[\"Last Seen: \",[\"0\"]],\"Hyj6ug\":\"Latest Scan:\",\"tD08mo\":\"Leaf Certificate is EV\",\"pxzFy0\":\"Leave Organization\",\"Dywww4\":\"Let's get you set up so you can verify your account information and begin using Tracker.\",\"C+H7bp\":\"Limitation of Liability\",\"heXTPL\":\"Links to Review:\",\"FS1/JD\":\"List of guidance tags\",\"PsiZ7B\":[\"Loading \",[\"children\"],\"...\"],\"TZ4oql\":\"Loading Data...\",\"z0t9bb\":\"Login\",\"T4zr9t\":\"Login to your account\",\"Aos73a\":\"Lookups:\",\"nTWWCZ\":\"Low\",\"uYWUqA\":\"Mail\",\"cCWFz3\":\"Mail Servers (MX)\",\"CK8HVk\":\"Mail-sending\",\"eJpRJ5\":\"Managing Your Domains:\",\"0QKs/A\":\"Manual management of DKIM selectors is discontinued. DKIM selectors will automatically be added when setting <0>rua=mailto:dmarc@cyber.gc.ca in your DMARC record. <1>Learn more.\",\"hg6l4j\":\"March\",\"vR6CAE\":\"Mark domains as \\\"Favourite\\\" to save them to your \\\"myTracker\\\" page.\",\"3JzsDb\":\"May\",\"agPptk\":\"Medium\",\"zucql+\":\"Menu\",\"/f/Bqn\":\"Menu:\",\"ydzoW2\":\"Message dismissed successfully\",\"Y7iXtq\":\"Monitor changes in your organization's security compliance over time.\",\"f5WBpa\":\"Monitor DMARC reports and correct misconfigurations.\",\"ycdVfN\":\"Monitor DMARC reports;\",\"WdFHIK\":\"Monitor Only\",\"7XPQLc\":\"MONITOR_ONLY\",\"LEbOpR\":\"More details\",\"hYOnMZ\":\"More info\",\"MKRejy\":\"Most Common Negative Findings\",\"pN0A45\":\"Mozilla SSL Configuration Generator\",\"YClp7D\":\"Multifactor authentication (MFA) is active by deafult and used to verify account email\",\"p7hKtf\":\"Multifactor authentication (MFA) is active by default and used to verify account email\",\"OvAZpb\":\"Must Staple\",\"260VKn\":\"My domain does not send emails, how can I get my domain's DMARC, DKIM, and SPF compliance checks to pass?\",\"eIt31i\":\"My Tracker\",\"BsLrWR\":\"myTracker\",\"6YtxFj\":\"Name\",\"9gwS0g\":\"Name (EN)\",\"ixqS6A\":\"Name (FR)\",\"XJH9eU\":\"Name Servers (NS)\",\"M8er/5\":\"Name:\",\"X9enf0\":\"Names:\",\"xYG/fs\":\"Negative\",\"73BRT8\":\"Negative Findings\",\"WnpHVH\":\"Negative Tags\",\"cf4CMf\":\"Neutral Tags\",\"dMm3DP\":\"Neutral tags highlight relevant configuration details, but are not addressed within policy requirements and have no impact on scoring.\",\"qqeAJM\":\"Never\",\"isRobC\":\"New\",\"p6NueD\":\"NEW\",\"mkzHvn\":\"New Display Name:\",\"aVsoxF\":\"New Domain URL\",\"iuuxVT\":\"New Domain URL:\",\"jTxYiP\":\"New Email Address:\",\"1hYDGD\":\"New Password:\",\"A70KQ3\":\"New Phone Number:\",\"C409S4\":\"New Value:\",\"hXzOVo\":\"Next\",\"1UzENP\":\"No\",\"Z7TJ9F\":\"No activity logs\",\"yEFb54\":\"No additional findings available at this time.\",\"Di1mCj\":\"No additional web components found\",\"THT43/\":\"No CDN found\",\"NqTDTp\":\"No current phone number\",\"mEE91r\":\"No data for the DKIM Failures by IP Address table\",\"uR8YOg\":\"No data for the DMARC Failures by IP Address table\",\"4W70YI\":\"No data for the DMARC yearly report graph\",\"f1qHvO\":\"No data for the Fully Aligned by IP Address table\",\"cTPxBU\":\"No data for the SPF Failures by IP Address table\",\"dihZwh\":\"No data found\",\"qhJ4/u\":\"No data found when retrieving all domain statuses.\",\"37q/Bp\":\"No data found when retrieving top 25 report.\",\"B/YkqM\":\"No data was found to export.\",\"6C8Njf\":\"No DDOS Protection found\",\"WkpvU+\":\"No DKIM selectors are currently attached to this domain. Please contact an admin of an affiliated organization to add selectors.\",\"8DvZBT\":\"No DMARC phase information available for this organization.\",\"wdcWpS\":\"No Domains\",\"WGQHXA\":\"No frameworks found\",\"RSKNnk\":\"No guidance found for this category\",\"MmdOIM\":\"No guidance tags were found for this scan category\",\"BvGJMw\":\"No HTTPS configuration information available for this organization.\",\"KSwvaC\":\"No known weak protocols used.\",\"xecWVg\":\"No MX records found. Is the domain parked?\",\"puEops\":\"No negative findings to show.\",\"LArty2\":\"No Organizations\",\"LONBwM\":\"No response headers found\",\"TdgpBL\":[\"No scan data available for \",[\"0\"],\".\"],\"Zsc6Ob\":\"No scan data for this organization.\",\"F/Nvz7\":\"No scan data is currently available for this service. You may request a scan using the refresh button, or wait up to 24 hours for data to refresh.\",\"vnFpkN\":\"No Top 25 Vulnerabilites Detected\",\"c9e7Yi\":\"No users\",\"4/KnpK\":\"No Users\",\"40WmRH\":\"No values were supplied when attempting to update organization details.\",\"A5Mtdq\":\"Non-compliant\",\"EdQY6l\":\"None\",\"NTIp6w\":\"Not After:\",\"OJx3wK\":\"Not available\",\"tV8yXB\":\"Not Before:\",\"shWT5t\":\"Not Implemented\",\"gOCQT7\":\"Note that compliance data does not automatically refresh. Modifications to domains could take 24 hours to update.\",\"ycCSuD\":\"Note:\",\"tQZ59c\":\"Note: This could affect results for multiple organizations\",\"3uUkSL\":[\"Note: This will affect results for \",[\"orgCount\"],\" organizations\"],\"yMA2Yn\":\"Notice of Agreement\",\"zZcPP3\":\"Notification of Changes\",\"t9QlBd\":\"November\",\"v907KG\":\"NXDOMAIN\",\"GEA6eT\":\"Obtain certificates from a GC-approved certificate source as outlined in the Recommendations for TLS Server Certificates for GC public facing web services\",\"kQL5lw\":\"Obtain certificates from a GC-approved certificate source as outlined in the Recommendations for TLS Server Certificates for GC Public Facing Web Services\",\"qlt5oi\":\"Obtain the configuration guidance for the appropriate endpoints (e.g. web server, network/security appliances, etc.) and implement recommended configurations to support HTTPS.\",\"PA0obv\":\"Obtain the configuration guidance for the appropriate endpoints (e.g., web server, network/security appliances, etc.) and implement recommended configurations.\",\"dzQfDY\":\"October\",\"K22iFr\":\"Old Value:\",\"Cs/dcD\":\"Once access is given to your department by the TBS Cyber team, they will be able to invite and manage other users within the organization and manage the domain list.\",\"vutdID\":\"Only <0>TBS Cyber Security can remove domains from your organization. Domains are only to be removed from your list when 1) they no longer exist, meaning they are deleted from the DNS returning an error code of NX DOMAIN (domain name does not exist); or 2) if you have identified that they do not belong to your organization.\",\"1TNIig\":\"Open\",\"xOJtQy\":\"Open the glossary.\",\"q70B2C\":\"Options include contacting the <0>SSC WebSSL services team and/or using <1>Let's Encrypt. For more information, please refer to the guidance on <2>Recommendations for TLS Server Certificates.\",\"ucgZ0o\":\"Organization\",\"u6QSRe\":\"Organization created\",\"GVcaW6\":\"Organization Details\",\"aaxm+9\":\"Organization Information\",\"Sxw8pN\":\"Organization is invested in the outside domain\",\"1jgj4t\":\"Organization left successfully\",\"nfnm9D\":\"Organization Name\",\"JbWDNK\":\"Organization name does not match.\",\"KXqMY6\":\"Organization not updated\",\"rCBkQc\":\"Organization owns this domain, but it is outside the allowed scope\",\"mSXwEy\":\"Organization:\",\"6QJscv\":\"Organization(s):\",\"jiE6Vn\":\"Organizations\",\"/IX/7x\":\"Other\",\"d1ZRyd\":\"our Terms and Conditions on the TBS website\",\"NDCfR1\":\"Outside\",\"Mw2muw\":\"OUTSIDE\",\"V15bkS\":\"OWNER\",\"s1LzTw\":\"p:\",\"fpzyLj\":[\"Page \",[\"0\"],\" of \",[\"1\"]],\"wFwgKk\":\"Pass\",\"8ZsakT\":\"Password\",\"gYigjt\":\"Password cannot be empty\",\"Ii7fo2\":\"Password confirmation cannot be empty\",\"5DZIGC\":\"Password must be at least 12 characters long\",\"fSy6T1\":\"Password Updated\",\"YUzq19\":\"Password:\",\"VTFUU5\":\"Passwords must match\",\"J26rGJ\":\"pct:\",\"NuhuBC\":\"PENDING\",\"/roQKz\":\"Percentage\",\"QXjlIE\":\"Percentages\",\"K6wJJD\":\"Perform an assessment of the domains and sub-domains to determine the status of the configuration. Tools available to support this activity includes the <0>Tracker Dashboard, <1>SSL Labs, <2>Hardenize, <3>SSLShopper, etc.\",\"KzfAfq\":\"Perform an inventory of all departmental domains and subdomains. Sources of information include:\",\"Uj/wmw\":\"Perform an inventory of all organizational domains and subdomains. Sources of information include:\",\"4LPR0u\":\"Perform another assessment of the applicable domains and sub-domains to confirm that the configuration has been updated and that HTTPS is enforced in accordance with the ITPIN. Results will appear in the Tracker Dashboard within 24 hours.\",\"OJgtsX\":\"phase out\",\"zmwvG2\":\"Phone\",\"335pVD\":\"Phone number field must not be empty\",\"sad1fX\":\"Phone number must be a valid phone number that is 10-15 digits long\",\"yjBh/c\":\"Phone Number:\",\"BrSiMn\":\"Phone Validated\",\"hxvVEx\":\"Please allow up to 24 hours for summaries to reflect any changes.\",\"PsuHqc\":\"Please choose your preferred language\",\"xKUVIV\":\"Please contact <0>TBS Cyber Security for help.\",\"jmflcJ\":\"Please direct all updates to TBS Cyber Security.\",\"HrJpUC\":\"Please enter your current password.\",\"ALkQnm\":\"Please enter your one-time code to continue to Tracker.\",\"6BaJpc\":\"Please enter your two factor code below.\",\"IacaTh\":\"Please follow the link in order to verify your account and start using Tracker.\",\"k9ZOYf\":\"Pointer to a DKIM public key record in DNS.\",\"7Q24LN\":\"Policy\",\"qs+L7a\":\"Policy guidance:\",\"riJPMg\":\"Ports\",\"FHx6kz\":\"Positive\",\"gBRugH\":\"Positive Tags\",\"90sO0p\":\"pPolicy:\",\"wLe/r3\":\"Preloaded Status:\",\"1XDR/N\":\"Prevent this domain from being counted in your organization's summaries.\",\"IMs82o\":\"Prevent this domain from being scanned and being counted in any summaries.\",\"Q93sDy\":\"Prevent this domain from being visible, scanned, and being counted in any summaries.\",\"jKm4V2\":\"PREVIEW\",\"DHhJ7s\":\"Previous\",\"rjGI/Q\":\"Privacy\",\"Pr5WdA\":\"Privacy Act.\",\"mKxwXh\":\"Privacy Notice Statement\",\"pbPdf4\":\"Private IP\",\"POkOop\":\"Prod\",\"Iq9zAc\":\"PROD\",\"tPDyW4\":\"Progress Report\",\"BUCSNg\":\"Protect domains that do not send email - GOV.UK (www.gov.uk)\",\"hEksWI\":\"Protocols\",\"cy0Haw\":\"Protocols Status\",\"jGIVqQ\":\"Provide an up-to-date list of all domain and sub-domains of publicly accessible websites and web services to TBS Cyber Security. The <0>TBS Cyber Security team is responsible for updating the domain and sub-domain lists within Tracker.\",\"B5BtCJ\":\"Provide an up-to-date list of all domain and sub-domains of publicly accessible websites and web services to TBS Cyber Security. The TBS Cyber Security team is responsible for updating the domain and sub-domain lists within Tracker.\",\"xiUzxy\":\"Provide an up-to-date list of all domain and sub-domains of the publicly-accessible websites and web services to <0>TBS Cybersecurity.\",\"pOticu\":\"Province\",\"Y6K2Dw\":\"Province (EN)\",\"t9ZrhE\":\"Province (FR)\",\"BAVbHj\":\"Province:\",\"yY3S0s\":\"Range:\",\"+HsJR5\":\"Reach out if you have any questions.\",\"a8OrDb\":\"Reach out to us if you have any questions.\",\"qLPAm4\":\"Read guidance\",\"CuZuPi\":\"Read Guidance\",\"VJScHU\":\"Reason\",\"j/CAMu\":\"Received Chain Contains Anchor Certificate\",\"ppFM1R\":\"Received Chain Has Valid Order\",\"XxlcGv\":\"Recent Activity\",\"jdetKb\":\"Record:\",\"AWI4nU\":\"References:\",\"TVVTQ1\":\"Refresh the web and email scan results for this domain.\",\"fgLNSM\":\"Register\",\"EXR8N+\":\"Reject all messages from non-mail domains.\",\"zjEFCa\":\"Remember me\",\"t/YqKh\":\"Remove\",\"P5Xdjh\":\"Remove Domain\",\"nvGKa3\":\"Remove Organization\",\"4UWdNF\":\"Remove User\",\"MqpjCY\":\"Removed Organization\",\"VL3117\":\"Report an Issue\",\"VADSKS\":\"Request a domain to be scanned:\",\"nP3Esd\":\"Request an invite if you are unaffiliated with your organization.\",\"EsdzMy\":\"Request Invite\",\"E7Pj6b\":\"Request successfully sent to get all domain statuses - this may take a minute.\",\"qFEQLW\":\"Request successfully sent to get top 25 report.\",\"C8gr6l\":\"Requested Scan\",\"liwyXA\":\"Requested subdomain scan\",\"fzpa2K\":\"Requests for updates can be sent directly to <0>TBS Cyber Security.\",\"NJFQ66\":\"Requirements: <0>Email Management Services Configuration Requirements\",\"3gHxPH\":\"Requirements: <0>Web Sites and Services Management Configuration Requirements\",\"p0L7Lx\":\"Requires Investigation\",\"2llhSW\":\"REQUIRES_INVESTIGATION\",\"KbS2K9\":\"Reset Password\",\"nvAt0H\":\"Resource\",\"hjwN/s\":\"Resource Name\",\"esl+Tv\":\"Resource Type\",\"fQ2Czb\":\"Resource:\",\"Spo4mQ\":\"Response Headers\",\"4XPzVQ\":\"Result:\",\"xZ3aeC\":\"Results for scans of email technologies (DMARC, SPF, DKIM).\",\"SBQFyj\":\"Results for scans of web technologies (SSL, HTTPS).\",\"Uu6FGP\":\"Results for scans of web technologies (TLS, HTTPS).\",\"8tQMD8\":\"Revoked:\",\"xikL0C\":\"ROBOT Vulnerable\",\"GDvlUT\":\"Role\",\"jQ6I8X\":\"Role updated\",\"KldMMb\":\"Role:\",\"WQczKl\":\"Rotate DKIM keys annually.\",\"wUmEND\":\"SAN List:\",\"tfDRzk\":\"Save\",\"utIq3s\":\"Save Language\",\"I+FvbD\":\"Scan\",\"AwSb0L\":\"Scan Domain\",\"Dfvk20\":\"Scan of domain successfully requested\",\"7xbo7G\":\"Scan Pending\",\"il0LMQ\":\"SCAN PENDING\",\"uCbwCe\":\"Scan Request\",\"XGzDLr\":\"Search by Domain URL\",\"w2G1Zk\":\"Search by initiated by, resource name\",\"63Jze3\":\"Search DKIM Failing Items\",\"C3NSgp\":\"Search DMARC Failing Items\",\"mbx9gT\":\"Search for a domain\",\"l0dxHS\":\"Search for a specific domain\",\"wQoQAW\":\"Search for a specific domain.\",\"Q8L0wp\":\"Search for a user (email)\",\"3N0SXZ\":\"Search for a user by email\",\"mLEknY\":\"Search for an activity\",\"d3at0v\":\"Search for an organization\",\"ouNOkn\":\"Search for domains here.\",\"5VI7GD\":\"Search for your organization to request an invite\",\"Pm0qcs\":\"Search Fully Aligned Items\",\"66eIiQ\":\"Search SPF Failing Items\",\"geJIwa\":\"Search:\",\"kfYXST\":\"Sector:\",\"Ph14Wm\":\"See headers\",\"HskuH2\":\"Select a reason for adding this outside domain\",\"K/Yxpy\":\"Select a reason for removing this domain\",\"aVO7ll\":\"Select a state that best describes the asset in realtion to your organization.\",\"ixSZnb\":\"Select a state that best describes the asset in relation to your organization.\",\"qF8qD2\":\"Select an organization\",\"/QVRfw\":\"Select an organization to view admin options\",\"oJgbw3\":\"Select Preferred Language\",\"sZzM+Y\":\"Select the data period to view.\",\"rbNeSd\":\"Selector cannot be empty\",\"0h78hd\":\"Selector must be either a string containing alphanumeric characters and periods, starting and ending with only alphanumeric characters, or an asterisk\",\"VwOrlc\":\"Selector must be string containing alphanumeric characters and periods, starting and ending with only alphanumeric characters\",\"aKfiHR\":\"Selector must be string ending in '._domainkey'\",\"RCGMuM\":\"Self-signed:\",\"hgvbYY\":\"September\",\"Izhuvv\":\"Serial:\",\"MILoeL\":\"Services\",\"c5Ppwu\":[\"Services: \",[\"domainCount\"]],\"B4V7Qh\":[\"Show \",[\"pageSize\"]],\"7C+Jn5\":\"Show password\",\"WD4aNC\":\"Showing data for period:\",\"OPnS0i\":\"Shows if all the certificates in the bundle provided by the server were sent in the correct order.\",\"1ufdsG\":\"Shows if the certificate bundle provided from the server included the root certificate.\",\"HxAsl2\":\"Shows if the domain has a valid SSL certificate.\",\"27ijLn\":\"Shows if the domain is compliant with\",\"vz7HHR\":\"Shows if the domain is compliant with policy ITPIN2018-01.\",\"iu7S4K\":\"Shows if the domain is policy compliant.\",\"L5/4N9\":\"Shows if the domain meets the DomainKeys Identified Mail (DKIM) requirements.\",\"2mcKzA\":\"Shows if the domain meets the HSTS requirements.\",\"JOy8Oh\":\"Shows if the domain meets the Hypertext Transfer Protocol Secure (HTTPS) requirements.\",\"xZUy4d\":\"Shows if the domain meets the Message Authentication, Reporting, and Conformance (DMARC) requirements.\",\"Qbk83b\":\"Shows if the domain meets the Sender Policy Framework (SPF) requirements.\",\"7vvXgg\":\"Shows if the domain uses acceptable protocols.\",\"xDJRQx\":\"Shows if the domain uses only ciphers that are strong or acceptable.\",\"095VbS\":\"Shows if the domain uses only curves that are strong or acceptable.\",\"Xc87ZJ\":\"Shows if the hostname on the server certificate matches the the hostname from the HTTP request.\",\"896mJG\":\"Shows if the HSTS (HTTP Strict Transport Security) header is present.\",\"jcK7OC\":\"Shows if the HSTS header includes the includeSubdomains directive.\",\"1IaXb4\":\"Shows if the HSTS header includes the preload directive.\",\"VGm6lt\":\"Shows if the HTTP connection is live.\",\"+Mmt1p\":\"Shows if the HTTP endpoint upgrades to HTTPS upgrade immediately, eventually (after the first redirect), or never.\",\"U3h1os\":\"Shows if the HTTPS connection is live.\",\"P5BMwU\":\"Shows if the HTTPS endpoint downgrades to unsecured HTTP immediately, eventually, or never.\",\"J2Nw00\":\"Shows if the leaf certificate includes the \\\"OCSP Must-Staple\\\" extension.\",\"yOVCqm\":\"Shows if the leaf certificate is an Extended Validation Certificate.\",\"IN14eU\":\"Shows if the received certificate chain contains Entrust as the CA.\",\"qCMzIK\":\"Shows if the received certificates are free from the use of the deprecated SHA-1 algorithm.\",\"BXBqe/\":\"Shows if the received certificates are not relying on a distrusted Symantec root certificate.\",\"YN6VNq\":\"Shows if the server was found to be vulnerable to the Heartbleed vulnerability.\",\"/fp9I1\":\"Shows if the server was found to be vulnerable to the ROBOT vulnerability.\",\"TIL5UY\":\"Shows the duration of time, in seconds, that the HSTS header is valid.\",\"zqNnfg\":\"Shows the number of domains that the organization is in control of.\",\"4ZjcOP\":\"Shows the percentage of domains which have a valid DMARC policy configuration.\",\"uJLdJu\":\"Shows the percentage of domains which have HTTPS configured and upgrade HTTP connections to HTTPS\",\"WWBK6M\":\"Shows the percentage of domains which have HTTPS configured and upgrade HTTP connections to HTTPS (ITPIN 6.1.1)\",\"ekFL0C\":\"Shows the percentage of emails from the domain that fail both SPF and DKIM requirements.\",\"x0y7kr\":\"Shows the percentage of emails from the domain that fail both SPF and DKIM requirments.\",\"MJtPXf\":\"Shows the percentage of emails from the domain that fail DKIM requirements, but pass SPF requirements.\",\"U6kiMF\":\"Shows the percentage of emails from the domain that fail DKIM requirments, but pass SPF requirments.\",\"iD8oTG\":\"Shows the percentage of emails from the domain that fail SPF requirements, but pass DKIM requirements.\",\"1rcNaU\":\"Shows the percentage of emails from the domain that fail SPF requirments, but pass DKIM requirments.\",\"C3MpcC\":\"Shows the percentage of emails from the domain that have passed both SPF and DKIM requirements.\",\"UwUGG3\":\"Shows the percentage of emails from the domain that have passed both SPF and DKIM requirments.\",\"YJfHtC\":\"Shows the total number of emails that have been sent by this domain during the selected time range.\",\"3mQg15\":\"Siganture Hash:\",\"n1ekoW\":\"Sign In\",\"aNLO4Q\":\"Sign in with your username and password.\",\"AN/k7l\":\"Sign In.\",\"bHYIks\":\"Sign Out\",\"1Wag04\":\"Sign Out.\",\"OQoPDj\":\"Signature Hash:\",\"6Uau97\":\"Skip\",\"wELyS0\":\"Skip to main content\",\"GJd/q+\":\"Slug:\",\"8BlqGC\":\"Sort by:\",\"9PFS1w\":\"Source IP Address\",\"FCbYMr\":\"sp:\",\"q/FaqH\":\"SPF\",\"jCqx2O\":\"SPF Aligned\",\"pfp1Ga\":\"SPF Domains\",\"yRR0Sx\":\"SPF Failure Table\",\"MaIXUI\":\"SPF Failures by IP Address\",\"dz+RE3\":\"SPF record could not be found during the scan.\",\"LdiZzs\":\"SPF record is deployed and valid\",\"GnFC/X\":\"SPF Results\",\"6F9Wq/\":\"SPF Status\",\"pQzRja\":\"SPF Summary\",\"Gfjbxu\":\"SPIN Top 25\",\"DyPqf6\":\"SPIN Top 25 Vulnerabilities\",\"mEwAil\":\"SPIN Top 25 vulnerability detected in additional findings.\",\"Ocwo6K\":\"spPolicy:\",\"/evUwI\":\"SSL Scan Complete\",\"8zSOwK\":[\"SSL scan for domain \\\"\",[\"0\"],\"\\\" has completed.\"],\"I1Ym9H\":\"SSL Status\",\"aKEHLj\":\"Staging\",\"TiKezy\":\"STAGING\",\"w78ini\":\"Start Tour\",\"YljFZL\":[\"State: \",[\"lastPortState\"]],\"5p+7pq\":[\"State: \",[\"lastPortStateTranslated\"]],\"uAQUqI\":\"Status\",\"XepVWg\":\"Status or tag\",\"htTcVX\":\"Status:\",\"Ag8url\":\"Status/Tag\",\"Kmrrnj\":\"Status/Tag/State\",\"xzLve4\":\"Stop Ignoring CVE\",\"1sDnhw\":\"Stopped ignoring CVE\",\"RqO0eR\":\"strong\",\"LLx/nr\":\"Strong\",\"6G+/gP\":\"Strong Ciphers:\",\"WUnDrx\":\"Strong Curves:\",\"6aXq+t\":\"Subject:\",\"hQRttt\":\"Submit\",\"LAiDdu\":\"Submit bug reports and feature requests through our <0>GitHub page.\",\"Ckhhs5\":[\"Successfully ignored CVE for domain \",[\"0\"],\". New ignored CVEs: \\\"\",[\"1\"],\"\\\".\"],\"yTFfbj\":[\"Successfully removed user \",[\"0\"],\".\"],\"NP/GAG\":[\"Successfully stopped ignoring CVE for domain \\\"\",[\"0\"],\"\\\". New ignored CVEs: \\\"\",[\"1\"],\"\\\".\"],\"iVKpqc\":\"Summaries\",\"dXoieq\":\"Summary\",\"Smh7Oz\":\"Summary of your tracker\",\"JQ94qH\":\"Summary Tier:\",\"CUKxPA\":\"Super Admin Menu:\",\"b71w0N\":\"SUPER_ADMIN\",\"UDGkR8\":\"Supports ECDH Key Exchange:\",\"eyFYak\":\"Symbol of the Government of Canada\",\"ewFhux\":\"System-designated tags appear here.\",\"UL8A9w\":\"Tag\",\"BfdWP2\":\"Tag used to show domains as a production environment.\",\"B4BmDq\":\"Tag used to show domains as a staging environment.\",\"xRFr9n\":\"Tag used to show domains as a test environment.\",\"OZXjiQ\":\"Tag used to show domains as hidden from affecting the organization summary scores.\",\"c8kun5\":\"Tag used to show domains as new to the system.\",\"4jh+pb\":\"Tag used to show domains as web-hosting.\",\"LXv/RF\":\"Tag used to show domains have a wildcard resolver as a sibling.\",\"XlkiPi\":\"Tag used to show domains resolve to a wildcard entry.\",\"N0XARq\":\"Tag used to show domains that are not active.\",\"RVv6yw\":\"Tag used to show domains that are out of the organization's scope.\",\"Szz0uM\":\"Tag used to show domains that are possibly blocked by a firewall.\",\"YMUzka\":\"Tag used to show domains that have a pending web scan.\",\"t/03sK\":\"Tag used to show domains that have an Entrust certificate.\",\"hLBR0V\":\"Tag used to show domains that have an rcode status of NXDOMAIN\",\"vUp/NJ\":\"Tag used to show domains which may be from a wildcard subdomain (a wildcard resolver exists as a sibling).\",\"qo39aD\":\"TBS agrees to protect any information you disclose to us in a manner commensurate with the level of protection you use to secure such information, but in any event, with no less than a reasonable level of care.\",\"hTntxi\":\"TBS Application Portfolio Management (APM)\",\"R44vel\":\"TBS be identified as the source; and\",\"mz/edJ\":\"TBS reserves the right to refuse service, and may reject your application for an account, or cancel an existing account, for any reason, at our sole discretion.\",\"ICwOoM\":\"Technical implementation guidance:\",\"0NWXwv\":\"Termination\",\"7pe4vF\":\"Terms & conditions\",\"KWUgwY\":\"Terms & Conditions\",\"mvP/25\":\"Terms and Conditions\",\"PSGjEt\":\"Terms of Use\",\"NnH3pK\":\"Test\",\"uE46Ok\":\"TEST\",\"+GEvjd\":\"The \\\"Asset State\\\" describes how the domain relates to your organization. These states are used by Tracker to give you a more accurate summary of your attack surface.\",\"6YgixW\":\"The <0>\\\"Getting Started\\\" guide and FAQ section will help you to understand Tracker's capabilities and limitations.\",\"Q5+2cS\":\"The <0>Tracker platform\",\"F9YcwP\":\"The address/domain used in the \\\"From\\\" field.\",\"EcWi3L\":\"The advice, guidance or services provided to you by TBS will be provided on an “as-is” basis, without warrantee or representation of any kind, and TBS will not be liable for any loss, liability, damage or cost, including loss of data or interruptions of business arising from the provision of such advice, guidance or services by Tracker. Consequently, TBS recommends, that the users exercise their own skill and care with respect to their use of the advice, guidance and services that Tracker provides.\",\"6Kaoan\":\"The advice, guidance or services provided to you by TBS will be provided on an “as-is” basis, without warranty or representation of any kind, and TBS will not be liable for any loss, liability, damage or cost, including loss of data or interruptions of business arising from the provision of such advice, guidance or services by Tracker. Consequently, TBS recommends, that the users exercise their own skill and care with respect to their use of the advice, guidance and services that Tracker provides.\",\"z2nmCi\":\"The asset state shows the domain's relation to your organization. Only \\\"approved\\\" assets are counted in summaries.\",\"9d7oM7\":\"The DMARC enforcement action that the receiver took, either none, quarantine, or reject.\",\"LlIlYS\":\"The DMARC Summaries data has not been updated since December 2024. We are working to refresh this information. Please note that any displayed data may not reflect current email security status.\",\"Ty2jlx\":\"The domain address.\",\"CSBbeH\":\"The domains used for DKIM validation.\",\"uvf9fH\":\"The following ciphers are from known weak protocols and must be disabled:\",\"XuXErF\":\"The following data may have recently changed.\",\"QT0yfo\":\"The Government of Canada’s (GC) <0>Directive on Service and Digital provides expectations on how GC organizations are to manage their Information Technology (IT) services. The focus of the Tracker tool is to help organizations stay in compliance with the directives <1>Email Management Service Configuration Requirements and the directives <2>Web Site and Service Management Configuration Requirements.\",\"ZUl91B\":\"The graphics displayed on the Tracker website may not be used, in whole or in part, in connection with any business, products or service, or otherwise used, in a manner that is likely to lead to the belief that such business product, service or other use, has received the Government of Canada’s approval and may not be copied, reproduced, imitated, or used, in whole or in part, without the prior written permission of tbs.\",\"CaVt24\":\"The IP address of sending server.\",\"PVpIFF\":\"The material available on this web site is subject to the\",\"QOSvBL\":\"The message has been dismissed and will not be shown again.\",\"7l5cgM\":\"The page you are looking for has moved or does not exist.\",\"KR16gJ\":\"The percentage of internet-facing services that have a DMARC policy of at least p=”none”\",\"9YLQbZ\":\"The percentage of web-hosting services that strongly enforce HTTPS\",\"1m0V/v\":\"The process of detecting DKIM selectors is not immediate. It may take more than 24 hours for the selectors to appear in Tracker after the conditions are met.\",\"POOZo/\":\"The reproduction is not represented as an official version of the materials reproduced, nor as having been made, in affiliation with or under the direction of TBS.\",\"oQLLFW\":\"The results of DKIM verification of the message. Can be pass, fail, neutral, soft-fail, temp-error, or perm-error.\",\"5+SwWk\":\"The results of DKIM verification of the message. Can be pass, fail, neutral, temp-error, or perm-error.\",\"Dlm5Ng\":\"The selected endpoint is a private IP address. Tracker does not perform scans on private IP addresses.\",\"ragmrk\":\"The selected endpoint is a private IP address. Tracker scans are not performed on private IP addresses.\",\"gauQww\":\"The summary cards show two metrics that Tracker scans:\",\"Fk2Het\":\"The Total Messages from this sender.\",\"PIz50E\":\"The user's role has been successfully updated\",\"aaTkO5\":\"There is a gap in historical DMARC data between December 20, 2024 and January 21, 2025 due to a service disruption. This does not affect current DMARC reporting, and all data before and after this period remains complete and accurate.\",\"Ae4wEL\":\"These findings are imported from Microsoft's <0>External Attack Surface Management <1/> tool. <2>Automated updates to these findings occur daily.\",\"MxCO+9\":\"These findings are imported from Microsoft's <0>External Attack Surface Management tool. Updates to these findings occur daily.\",\"IZMm9/\":\"These findings are imported from Microsoft's <0>External Attack Surface Management tool. Updates to these findings occur weekly.\",\"boOkah\":\"These metrics are an important first step in securing your services and should be treated as minimum requirements. Further metrics are available in your organization's domain list.\",\"fNhmR5\":\"These terms and conditions shall be governed by and interpreted under the laws of Canada, without regard for any choice of law rules. The courts of Canada shall have exclusive jurisdiction over all matters arising in relation to these terms and conditions.\",\"9Ww6+i\":[\"This action CANNOT be reversed, are you sure you wish to to close the account \",[\"0\"],\"?\"],\"NuI3cI\":[\"This action CANNOT be reversed, are you sure you wish to to close the account \",[\"displayName\"],\"?\"],\"SxG8Ml\":\"This component is currently unavailable. Try reloading the page.\",\"CpttNW\":\"This could be due to improper configuration, or could be the result of a scan error\",\"GaT4cj\":\"This domain does not belong to this organization\",\"DwKTpw\":\"This domain no longer exists\",\"5w3Nn0\":\"This field cannot be empty\",\"+AP3VC\":\"This filter will show only domains affiliated with your account\",\"EsCdbQ\":\"This filter will show only domains affiliated with your account.\",\"EhOR/l\":\"This is a new service, we are constantly improving.\",\"Bsm5In\":\"This is the Super Admin menu. You can switch between Organizations, Users, and Audit Logs.\",\"+whqyD\":\"This page displays your personal view of tracked domains. All domains marked as \\\"favourite\\\" will be shown in the metrics.\",\"/2o3LT\":\"This page is dedicated to everything domains\",\"qV7lDm\":\"This page is dedicated to your personal view of tracker\",\"CNdz/s\":\"This service is not web-hosting and does not require compliance with the Web Sites and Services Management Configuration Requirements.\",\"mUVXtI\":\"This tab displays a list of your favourited domains.\",\"n7dEaY\":\"This tab displays the HTTPS and DMARC summaries for your favourited domains.\",\"v5Mk7I\":\"This user is not affiliated with any organizations\",\"+0Zdj1\":\"Tier 1\",\"ObaDfw\":\"Tier 1: Minimum Requirements\",\"ZS/Q/Q\":\"Tier 2\",\"gh1arN\":\"Tier 2: Improved Posture\",\"GKe3PA\":\"Tier 3\",\"hFNCBY\":\"Tier 3: Compliance\",\"5hV1no\":\"Time Generated\",\"O63ZFt\":\"Time Generated (UTC)\",\"8TMaZI\":\"Timestamp\",\"73fnil\":\"TLS\",\"+BDnX/\":\"TLS Results\",\"aqlA8/\":\"TLS Scan Complete\",\"tBPvVq\":[\"TLS scan for domain \\\"\",[\"0\"],\"\\\" has completed.\"],\"G+6xxh\":\"TLS Summary\",\"EnEKSX\":\"To enable full app functionality and maximize your account's security, <0>please verify your account.\",\"2melB9\":\"To maximize your account's security, <0>please activate a multi-factor authentication option.\",\"xCTSZd\":\"To receive DKIM scan results and guidance, you must add the DKIM selectors used for each domain. Organization administrators can add selectors in the “Admin Profile” by clicking the edit button of the domain for which they wish to add the selector. Common selectors to keep an for are “selector1”, and “selector2”.\",\"WXtLCg\":\"To view detailed scan results and other functionality, <0>please affiliate with an organization.\",\"HLAuGp\":\"Top 25 vulnerability detected in additional findings.\",\"5nzu5g\":\"Total Messages\",\"6KrWPx\":\"Total Negative Findings\",\"TxJV9g\":\"Total users\",\"9H30Aw\":\"Track Digital Security\",\"5krSpm\":\"Tracker account has been successfully closed.\",\"SFm6y5\":\"Tracker automatically adds DKIM selectors using DMARC reports. Selectors will be added to Tracker when 1) the domain has a DMARC RUA record which includes \\\"mailto:dmarc@cyber.gc.ca\\\"; and 2) the selector has been used to sign an email and passed DKIM validation.\",\"IFIilA\":\"Tracker automatically adds DKIM selectors using DMARC reports. Selectors will be added to Tracker when 1) the domain has a DMARC RUA record which includes \\\"mailto:dmarc@cyber.gc.ca\\\"; and 2) the selector has been used to sign an email and passed DKIM validation. If the domain has not met these conditions, the selectors will not be added to Tracker.\",\"VNHeQl\":\"Tracker automatically adds DKIM selectors using DMARC reports. Selectors will be added to Tracker when 1) the domain has a DMARC RUA record which includes \\\"mailto:dmarc@cyber.gc.ca\\\"; and 2) the selector has been used to sign an email and passed DKIM validation. If your DKIM selectors or any DMARC information is missing, please email <0>TBS Cyber Security.\",\"qHxHKh\":\"Tracker does not automatically add selectors, so it is likely that they are not in the system yet. More information can be found above in Getting Started.\",\"3MAwaP\":\"Tracker does not automatically add selectors, so it is likely that they are not in the system yet. More information can be found in Getting Started with Tracker - Managing Your Domains.\",\"vqukNU\":\"Tracker GitHub\",\"NUVjEe\":\"Tracker HSTS and HTTPS results display incorrectly when a domain has a non-compliant WWW subdomain. Check your WWW subdomain if your results appear incorrect. For example, the results for www.canada.ca in the Tracker platform are included in the results for canada.ca Work is in progress to separate the results.\",\"LWf1bI\":\"Tracker HSTS and HTTPS results display incorrectly when a domain has a non-compliant WWW subdomain. Check your WWW subdomain if your results appear incorrect. For example, the results for www.canada.ca in the Tracker platform are included in the results for canada.ca. Work is in progress to separate the results.\",\"epNvcm\":\"Tracker logo outline\",\"EKZgHU\":\"Tracker logo text\",\"HeXVdU\":\"Tracker now automatically manages your DKIM selectors.\",\"FQvm8g\":\"Tracker results refresh every 24 hours.\",\"+c+Oq3\":\"Tracker:\",\"PXenob\":\"Trademarks Act\",\"tuvLv1\":\"Two Factor Authentication\",\"jyi0+B\":\"Two-Factor Authentication:\",\"qPQsRe\":\"Unable to change user role, please try again.\",\"XPHfVu\":\"Unable to close the account.\",\"G3xh2U\":\"Unable to close this account.\",\"x+B6Wu\":\"Unable to complete the tour.\",\"huGkDL\":\"Unable to create account, please try again.\",\"ugcxQS\":\"Unable to create new domain.\",\"oFBulp\":\"Unable to create new organization.\",\"wwrMwp\":\"Unable to create your account, please try again.\",\"Yq0/s5\":\"Unable to dismiss the message.\",\"vh54wJ\":\"Unable to ignore CVE.\",\"KIdhao\":\"Unable to invite user.\",\"iDr9nO\":\"Unable to leave organization.\",\"B6PmuN\":\"Unable to remove domain.\",\"plLSRI\":\"Unable to remove this organization.\",\"esmG4Z\":\"Unable to remove user.\",\"Xd0BN3\":\"Unable to request invite, please try again.\",\"o43htB\":\"Unable to request scan, please try again.\",\"i3sz1c\":\"Unable to reset your password, please try again.\",\"ruRXBx\":\"Unable to send password reset link to email.\",\"a3nFku\":\"Unable to send verification email\",\"DPyDMe\":\"Unable to sign in to your account, please try again.\",\"5OS23v\":\"Unable to stop ignoring CVE.\",\"9htWiS\":\"Unable to update domain.\",\"XXwrnb\":\"Unable to update password\",\"bsG4jK\":\"Unable to update this organization.\",\"50pSij\":\"Unable to update to your display name, please try again.\",\"CyZIIr\":\"Unable to update to your Email Updates status, please try again.\",\"ZqH09S\":\"Unable to update to your inside user status, please try again.\",\"ZRla/L\":\"Unable to update to your insider status, please try again.\",\"sH4D0z\":\"Unable to update to your preferred language, please try again.\",\"qC7903\":\"Unable to update to your TFA send method, please try again.\",\"LsXP1P\":\"Unable to update to your username, please try again.\",\"Hjf97f\":\"Unable to update user role.\",\"VQ8hjU\":\"Unable to update your email address, please try again.\",\"2vd3Ze\":\"Unable to update your password, please try again.\",\"rCv3IK\":\"Unable to update your phone number, please try again.\",\"YWHtP/\":\"Unable to verify your phone number, please try again.\",\"NYFASA\":\"Unclaimed\",\"qxQ0TR\":\"Understanding Scan Metrics:\",\"AAa65i\":\"Undetected Ignored CVEs:\",\"tHjGBG\":\"Unfavourited Domain\",\"Ef7StM\":\"Unknown\",\"SrVEBu\":\"Unscanned\",\"EkH9pt\":\"Update\",\"pC29zz\":\"Updated Organization\",\"HBZslL\":\"Updated Properties\",\"nifCy0\":\"Upgrade DMARC policy to quarantine (gradually increment enforcement from 25% to 100%;\",\"8jghp3\":\"Upgrade DMARC policy to quarantine (gradually increment enforcement from 25% to 100%);\",\"mSUSgK\":\"Upgrade DMARC policy to reject (gradually increment enforcement from 25% to 100%); and\",\"9/y0PW\":\"Upgrade DMARC policy to reject (gradually increment enforcement from 25%to 100%); and\",\"PQs7eb\":\"URL:\",\"OV99YN\":\"Use filters to refine your search.\",\"XqZKdH\":\"Use of intellectual property in breach of this agreement may result in the termination of access to the Tracker website, product or services.\",\"xJhu+/\":\"Use these filters to modify the domain list results.\",\"OH+rHg\":\"Use this search box to find an organization.\",\"MEFtR2\":\"Use Tracker and <0>ITSP.40.062 Transport Layer Security (TLS) guidance to monitor the domains and sub-domains of your organization. Other tools available to support this activity include, <1>SSL Labs, <2>Hardenize, <3>SSLShopper, etc..\",\"VA9MZs\":\"Use Tracker to monitor the domains and sub-domains of your organization.\",\"7PzzBU\":\"User\",\"ilQjgP\":\"USER\",\"VCAw+b\":\"User Affiliations\",\"eh5q0a\":\"user email\",\"Bg86w1\":\"User email\",\"YFciqL\":\"User Email\",\"w+UAtK\":\"User email does not match\",\"RvwH+e\":\"User invited\",\"PJT78K\":\"User List\",\"hqkLj8\":\"User removed.\",\"87qUJ7\":\"User-designated tags appear here.\",\"vM1Cz9\":\"User:\",\"Sxm8rQ\":\"Users\",\"UrjddE\":\"Users exercise due diligence in ensuring the accuracy of the materials reproduced;\",\"wMHvYH\":\"Value\",\"iiF7bS\":\"Verification code must only contains numbers\",\"QDEWii\":\"Verified\",\"ElG4r1\":\"Verified Chain Free of Legacy Symantec Anchor\",\"1Pc+tq\":\"Verified Chain Free of SHA1 Signature\",\"uSMfoN\":\"Verify\",\"YnqCPK\":\"Verify Account\",\"CrDl1N\":\"Vertical View\",\"pyOFxH\":\"View and modify your domain list.\",\"J0vRBR\":\"View and modify your organization's affiliated user roles.\",\"SZw9tS\":\"View Details\",\"fQ+ouT\":\"View event logs of privileged activity in your organization.\",\"6Rp+NY\":\"View high-level details for each domain.\",\"9+Rfnq\":\"View information for each domain.\",\"u89gfc\":\"View Results\",\"iaC3Fh\":\"View summaries of your organization's web and email security compliance.\",\"SaZ6L+\":[\"Volume of messages spoofing \",[\"domainSlug\"],\" (reject + quarantine + none):\"],\"yPNR7T\":\"Volume of messages spoofing domain (reject + quarantine + none):\",\"nj2MP8\":\"Vulnerabilities\",\"Rr1UBV\":\"Vulnerability\",\"76++pR\":\"Warnings\",\"HohCRz\":\"Warnings:\",\"TK9JHr\":\"We reserve the right to make changes to our website layout and content, policies, products, services, and these Terms and Conditions at any time without notice. Please check these Terms and Conditions regularly, as continued use of our services after a change has been made will be considered your acceptance of the change.\",\"mlRLYO\":\"We reserve the right to modify or terminate our services for any reason, without notice, at any time.\",\"IAxc8y\":\"We've made enhancements to our DMARC data tables to provide a more accurate view of the information.\",\"oCsgB0\":\"We've sent an SMS to your new phone number with an authentication code to confirm this change.\",\"zMyymG\":\"We've sent an SMS to your registered phone number with an authentication code to sign into Tracker.\",\"x2rKrA\":\"We've sent you an email with an authentication code to sign into Tracker.\",\"3tGBK9\":\"weak\",\"9ls/Vs\":\"Weak\",\"IedE0A\":\"Weak Ciphers:\",\"YrtGHB\":\"Weak Curves:\",\"fw+TMi\":\"Web\",\"uxjnhI\":\"WEB\",\"Gq6SZt\":\"Web (HTTPS/TLS)\",\"ju9bew\":\"Web Components\",\"Rjm0zZ\":\"Web Connections\",\"ppulMR\":\"Web Connections Summary\",\"VpM60a\":\"Web Guidance\",\"zldZVd\":\"Web Scan Results\",\"DWV5ar\":\"Web Security:\",\"xbFv6h\":\"Web Sites and Services Management Configuration Requirements Compliant\",\"S3owus\":\"Web Summary\",\"viR921\":\"Web-hosting\",\"8+KCO9\":\"Web-hosting <0>domains\",\"SIfFqx\":\"Web-hosting domains\",\"ekNSRt\":\"Welcome to the Admin Profile page!\",\"KUENZK\":\"Welcome to Tracker, please enter your details.\",\"hQPgOZ\":\"Welcome to your personal view of Tracker. Moderate the security posture of domains of interest across multiple organizations. To add domains to this view, use the star icon buttons available on domain lists.\",\"Ozr/d9\":\"Welcome, you are successfully signed in to your new account!\",\"EHv6T0\":\"Welcome, you are successfully signed in!\",\"yvI9JW\":\"What are these additional findings?\",\"1zt+4z\":\"What does it mean if a domain is “unreachable”?\",\"VLQU3n\":\"Where can I get a GC-approved TLS certificate?\",\"BVloQK\":\"Where necessary adjust IT Plans and budget estimates for the FY where work is expected.\",\"jYbDtL\":\"Where necessary adjust IT Plans and budget estimates where work is expected.\",\"k5WBtU\":\"While other tools are useful to work alongside Tracker, they do not specifically adhere to the configuration requirements specified in the <0>Email Management Service Configuration Requirements and the <1>Web Site and Service Management Configuration Requirements. For a list of allowed protocols, ciphers, and curves review the <2>ITSP.40.062 TLS guidance.\",\"nOLA3K\":\"Why do other tools (<0>Hardenize, <1>SSL Labs, etc.) show positive results for a domain while Tracker shows negative results?\",\"NRDH4v\":\"Why do other tools show positive results for a domain while Tracker shows negative results?\",\"mxSqDR\":\"Why does the guidance page not show the domain’s DKIM selectors even though they exist?\",\"ou3ZRx\":\"Wiki\",\"5AcwMY\":\"Wildcard\",\"6JLz8n\":\"WILDCARD\",\"3j/Rjr\":\"Wildcard Entry\",\"aiCOdn\":\"WILDCARD ENTRY\",\"s0ha0k\":\"Wildcard Sibling\",\"r8gV8X\":\"WILDCARD SIBLING\",\"yTVUi9\":\"Wildcard*\",\"PAnfdM\":[\"Would you like to request an invite to \",[\"orgName\"],\"?\"],\"TnE3tt\":\"Year to Date\",\"l75CjT\":\"Yes\",\"ndb2A2\":\"You acknowledge that any data or information disclosed to TBS may be used to protect the Government of Canada as well as electronic information and information infrastructures designated as being of importance to the Government of Canada in accordance with cyber security and information assurance aspect of TBS’s mandate under the Policy on Government Security and the Policy on Service and Digital.\",\"Ds7mFc\":\"You acknowledge that TBS will use the email address you provide as the primary method for communication.\",\"H6ohbT\":\"You agree to protect any information disclosed to you by TBS in accordance with the data handling measures outlined in these Terms & Conditions. Similarly, TBS agrees to protect any information you disclose to us. Any such information must only be used for the purposes for which it was intended.\",\"LA72iW\":\"You agree to use our website, products and services only for lawful purposes and in a manner that does not infringe the rights of, or restrict or inhibit the use and enjoyment of, the website, products or services by any third party. Additionally, you must not misuse, compromise or interfere with our services, or introduce material to our services that is malicious or technologically harmful. You must not attempt to gain unauthorized access to, tamper with, reverse engineer, or modify our website, products or services, the server(s) on which they are stored, or any server, computer or database connected to our website, products or services. We may suspend or stop providing our products or services to you if you do not comply with our terms or policies or if we are investigating suspected misconduct. Any suspected illegal use of our website, products or services may be reported to the relevant law enforcement authorities and where necessary we will co-operate with those authorities by disclosing your identity to them.\",\"+/nhZ3\":\"You are current visiting a staging environment, used for testing purposes only. This is <0>not the live production site.<1/>Visit the production site at <2>https://tracker.canada.ca (GC network only).\",\"15kU54\":\"You are currently visiting a staging environment, used for testing purposes only. This is <0>not the live production site.<1/>Visit the production site at <2>https://tracker.canada.ca (GC network only).\",\"FNWRpJ\":\"You can filter the list of domains here\",\"LTZ0Yt\":\"You can modify the results of the domain list using these filters\",\"bDZnc7\":\"You can search for an organization here\",\"JSjBs0\":\"You currently have no admin affiliations.\",\"fxoHI/\":[\"You have successfully added \",[\"domainName\"],\" to myTracker.\"],\"MfoETE\":[\"You have successfully added \",[\"url\"],\" to myTracker.\"],\"xx73BX\":\"You have successfully been signed out.\",\"fVFB/O\":[\"You have successfully left \",[\"orgSlug\"]],\"yLx7Cb\":[\"You have successfully removed \",[\"0\"],\".\"],\"4Ud7W6\":[\"You have successfully removed \",[\"url\"],\" from myTracker.\"],\"nI2yw7\":\"You have successfully requested a scan.\",\"D0wp5C\":\"You have successfully requested subdomain discovery.\",\"ySBlBj\":[\"You have successfully updated \",[\"0\"],\".\"],\"o+j3MR\":\"You have successfully updated your display name.\",\"XAhdNc\":\"You have successfully updated your email update preference.\",\"5q+gpw\":\"You have successfully updated your email.\",\"ym/Lmj\":\"You have successfully updated your inside user preference.\",\"6MvMz9\":\"You have successfully updated your insider preference.\",\"0CcewX\":\"You have successfully updated your password.\",\"WlaYm0\":\"You have successfully updated your phone number.\",\"q92huR\":\"You have successfully updated your preferred language.\",\"2ahV9m\":\"You have successfully updated your TFA send method.\",\"+51QA/\":\"You may now sign in with your new password\",\"ZqTexg\":\"You will need a Tracker account to use certain products and services. You are responsible for maintaining the confidentiality of your account, password and for restricting access to your account. You also agree to accept responsibility for all activities that occur under your account or password. TBS accepts no liability for any loss or damage arising from your failure to maintain the security of your account or password.\",\"olrNOE\":\"Your Account\",\"cBpD5S\":\"Your account email could not be verified at this time. Please try again.\",\"DVEHfk\":\"Your account email was successfully verified\",\"INXmF5\":\"Your account will automatically be linked to the organization that invited you.\",\"s606tt\":\"Your account will be fully activated the next time you log in\",\"+zut4B\":\"Your request has been sent to the organization administrators.\",\"boNpir\":\"Zone:\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"+/LlLE\":[[\"0\"],\" was created\"],\"+/nhZ3\":[\"You are current visiting a staging environment, used for testing purposes only. This is <0>not the live production site.<1/>Visit the production site at <2>https://tracker.canada.ca (GC network only).\"],\"+0Zdj1\":[\"Tier 1\"],\"+4GO8z\":[\"Hostname Validated\"],\"+51QA/\":[\"You may now sign in with your new password\"],\"+8SoXm\":[\"Entrust\"],\"+AP3VC\":[\"This filter will show only domains affiliated with your account\"],\"+BDnX/\":[\"TLS Results\"],\"+FydTY\":[\"Built from sslyze \",[\"sslyzeCommit\"],\" and nassl \",[\"nasslCommit\"]],\"+GEvjd\":[\"The \\\"Asset State\\\" describes how the domain relates to your organization. These states are used by Tracker to give you a more accurate summary of your attack surface.\"],\"+HsJR5\":[\"Reach out if you have any questions.\"],\"+Mmt1p\":[\"Shows if the HTTP endpoint upgrades to HTTPS upgrade immediately, eventually (after the first redirect), or never.\"],\"+QdAPX\":[\"DMARC Failure Table\"],\"+Z1yq3\":[\"For any questions or concerns related to the ITPIN and related implementation guidance, contact TBS Cybersecurity.\"],\"+aMXQ9\":[\"Changes Required for ITPIN Compliance\"],\"+c+Oq3\":[\"Tracker:\"],\"+fNR5y\":[\"Acronym (FR)\"],\"+hsKCh\":[\"Country (FR)\"],\"+parT7\":[\"CANDIDATE\"],\"+vVk23\":[\"Invite Requested\"],\"+whqyD\":[\"This page displays your personal view of tracked domains. All domains marked as \\\"favourite\\\" will be shown in the metrics.\"],\"+z4EEh\":[\"For organization admins interested in receiving monthly email updates how their organization is progressing to 100% compliance.\"],\"+zut4B\":[\"Your request has been sent to the organization administrators.\"],\"/2o3LT\":[\"This page is dedicated to everything domains\"],\"/5G9m/\":[\"New Recommended TLS Ciphers\"],\"/IX/7x\":[\"Other\"],\"/IykwZ\":[\"Individuals from a departmental information technology group may contact the TBS Cyber Security mailbox for ITPIN interpretation and domain management.\"],\"/QVRfw\":[\"Select an organization to view admin options\"],\"/evUwI\":[\"SSL Scan Complete\"],\"/f/Bqn\":[\"Menu:\"],\"/fp9I1\":[\"Shows if the server was found to be vulnerable to the ROBOT vulnerability.\"],\"/fwShk\":[\"Current Tags\"],\"/hJKLQ\":[\"<0>Search Tip: Wildcard <1>%<2>Use <3>% to broaden your search:<4><5><6>Start with <7>%: Search <8><9>%example.gc.ca to find subdomains like <10>\\\"sub.example.gc.ca.\\\"<11><12>End with <13>%: Search <14><15>example% to find domains like <16>\\\"example.gc.ca\\\" or <17>\\\"example.canada.ca.\\\"<18><19>Use both: Search <20><21>%example% to find anything containing \\\"example\\\", like<22>\\\"sub.example.gc.ca\\\" or <23>\\\"example.canada.ca.\\\"<24>This helps you quickly locate related domains and subdomains.\"],\"/lDBHm\":[\"FAQ\"],\"/roQKz\":[\"Percentage\"],\"/zuxR8\":[\"An error occurred while updating your insider preference.\"],\"0/6vN/\":[\"Email Validated\"],\"000hAO\":[\"Close Account\"],\"03Qqf9\":[\"Filtered\"],\"095VbS\":[\"Shows if the domain uses only curves that are strong or acceptable.\"],\"0CcewX\":[\"You have successfully updated your password.\"],\"0G4HMD\":[\"Domain URL\"],\"0NWXwv\":[\"Termination\"],\"0QKs/A\":[\"Manual management of DKIM selectors is discontinued. DKIM selectors will automatically be added when setting <0>rua=mailto:dmarc@cyber.gc.ca in your DMARC record. <1>Learn more.\"],\"0WMN3T\":[\"Identify all domains and subdomains used to send mail;\"],\"0ck4OJ\":[\"DMARC Report\"],\"0gS7M5\":[\"Display Name\"],\"0gqFK2\":[\"Filter list to organizations the Policy on Government Security applies to.\"],\"0h78hd\":[\"Selector must be either a string containing alphanumeric characters and periods, starting and ending with only alphanumeric characters, or an asterisk\"],\"0pGT5P\":[\"Enforcement\"],\"0wmH7p\":[\"<0>3. Which domains should you enroll?<1/>Enroll any public, internet‑facing domains or subdomains your department owns—especially production systems that deliver services or expose application functionality. Test or pre‑launch environments may be excluded unless they are publicly accessible.\"],\"100rax\":[\"All \",[\"0\"],\" domain(s) on this page are selected.\"],\"10F9jk\":[\"Are you sure you want to stop ignoring this CVE?\"],\"15kU54\":[\"You are currently visiting a staging environment, used for testing purposes only. This is <0>not the live production site.<1/>Visit the production site at <2>https://tracker.canada.ca (GC network only).\"],\"17sOMU\":[\"2.4 Web applications implement Content-Security-Policy, HSTS and X-Frame-Options response headers.\"],\"1IaXb4\":[\"Shows if the HSTS header includes the preload directive.\"],\"1KgiU2\":[\"Add Domain Details\"],\"1PLHH6\":[\"An error occurred while favouriting a domain.\"],\"1Pc+tq\":[\"Verified Chain Free of SHA1 Signature\"],\"1Pql1B\":[\"Domains found through this method will be automatically added to <0>\",[\"orgSlug\"],\" and tagged as \\\"NEW\\\". Would you like to proceed?\"],\"1TNIig\":[\"Open\"],\"1UzENP\":[\"No\"],\"1Wag04\":[\"Sign Out.\"],\"1XDR/N\":[\"Prevent this domain from being counted in your organization's summaries.\"],\"1dLt++\":[\"Fully Aligned by IP Address\"],\"1hYDGD\":[\"New Password:\"],\"1jgj4t\":[\"Organization left successfully\"],\"1m0V/v\":[\"The process of detecting DKIM selectors is not immediate. It may take more than 24 hours for the selectors to appear in Tracker after the conditions are met.\"],\"1rTgms\":[\"An error occured when you attempted to download all domain statuses.\"],\"1rcNaU\":[\"Shows the percentage of emails from the domain that fail SPF requirments, but pass DKIM requirments.\"],\"1sDnhw\":[\"Stopped ignoring CVE\"],\"1ufdsG\":[\"Shows if the certificate bundle provided from the server included the root certificate.\"],\"1zt+4z\":[\"What does it mean if a domain is “unreachable”?\"],\"260VKn\":[\"My domain does not send emails, how can I get my domain's DMARC, DKIM, and SPF compliance checks to pass?\"],\"27ijLn\":[\"Shows if the domain is compliant with\"],\"2Chwrj\":[\"this domain\"],\"2F6pZb\":[\"Ignored CVEs:\"],\"2GT3Hf\":[\"Global\"],\"2HZREe\":[\"Data not available for this service. Try rescanning or come back later.\"],\"2MfFq7\":[\"Description (EN)\"],\"2Z1RFO\":[\"HIDDEN\"],\"2ahV9m\":[\"You have successfully updated your TFA send method.\"],\"2llhSW\":[\"REQUIRES_INVESTIGATION\"],\"2lrb7i\":[\"About Coordinated Vulnerability Disclosure (CVD)\"],\"2mcKzA\":[\"Shows if the domain meets the HSTS requirements.\"],\"2melB9\":[\"To maximize your account's security, <0>please activate a multi-factor authentication option.\"],\"2soHLb\":[\"Enter and confirm your new password below:\"],\"2vd3Ze\":[\"Unable to update your password, please try again.\"],\"2wQqqA\":[\"Domain List\"],\"3/SpMs\":[\"Changes:\"],\"31JzXu\":[\"Are you sure you want to ignore this CVE?\"],\"32TndD\":[\"Blocked\"],\"330wRT\":[\"Negative Finding\"],\"335pVD\":[\"Phone number field must not be empty\"],\"352VU2\":[\"Don't have an account? <0>Sign up\"],\"36UqHB\":[\"Tag updated\"],\"37q/Bp\":[\"No data found when retrieving top 25 report.\"],\"39K4x6\":[\"Incorrect verifyPhoneNumber.result typename.\"],\"3AwCWx\":[\"Domain Name System (DNS) Services Management Configuration Requirements - Canada.ca\"],\"3FK+IH\":[\"It is recommended that Shared Service Canada (SSC) partners contact their SSC Service Delivery Manager to discuss action plans and required steps to submit a request for change.\"],\"3GBKSU\":[\"CCS Injection Vulnerability:\"],\"3JzsDb\":[\"May\"],\"3MAwaP\":[\"Tracker does not automatically add selectors, so it is likely that they are not in the system yet. More information can be found in Getting Started with Tracker - Managing Your Domains.\"],\"3N0SXZ\":[\"Search for a user by email\"],\"3PJEPk\":[\"Apply Tags\"],\"3cDG+4\":[\"DNS Scan Complete\"],\"3gHxPH\":[\"Requirements: <0>Web Sites and Services Management Configuration Requirements\"],\"3j/Rjr\":[\"Wildcard Entry\"],\"3mFtyj\":[\"Button to export the data\"],\"3mQg15\":[\"Siganture Hash:\"],\"3pLjKx\":[\"Informative tags highlight relevant configuration details, but are not addressed within policy requirements and have no impact on scoring.\"],\"3tGBK9\":[\"weak\"],\"3tIa5r\":[\"<0>The following data may have recently changed.<1>We've made enhancements to our DMARC data tables to provide a more accurate view of the information.\"],\"3uUkSL\":[\"Note: This will affect results for \",[\"orgCount\"],\" organizations\"],\"3wV73y\":[\"City\"],\"3y56+l\":[\"Domain:\"],\"4/KnpK\":[\"No Users\"],\"40WmRH\":[\"No values were supplied when attempting to update organization details.\"],\"40X6c9\":[\"Implemented\"],\"4A3FLA\":[\"PSD\"],\"4GLxhy\":[\"Getting Started\"],\"4IITK7\":[\"Admin Profile\"],\"4IL9k/\":[\"By accessing, browsing, or using our website or our services, you acknowledge that you have read, understood, and agree to be bound by these Terms and Conditions, and to comply with all applicable laws and regulations. We recommend that you review all Terms and Conditions periodically to understand any updates or changes that may affect you. If you do not agree to these Terms and Conditions, please refrain from using our website, products and services.\"],\"4LPR0u\":[\"Perform another assessment of the applicable domains and sub-domains to confirm that the configuration has been updated and that HTTPS is enforced in accordance with the ITPIN. Results will appear in the Tracker Dashboard within 24 hours.\"],\"4UWdNF\":[\"Remove User\"],\"4Ud7W6\":[\"You have successfully removed \",[\"url\"],\" from myTracker.\"],\"4W70YI\":[\"No data for the DMARC yearly report graph\"],\"4XPzVQ\":[\"Result:\"],\"4ZjcOP\":[\"Shows the percentage of domains which have a valid DMARC policy configuration.\"],\"4i/UAp\":[\"If a domain is no longer in use but still exists on the DNS, it is still vulnerable to email spoofing attacks, where an attacker can send an email that appears to be coming from your domain.\"],\"4ir5A+\":[\"How can I edit my domain list?\"],\"4jh+pb\":[\"Tag used to show domains as web-hosting.\"],\"4lgLew\":[\"February\"],\"4qLtTO\":[\"For technical implementation guidance:\"],\"4sXWBq\":[\"Edit Phone Number\"],\"4yG1B4\":[\"Email Scan Results\"],\"5+SwWk\":[\"The results of DKIM verification of the message. Can be pass, fail, neutral, temp-error, or perm-error.\"],\"50WXts\":[\"Certificate Chain\"],\"50pSij\":[\"Unable to update to your display name, please try again.\"],\"54GFcU\":[\"Last Seen: \",[\"0\"]],\"54Ho/+\":[\"Ciphers Status\"],\"558DXR\":[\"<0>IPs: \",[\"0\"]],\"55d7P8\":[\"By default our scanners check domains ending in “.gc.ca” and “.canada.ca”. If your domain is outside that set, you need to contact us to let us know. Send an email to TBS Cyber Security to confirm your ownership of that domain.\"],\"5AcwMY\":[\"Wildcard\"],\"5DZIGC\":[\"Password must be at least 12 characters long\"],\"5H6tYm\":[\"Items per page:\"],\"5HVeI7\":[\"Check if your organization is already included in our monitored list. If not, you can create a free account to access an overview of your organization's digital footprint and potential vulnerabilities.\"],\"5HiUGT\":[\"<0>The following data may have recently changed. We've made enhancements to our DMARC data tables to provide a more accurate view of the information.\"],\"5KZW7n\":[\"URL: \"],\"5KfWxA\":[\"External ID\"],\"5Licch\":[\"Email Updates\"],\"5OS23v\":[\"Unable to stop ignoring CVE.\"],\"5VI7GD\":[\"Search for your organization to request an invite\"],\"5b4J4v\":[\"All Time\"],\"5cJXlQ\":[\"Certificates\"],\"5hV1no\":[\"Time Generated\"],\"5krSpm\":[\"Tracker account has been successfully closed.\"],\"5nMcRN\":[\"An error occured when you attempted to sign out\"],\"5nzu5g\":[\"Total Messages\"],\"5p+7pq\":[\"State: \",[\"lastPortStateTranslated\"]],\"5q+gpw\":[\"You have successfully updated your email.\"],\"5u1xBE\":[\"CVD Denied\"],\"5w3Nn0\":[\"This field cannot be empty\"],\"5wlQcx\":[\"Current Password:\"],\"5xvbu2\":[\"Search: \"],\"63Jze3\":[\"Search DKIM Failing Items\"],\"63M++q\":[\"Admin accounts must activate a multi-factor authentication option.\"],\"66eIiQ\":[\"Search SPF Failing Items\"],\"6BaJpc\":[\"Please enter your two factor code below.\"],\"6C8Njf\":[\"No DDOS Protection found\"],\"6F9Wq/\":[\"SPF Status\"],\"6G+/gP\":[\"Strong Ciphers:\"],\"6IPebo\":[\"Incorrect typename received.\"],\"6JLz8n\":[\"WILDCARD\"],\"6JUp9P\":[\"An error occurred while updating your email address.\"],\"6Js+tN\":[\"Is DKIM aligned. Can be true or false.\"],\"6Kaoan\":[\"The advice, guidance or services provided to you by TBS will be provided on an “as-is” basis, without warranty or representation of any kind, and TBS will not be liable for any loss, liability, damage or cost, including loss of data or interruptions of business arising from the provision of such advice, guidance or services by Tracker. Consequently, TBS recommends, that the users exercise their own skill and care with respect to their use of the advice, guidance and services that Tracker provides.\"],\"6KrWPx\":[\"Total Negative Findings\"],\"6MvMz9\":[\"You have successfully updated your insider preference.\"],\"6QJscv\":[\"Organization(s):\"],\"6Rp+NY\":[\"View high-level details for each domain.\"],\"6Uau97\":[\"Skip\"],\"6Unnqy\":[\"For any questions or concerns, please contact <0>TBS Cyber Security .\"],\"6YgixW\":[\"The <0>\\\"Getting Started\\\" guide and FAQ section will help you to understand Tracker's capabilities and limitations.\"],\"6YtxFj\":[\"Name\"],\"6aXq+t\":[\"Subject:\"],\"6dAA/1\":[\"\\n We've sent an SMS to your registered phone number with an authentication code to sign into Tracker.\"],\"6eGHIw\":[\"An error occurred while updating your display name.\"],\"6foA8n\":[\"Are you sure?\"],\"6jjgW/\":[\"For in-depth implementation guidance:\"],\"6tglLx\":[\"Select an ownership level\"],\"6vYqe7\":[\"An error occurred while verifying your phone number.\"],\"6zmakZ\":[\"Incorrect dismiss method received.\"],\"73AuUj\":[\"<0>Note: Domains from outside the GC scope may not be scanned right away\"],\"73BRT8\":[\"Negative Findings\"],\"73fnil\":[\"TLS\"],\"75uUWt\":[\"Hostname Matches\"],\"76++pR\":[\"Warnings\"],\"7C+Jn5\":[\"Show password\"],\"7F5iqL\":[\"DKIM Failures by IP Address\"],\"7G1BWp\":[\"Enforcement:\"],\"7MLVHn\":[\"Maintain\"],\"7N0wyf\":[\"Click to view detailed scan results and guidance.\"],\"7PzzBU\":[\"User\"],\"7Q24LN\":[\"Policy\"],\"7VS/UI\":[\"<0>3. Which domains should you enroll?<1/>Enroll any public, internet‑facing domains or subdomains your organization owns—especially production systems that deliver services or expose application functionality. Test or pre‑launch environments may be excluded unless they are publicly accessible.\"],\"7VpPHA\":[\"Confirm\"],\"7XPQLc\":[\"MONITOR_ONLY\"],\"7aaD1O\":[\"Not supported\"],\"7dlQ0y\":[\"Incorrect updateDomainsByDomainIds.result typename.\"],\"7kb4LU\":[\"Approved\"],\"7l+d0v\":[\"Internet-facing\"],\"7l5cgM\":[\"The page you are looking for has moved or does not exist.\"],\"7oqddH\":[\"DKIM record and keys are deployed and valid\"],\"7pe4vF\":[\"Terms & conditions\"],\"7qFzBo\":[\"HSTS Age:\"],\"7uyoVS\":[\"Acronym (EN)\"],\"7vvXgg\":[\"Shows if the domain uses acceptable protocols.\"],\"7xbo7G\":[\"Scan Pending\"],\"8+KCO9\":[\"Web-hosting <0>domains\"],\"80wgTj\":[\"CVD Enrollment Status\"],\"87qUJ7\":[\"User-designated tags appear here.\"],\"88VcNy\":[\", and\"],\"896mJG\":[\"Shows if the HSTS (HTTP Strict Transport Security) header is present.\"],\"8BlqGC\":[\"Sort by:\"],\"8DvZBT\":[\"No DMARC phase information available for this organization.\"],\"8JFpmg\":[\"Email-hosting domains\"],\"8KcAKB\":[\"Admins of an organization can add domains to their list.\"],\"8L6Wqc\":[[\"count\"],\" records...\"],\"8N7TG7\":[\"Email Update Preferences:\"],\"8O/94D\":[\"Unable to create new tag.\"],\"8TMaZI\":[\"Timestamp\"],\"8ZsakT\":[\"Password\"],\"8f8G36\":[\". Personal information will not be disclosed by Treasury Board Secretariat of Canada (TBS) except in accordance with the\"],\"8jR6Tv\":[\"Post-Quantum Key Exchange\"],\"8jghp3\":[\"Upgrade DMARC policy to quarantine (gradually increment enforcement from 25% to 100%);\"],\"8tQMD8\":[\"Revoked:\"],\"8zSOwK\":[\"SSL scan for domain \\\"\",[\"0\"],\"\\\" has completed.\"],\"9+Rfnq\":[\"View information for each domain.\"],\"9/y0PW\":[\"Upgrade DMARC policy to reject (gradually increment enforcement from 25%to 100%); and\"],\"90sO0p\":[\"pPolicy:\"],\"91L1jN\":[\"Email Guidance\"],\"9H30Aw\":[\"Track Digital Security\"],\"9PFS1w\":[\"Source IP Address\"],\"9Qs99X\":[\"Email:\"],\"9TWZWG\":[\"Incorrect updateUserProfile.result typename.\"],\"9Ww6+i\":[\"This action CANNOT be reversed, are you sure you wish to to close the account \",[\"0\"],\"?\"],\"9YLQbZ\":[\"The percentage of web-hosting services that strongly enforce HTTPS\"],\"9YV7/B\":[\"DKIM Summary\"],\"9YyxSf\":[\"Curves Status\"],\"9cEHeq\":[\"Unable to create new global tag.\"],\"9d7oM7\":[\"The DMARC enforcement action that the receiver took, either none, quarantine, or reject.\"],\"9gwS0g\":[\"Name (EN)\"],\"9htWiS\":[\"Unable to update domain.\"],\"9ls/Vs\":[\"Weak\"],\"9rPuYN\":[\"Email successfully sent\"],\"A5Mtdq\":[\"Non-compliant\"],\"A70KQ3\":[\"New Phone Number:\"],\"AAa65i\":[\"Undetected Ignored CVEs:\"],\"AFbHRs\":[\"HTTPS scan for domain \\\"\",[\"0\"],\"\\\" has completed.\"],\"AK5cnc\":[\"Organization: \"],\"ALkQnm\":[\"Please enter your one-time code to continue to Tracker.\"],\"AN/k7l\":[\"Sign In.\"],\"ARoOjY\":[\"Connection Results\"],\"AWI4nU\":[\"References:\"],\"AYbtd/\":[\"Supported\"],\"AZ4xlc\":[\"Domains\"],\"Ae4wEL\":[\"These findings are imported from Microsoft's <0>External Attack Surface Management <1/> tool. <2>Automated updates to these findings occur daily.\"],\"AeXO77\":[\"Account\"],\"Ag8url\":[\"Status/Tag\"],\"Al/ERV\":[\"This service does <0>not host web content and is not subject to the Web Sites and Services Management Configuration Requirements.\"],\"AoOi5e\":[\"TLS 1.3 supported\"],\"Aos73a\":[\"Lookups:\"],\"AwSb0L\":[\"Scan Domain\"],\"AyQ+Oq\":[\"For organization admins interested in receiving email updates on new changes to their organization's compliance statuses.\"],\"B/YkqM\":[\"No data was found to export.\"],\"B1aKou\":[\"3.1.2 Use a denial-of-service mitigation service\"],\"B2Tpo0\":[\"Invalid email\"],\"B4BmDq\":[\"Tag used to show domains as a staging environment.\"],\"B4V7Qh\":[\"Show \",[\"pageSize\"]],\"B5BtCJ\":[\"Provide an up-to-date list of all domain and sub-domains of publicly accessible websites and web services to TBS Cyber Security. The TBS Cyber Security team is responsible for updating the domain and sub-domain lists within Tracker.\"],\"B6PmuN\":[\"Unable to remove domain.\"],\"BAVbHj\":[\"Province:\"],\"BDHA/i\":[\"Severity\"],\"BHQT34\":[\"Domain count\"],\"BHlrFe\":[\"HTTPS is configured and HTTP connections redirect to HTTPS\"],\"BOaYAR\":[\"HSTS Includes Subdomains\"],\"BUCSNg\":[\"Protect domains that do not send email - GOV.UK (www.gov.uk)\"],\"BUh3Tg\":[\"Incorrect closeAccount.result typename.\"],\"BVloQK\":[\"Where necessary adjust IT Plans and budget estimates for the FY where work is expected.\"],\"BXBqe/\":[\"Shows if the received certificates are not relying on a distrusted Symantec root certificate.\"],\"BaiLgc\":[\"An error occurred when you attempted to download all domain statuses.\"],\"BfdWP2\":[\"Tag used to show domains as a production environment.\"],\"Bg86w1\":[\"User email\"],\"BhWGln\":[\"Ignore CVE\"],\"Bk55Ql\":[\"Create your free account to unlock visibility into your organization's digital footprint. Upon signing up, you'll gain access to a dynamic inventory of web infrastructure under your management.\"],\"BoD3tx\":[\"CNAME:\"],\"BrSiMn\":[\"Phone Validated\"],\"BsLrWR\":[\"myTracker\"],\"Bsm5In\":[\"This is the Super Admin menu. You can switch between Organizations, Users, and Audit Logs.\"],\"BvGJMw\":[\"No HTTPS configuration information available for this organization.\"],\"BvIqRH\":[\"Showing data for period: \"],\"C+H7bp\":[\"Limitation of Liability\"],\"C3MpcC\":[\"Shows the percentage of emails from the domain that have passed both SPF and DKIM requirements.\"],\"C3NSgp\":[\"Search DMARC Failing Items\"],\"C409S4\":[\"New Value:\"],\"C41uz/\":[\"Confidentiality Requirement\"],\"C8GAau\":[\"Domain added\"],\"C8gr6l\":[\"Requested Scan\"],\"CBGIpw\":[\"Each organization’s domain list should include every internet-facing service. It is the responsibility of organization admins to manage the current list and identify new domains to add.\"],\"CE+M2e\":[\"Info\"],\"CF1MT2\":[\"A verification email has been sent to your new email address. Please verify your email address to complete the change.\"],\"CFe4OH\":[\"Internally available <0>Tracker Dashboard\"],\"CK8HVk\":[\"Mail-sending\"],\"CNdz/s\":[\"This service is not web-hosting and does not require compliance with the Web Sites and Services Management Configuration Requirements.\"],\"CQseYZ\":[\"Action:\"],\"CSBbeH\":[\"The domains used for DKIM validation.\"],\"CSQPC0\":[\"Create an Account\"],\"CUKxPA\":[\"Super Admin Menu:\"],\"CaVt24\":[\"The IP address of sending server.\"],\"Ckhhs5\":[\"Successfully ignored CVE for domain \",[\"0\"],\". New ignored CVEs: \\\"\",[\"1\"],\"\\\".\"],\"Coo//F\":[\"6.2.2 Websites and web services that involve an exchange of personal information or other sensitive information must receive priority following a risk-based approach, and migrate as soon as possible.\"],\"CpttNW\":[\"This could be due to improper configuration, or could be the result of a scan error\"],\"CrDl1N\":[\"Vertical View\"],\"Cs/dcD\":[\"Once access is given to your department by the TBS Cyber team, they will be able to invite and manage other users within the organization and manage the domain list.\"],\"CuZuPi\":[\"Read Guidance\"],\"CyYEqC\":[\"dmarc phases information\"],\"CyZIIr\":[\"Unable to update to your Email Updates status, please try again.\"],\"D+zLDD\":[\"Hidden\"],\"D0wp5C\":[\"You have successfully requested subdomain discovery.\"],\"DB8zMK\":[\"Apply\"],\"DBHTm/\":[\"August\"],\"DHhJ7s\":[\"Previous\"],\"DM5E8T\":[\"Label (FR)\"],\"DPyDMe\":[\"Unable to sign in to your account, please try again.\"],\"DVEHfk\":[\"Your account email was successfully verified\"],\"DWV5ar\":[\"Web Security:\"],\"DeM2Qm\":[\"DOES NOT EQUAL\"],\"Dfvk20\":[\"Scan of domain successfully requested\"],\"Di1mCj\":[\"No additional web components found\"],\"DikQdw\":[\"Full Fail %\"],\"DkxcQS\":[\"DEPENDENCY\"],\"Dlm5Ng\":[\"The selected endpoint is a private IP address. Tracker does not perform scans on private IP addresses.\"],\"DmJr2D\":[\"Acronym:\"],\"DnRpiw\":[\"DNS scan for domain \\\"\",[\"0\"],\"\\\" has completed.\"],\"DoISCz\":[\"Apply filters to refine your domain search results.\"],\"DppQ8V\":[\"Here you can filter the list of organizations\"],\"Ds7mFc\":[\"You acknowledge that TBS will use the email address you provide as the primary method for communication.\"],\"Dtcb2V\":[\"Edit Email\"],\"Duv7Ot\":[\"Incorrect signUp.result typename.\"],\"DwKTpw\":[\"This domain no longer exists\"],\"DwLcnR\":[\"Information on this site, other than protected intellectual property, such as copyright and trademarks, and Government of Canada symbols and other graphics, has been posted with the intent that it be readily available for personal and public non-commercial use and may be reproduced, in part or in whole and by any means, without charge or further permission from TBS. We ask only that:\"],\"DyPqf6\":[\"SPIN Top 25 Vulnerabilities\"],\"Dywww4\":[\"Let's get you set up so you can verify your account information and begin using Tracker.\"],\"E4G48M\":[\"File name:\"],\"E7Pj6b\":[\"Request successfully sent to get all domain statuses - this may take a minute.\"],\"EFTrJ1\":[\"Select severity\"],\"EHv6T0\":[\"Welcome, you are successfully signed in!\"],\"EKZgHU\":[\"Tracker logo text\"],\"EPEFrH\":[\"Audit Logs\"],\"EXR8N+\":[\"Reject all messages from non-mail domains.\"],\"EXxLID\":[\"domains information\"],\"EcWi3L\":[\"The advice, guidance or services provided to you by TBS will be provided on an “as-is” basis, without warrantee or representation of any kind, and TBS will not be liable for any loss, liability, damage or cost, including loss of data or interruptions of business arising from the provision of such advice, guidance or services by Tracker. Consequently, TBS recommends, that the users exercise their own skill and care with respect to their use of the advice, guidance and services that Tracker provides.\"],\"EdEpYN\":[\"Add Domain\"],\"EdQY6l\":[\"None\"],\"EdSZUD\":[\"Include hidden domains in summaries.\"],\"Ef7StM\":[\"Unknown\"],\"EhOR/l\":[\"This is a new service, we are constantly improving.\"],\"Ehtihc\":[\"Go to page:\"],\"EkH9pt\":[\"Update\"],\"ElG4r1\":[\"Verified Chain Free of Legacy Symantec Anchor\"],\"EnEKSX\":[\"To enable full app functionality and maximize your account's security, <0>please verify your account.\"],\"EoKe5U\":[\"Domain\"],\"EsCdbQ\":[\"This filter will show only domains affiliated with your account.\"],\"EsW9CB\":[\"Tag Assets\"],\"EsdzMy\":[\"Request Invite\"],\"Eu74yg\":[\"Items per page: \"],\"EwO/Xg\":[\"DMARC Configuration Summary\"],\"F/Nvz7\":[\"No scan data is currently available for this service. You may request a scan using the refresh button, or wait up to 24 hours for data to refresh.\"],\"F7G/TS\":[\"Frequently Asked Questions\"],\"F9YcwP\":[\"The address/domain used in the \\\"From\\\" field.\"],\"FCbYMr\":[\"sp:\"],\"FDHYoy\":[\"Additional Findings\"],\"FH1WRg\":[\"Domain url field must not be empty\"],\"FHx6kz\":[\"Positive\"],\"FNWRpJ\":[\"You can filter the list of domains here\"],\"FNsxkO\":[\"Disposition\"],\"FQvm8g\":[\"Tracker results refresh every 24 hours.\"],\"FS1/JD\":[\"List of guidance tags\"],\"FTed18\":[\"<0>Application Availability: This cloud-based web application is to be 95% fully operational from 8:00 AM to 4:00 PM Eastern time on regular business days.\"],\"FWQGGb\":[\"Click an organization card to view more details.\"],\"FWWAwd\":[\"Incorrect createDomain.result typename.\"],\"FcDIH8\":[\"Select all \",[\"domainCount\"],\" domains\"],\"FeVxCP\":[\"Data:\"],\"Fk2Het\":[\"The Total Messages from this sender.\"],\"FpNkVS\":[\"Click here.\"],\"FqwE0m\":[\"Filter list to organizations the Policy on Service and Digital applies to.\"],\"G+6xxh\":[\"TLS Summary\"],\"G0SLvB\":[\"Incorrect updateDomain.result typename.\"],\"G2TE1M\":[\"This will update \",[\"0\"],\" domain(s).\"],\"G3xh2U\":[\"Unable to close this account.\"],\"G5EePN\":[\"Filter list to affiliated resources only.\"],\"GCA9px\":[\"Key length:\"],\"GDvlUT\":[\"Role\"],\"GEA6eT\":[\"Obtain certificates from a GC-approved certificate source as outlined in the Recommendations for TLS Server Certificates for GC public facing web services\"],\"GEi8if\":[\"BLOCKED\"],\"GFvoBM\":[\"Getting domain statuses\"],\"GGB2ZL\":[\"Individuals from a departmental information technology group may contact the TBS Cyber Security mailbox for results interpretation and domain management.\"],\"GJd/q+\":[\"Slug:\"],\"GKe3PA\":[\"Tier 3\"],\"GLUC2q\":[\"Deploy\"],\"GRuFS2\":[[\"0\"],\" selected in total\"],\"GS+Mus\":[\"Export\"],\"GTOcxw\":[\"Edit User\"],\"GVcaW6\":[\"Organization Details\"],\"GaT4cj\":[\"This domain does not belong to this organization\"],\"Gfjbxu\":[\"SPIN Top 25\"],\"GnFC/X\":[\"SPF Results\"],\"Gp/8p2\":[\"Affected Components:\"],\"Gq6SZt\":[\"Web (HTTPS/TLS)\"],\"GsdBTZ\":[\"Email-hosting <0>domains\"],\"GzoOWw\":[\"Find domains that potentially belong to your organization.\"],\"H3qTOK\":[\"<0>Follow the guidance found in section B.4 of the <1>ITSP.40.065 v1.1.\"],\"H47YfF\":[\"Asset States\"],\"H6ohbT\":[\"You agree to protect any information disclosed to you by TBS in accordance with the data handling measures outlined in these Terms & Conditions. Similarly, TBS agrees to protect any information you disclose to us. Any such information must only be used for the purposes for which it was intended.\"],\"H8u4Wv\":[\"First Seen: \",[\"0\"]],\"H9Ol7O\":[\"Heartbleed Vulnerability:\"],\"HBZslL\":[\"Updated Properties\"],\"HFKvys\":[\"Code field must not be empty\"],\"HLAuGp\":[\"Top 25 vulnerability detected in additional findings.\"],\"HODgS5\":[\"Fail SPF %\"],\"HVCvjT\":[\"ITPIN Status\"],\"HeXVdU\":[\"Tracker now automatically manages your DKIM selectors.\"],\"HiVi/n\":[\"Horizontal View\"],\"Hjf97f\":[\"Unable to update user role.\"],\"Hk2vPu\":[\"An error occurred while unfavouriting a domain.\"],\"HmWTI7\":[\"User: \"],\"HohCRz\":[\"Warnings:\"],\"HrJpUC\":[\"Please enter your current password.\"],\"HskuH2\":[\"Select a reason for adding this outside domain\"],\"HumaRO\":[\"ADMIN\"],\"HxAsl2\":[\"Shows if the domain has a valid SSL certificate.\"],\"Hyj6ug\":[\"Latest Scan:\"],\"I+FvbD\":[\"Scan\"],\"I1Ym9H\":[\"SSL Status\"],\"I2jrDn\":[\"Confidence Level\"],\"I7VAhM\":[\"High Availability\"],\"I9vYw1\":[\"Changed TFA Send Method\"],\"IAxc8y\":[\"We've made enhancements to our DMARC data tables to provide a more accurate view of the information.\"],\"ICwOoM\":[\"Technical implementation guidance:\"],\"IFIilA\":[\"Tracker automatically adds DKIM selectors using DMARC reports. Selectors will be added to Tracker when 1) the domain has a DMARC RUA record which includes \\\"mailto:dmarc@cyber.gc.ca\\\"; and 2) the selector has been used to sign an email and passed DKIM validation. If the domain has not met these conditions, the selectors will not be added to Tracker.\"],\"IMs82o\":[\"Prevent this domain from being scanned and being counted in any summaries.\"],\"IN14eU\":[\"Shows if the received certificate chain contains Entrust as the CA.\"],\"INXmF5\":[\"Your account will automatically be linked to the organization that invited you.\"],\"IQEaPl\":[\"If you believe this was caused by a problem with Tracker, please <0>Report an Issue <1/>\"],\"IS0nrP\":[\"Create Account\"],\"IZMm9/\":[\"These findings are imported from Microsoft's <0>External Attack Surface Management tool. Updates to these findings occur weekly.\"],\"IZzn9r\":[\"Country (EN)\"],\"IacaTh\":[\"Please follow the link in order to verify your account and start using Tracker.\"],\"IedE0A\":[\"Weak Ciphers:\"],\"IejbLv\":[\"PGS\"],\"Ii7fo2\":[\"Password confirmation cannot be empty\"],\"Iq9zAc\":[\"PROD\"],\"IzDZMY\":[\"Check if your organization is already included. If not, create a free account to access an overview of your organization's digital footprint and potential vulnerabilities.\"],\"Izhuvv\":[\"Serial:\"],\"J0vRBR\":[\"View and modify your organization's affiliated user roles.\"],\"J26rGJ\":[\"pct:\"],\"J2Nw00\":[\"Shows if the leaf certificate includes the \\\"OCSP Must-Staple\\\" extension.\"],\"J5nbej\":[\"Critical\"],\"JHOuex\":[\"Guidance results\"],\"JIDNWm\":[\"Scanner Finding\"],\"JKON7w\":[\"Unable to retrieve scan data for \",[\"domain\"],\".\"],\"JMpJJh\":[\"It is recommended that SSC partners contact their SSC Service Delivery Manager to discuss the departmental action plan and required steps to submit a request for change.\"],\"JNCzPW\":[\"Country\"],\"JNdXxi\":[\"CVD Pending\"],\"JOy8Oh\":[\"Shows if the domain meets the Hypertext Transfer Protocol Secure (HTTPS) requirements.\"],\"JQ94qH\":[\"Summary Tier:\"],\"JSjBs0\":[\"You currently have no admin affiliations.\"],\"JbWDNK\":[\"Organization name does not match.\"],\"JivUrY\":[\"An error occurred while updating your TFA send method.\"],\"JmZ/+d\":[\"Finish\"],\"Jpnyqo\":[\"DDOS Protection\"],\"Jr0rwn\":[\"Here is the information for each domain\"],\"JsY1p5\":[\"Denied\"],\"JsY45j\":[\"Host from reverse DNS of source IP address.\"],\"K/Yxpy\":[\"Select a reason for removing this domain\"],\"K22iFr\":[\"Old Value:\"],\"K5zuKx\":[\"Confirm removal of domain:\"],\"K6wJJD\":[\"Perform an assessment of the domains and sub-domains to determine the status of the configuration. Tools available to support this activity includes the <0>Tracker Dashboard, <1>SSL Labs, <2>Hardenize, <3>SSLShopper, etc.\"],\"K7tIrx\":[\"Category\"],\"KF9O08\":[\"HTTPS is configured and HTTP connections redirect to HTTPS (ITPIN 6.1.1)\"],\"KGbrpr\":[\"0. Not Implemented\"],\"KIdhao\":[\"Unable to invite user.\"],\"KR16gJ\":[\"The percentage of internet-facing services that have a DMARC policy of at least p=”none”\"],\"KSwvaC\":[\"No known weak protocols used.\"],\"KUENZK\":[\"Welcome to Tracker, please enter your details.\"],\"KWC0B6\":[\"An error occurred when you attempted to sign out\"],\"KWUgwY\":[\"Terms & Conditions\"],\"KXqMY6\":[\"Organization not updated\"],\"KbS2K9\":[\"Reset Password\"],\"Ke8Vim\":[\"Incorrect inviteUserToOrg.result typename.\"],\"KldMMb\":[\"Role:\"],\"Kmrrnj\":[\"Status/Tag/State\"],\"KpVz6S\":[\"Ignore RUA\"],\"KxDZTk\":[\"Create an account by entering an email and password.\"],\"KzQFvE\":[\"Edit Organization\"],\"KzfAfq\":[\"Perform an inventory of all departmental domains and subdomains. Sources of information include:\"],\"Kzy2d8\":[\"More Info\"],\"L+PZ+0\":[\"Data Security and Use\"],\"L4CLrh\":[\"<0>Preference: \",[\"preference\"]],\"L5/4N9\":[\"Shows if the domain meets the DomainKeys Identified Mail (DKIM) requirements.\"],\"L5P0h3\":[\"Service Level Agreement\"],\"L6iDE/\":[\"Acceptable Curves:\"],\"L6uH4h\":[\"Show Domain List\"],\"LA72iW\":[\"You agree to use our website, products and services only for lawful purposes and in a manner that does not infringe the rights of, or restrict or inhibit the use and enjoyment of, the website, products or services by any third party. Additionally, you must not misuse, compromise or interfere with our services, or introduce material to our services that is malicious or technologically harmful. You must not attempt to gain unauthorized access to, tamper with, reverse engineer, or modify our website, products or services, the server(s) on which they are stored, or any server, computer or database connected to our website, products or services. We may suspend or stop providing our products or services to you if you do not comply with our terms or policies or if we are investigating suspected misconduct. Any suspected illegal use of our website, products or services may be reported to the relevant law enforcement authorities and where necessary we will co-operate with those authorities by disclosing your identity to them.\"],\"LAiDdu\":[\"Submit bug reports and feature requests through our <0>GitHub page.\"],\"LArty2\":[\"No Organizations\"],\"LEbOpR\":[\"More details\"],\"LHZNPL\":[\"CVE ignored\"],\"LL8dy7\":[\"Good Hostname\"],\"LLx/nr\":[\"Strong\"],\"LONBwM\":[\"No response headers found\"],\"LPfLcZ\":[\"Last Scanned\"],\"LTDS5W\":[\"EQUALS\"],\"LTZ0Yt\":[\"You can modify the results of the domain list using these filters\"],\"LWf1bI\":[\"Tracker HSTS and HTTPS results display incorrectly when a domain has a non-compliant WWW subdomain. Check your WWW subdomain if your results appear incorrect. For example, the results for www.canada.ca in the Tracker platform are included in the results for canada.ca. Work is in progress to separate the results.\"],\"LXv/RF\":[\"Tag used to show domains have a wildcard resolver as a sibling.\"],\"LcSfMb\":[\"No record was found for this service.\"],\"LdiZzs\":[\"SPF record is deployed and valid\"],\"LeSkbA\":[\"DKIM Failure Table\"],\"Lf8wF8\":[\"HSTS Status\"],\"LlIlYS\":[\"The DMARC Summaries data has not been updated since December 2024. We are working to refresh this information. Please note that any displayed data may not reflect current email security status.\"],\"LpOIus\":[\"Next Steps:\"],\"LqhjxR\":[\"Default:\"],\"Ls08BH\":[\"Add User\"],\"LsXP1P\":[\"Unable to update to your username, please try again.\"],\"Lw2FI5\":[\"Entrust Certificate Detected\"],\"M3+Ht7\":[\"Acronym\"],\"M70Qdp\":[\"An asset that is relevant to the organization but is not a direct part of the attack surface.\"],\"M8er/5\":[\"Name:\"],\"MEFtR2\":[\"Use Tracker and <0>ITSP.40.062 Transport Layer Security (TLS) guidance to monitor the domains and sub-domains of your organization. Other tools available to support this activity include, <1>SSL Labs, <2>Hardenize, <3>SSLShopper, etc..\"],\"MEUfqY\":[\"Error while retrieving scan data for \",[\"domainName\"],\". <0/>This could be due to insufficient user privileges or the Domain does not exist in the system. You can request access to an Organization below to view the Domain results\"],\"MILoeL\":[\"Services\"],\"MJtPXf\":[\"Shows the percentage of emails from the domain that fail DKIM requirements, but pass SPF requirements.\"],\"MKRejy\":[\"Most Common Negative Findings\"],\"MYBysd\":[\"Incorrect removeDomain.result typename.\"],\"MaIXUI\":[\"SPF Failures by IP Address\"],\"Mbs4mO\":[[\"editingDomainUrl\"],\" from \",[\"orgSlug\"],\" successfully updated.\"],\"MfoETE\":[\"You have successfully added \",[\"url\"],\" to myTracker.\"],\"MmdOIM\":[\"No guidance tags were found for this scan category\"],\"MqpjCY\":[\"Removed Organization\"],\"Mw2muw\":[\"OUTSIDE\"],\"MxCO+9\":[\"These findings are imported from Microsoft's <0>External Attack Surface Management tool. Updates to these findings occur daily.\"],\"Mxt7mO\":[\"Filter the list of domains here.\"],\"MxwkfL\":[\"DMARC Configured\"],\"N0XARq\":[\"Tag used to show domains that are not active.\"],\"N2Buh0\":[\"Is your organization not using Tracker yet?\"],\"N4OVNn\":[\"Implementation\"],\"NDCfR1\":[\"Outside\"],\"NJFQ66\":[\"Requirements: <0>Email Management Services Configuration Requirements\"],\"NP/GAG\":[\"Successfully stopped ignoring CVE for domain \\\"\",[\"0\"],\"\\\". New ignored CVEs: \\\"\",[\"1\"],\"\\\".\"],\"NQ3JAW\":[\"Export to CSV\"],\"NRDH4v\":[\"Why do other tools show positive results for a domain while Tracker shows negative results?\"],\"NTIp6w\":[\"Not After:\"],\"NUVjEe\":[\"Tracker HSTS and HTTPS results display incorrectly when a domain has a non-compliant WWW subdomain. Check your WWW subdomain if your results appear incorrect. For example, the results for www.canada.ca in the Tracker platform are included in the results for canada.ca Work is in progress to separate the results.\"],\"NVhJi1\":[\"Sort by: \"],\"NVn6vQ\":[\"Hash Algorithm:\"],\"NYFASA\":[\"Unclaimed\"],\"NnH3pK\":[\"Test\"],\"NoKvKm\":[\"Confirm New Password:\"],\"NoNwIX\":[\"Inactive\"],\"NqTDTp\":[\"No current phone number\"],\"Nu4oKW\":[\"Description\"],\"NuI3cI\":[\"This action CANNOT be reversed, are you sure you wish to to close the account \",[\"displayName\"],\"?\"],\"NuhuBC\":[\"PENDING\"],\"Nx6F8k\":[\"Comparison\"],\"O3oNi5\":[\"Email\"],\"O63ZFt\":[\"Time Generated (UTC)\"],\"OH+rHg\":[\"Use this search box to find an organization.\"],\"OJgtsX\":[\"phase out\"],\"OJx3wK\":[\"Not available\"],\"OPnS0i\":[\"Shows if all the certificates in the bundle provided by the server were sent in the correct order.\"],\"OQoPDj\":[\"Signature Hash:\"],\"OV99YN\":[\"Use filters to refine your search.\"],\"OX6vme\":[\"Authenticate\"],\"OYHzN1\":[\"Tags\"],\"OZXjiQ\":[\"Tag used to show domains as hidden from affecting the organization summary scores.\"],\"ObaDfw\":[\"Tier 1: Minimum Requirements\"],\"Ocwo6K\":[\"spPolicy:\"],\"Odegd3\":[\"Last 30 Days of Data\"],\"OhbQFG\":[\"HTTPS Downgrades\"],\"OlCJKy\":[\"PSD applies:\"],\"Opv4re\":[\"Our scan requests can be identified by the following User-Agent header:\"],\"Ov00/+\":[\"An error occurred while requesting a scan.\"],\"OvAZpb\":[\"Must Staple\"],\"Ozr/d9\":[\"Welcome, you are successfully signed in to your new account!\"],\"P3366C\":[\"Assess\"],\"P3d5qF\":[\"No Tags\"],\"P5BMwU\":[\"Shows if the HTTPS endpoint downgrades to unsecured HTTP immediately, eventually, or never.\"],\"P5Xdjh\":[\"Remove Domain\"],\"PA0obv\":[\"Obtain the configuration guidance for the appropriate endpoints (e.g., web server, network/security appliances, etc.) and implement recommended configurations.\"],\"PAnfdM\":[\"Would you like to request an invite to \",[\"orgName\"],\"?\"],\"PHUxmV\":[\"INACTIVE\"],\"PIz50E\":[\"The user's role has been successfully updated\"],\"PJT78K\":[\"User List\"],\"PLrg5f\":[\"Important Notice:\"],\"POOZo/\":[\"The reproduction is not represented as an official version of the materials reproduced, nor as having been made, in affiliation with or under the direction of TBS.\"],\"POkOop\":[\"Prod\"],\"PQs7eb\":[\"URL:\"],\"PSGjEt\":[\"Terms of Use\"],\"PTCq3h\":[\"By default our scanners check domains ending in “.gc.ca” and “.canada.ca”. If your domain is outside that set, you need to contact us to let us know. Send an email to <0>TBS Cyber Security to confirm your ownership of that domain.\"],\"PVYIRf\":[\"No DMARC Implementation Phase\"],\"PVpIFF\":[\"The material available on this web site is subject to the\"],\"PXenob\":[\"Trademarks Act\"],\"PYfxDh\":[\"Header From\"],\"Ph14Wm\":[\"See headers\"],\"PlskcA\":[\"Admin Portal\"],\"Pm0qcs\":[\"Search Fully Aligned Items\"],\"Pr5WdA\":[\"Privacy Act.\"],\"PsiZ7B\":[\"Loading \",[\"children\"],\"...\"],\"PsuHqc\":[\"Please choose your preferred language\"],\"Pu8BV1\":[\"Enter \\\"\",[\"userName\"],\"\\\" below to confirm removal. This field is case-sensitive.\"],\"Puv7+X\":[\"Account Settings\"],\"Pw01g0\":[\"Hide password\"],\"PyoHuT\":[\"Develop a prioritized schedule to address any failings. Consider prioritizing websites and web services that exchange Protected data.\"],\"Q1NzNX\":[\"Endpoint:\"],\"Q5+2cS\":[\"The <0>Tracker platform\"],\"Q8L0wp\":[\"Search for a user (email)\"],\"Q93sDy\":[\"Prevent this domain from being visible, scanned, and being counted in any summaries.\"],\"QB3TTp\":[\"Endpoint Summary\"],\"QDEWii\":[\"Verified\"],\"QDcb9e\":[\"Filter list to verified organizations only.\"],\"QHgSK6\":[\"Domain removed from \",[\"orgSlug\"]],\"QNH6mm\":[\"Account Closed Successfully\"],\"QOSvBL\":[\"The message has been dismissed and will not be shown again.\"],\"QRv92O\":[\"Add details about the enrollment (optional)\"],\"QT0yfo\":[\"The Government of Canada’s (GC) <0>Directive on Service and Digital provides expectations on how GC organizations are to manage their Information Technology (IT) services. The focus of the Tracker tool is to help organizations stay in compliance with the directives <1>Email Management Service Configuration Requirements and the directives <2>Web Site and Service Management Configuration Requirements.\"],\"QXjlIE\":[\"Percentages\"],\"Qbk83b\":[\"Shows if the domain meets the Sender Policy Framework (SPF) requirements.\"],\"QdZlQZ\":[\"Inside user status changed\"],\"QjxL33\":[\"Acronyms can only use upper case letters and underscores\"],\"Qn8r0/\":[\"No negative findings to show. \"],\"R07tP/\":[\"https configuration summary\"],\"R44vel\":[\"TBS be identified as the source; and\"],\"R5H2sO\":[\"Click for guidance on getting started with Tracker and frequently asked questions.\"],\"RAEZXU\":[\"404 - Page Not Found\"],\"RBg26R\":[\"Help us make government websites more secure. Please complete the following steps to become compliant with the Government of Canada's web security standards. If you have any questions about this process, please <0>contact us.\"],\"RCGMuM\":[\"Self-signed:\"],\"RSKNnk\":[\"No guidance found for this category\"],\"RUp1j6\":[\"<0>Help Desk: All enquiries submitted via generic mailboxs tracker@tbs-sct.gc.ca, suivi@tbs-sct.gc.ca will be responded to within 10 business days.\"],\"RVv6yw\":[\"Tag used to show domains that are out of the organization's scope.\"],\"Ralayn\":[\"Add Tag\"],\"Rc9loj\":[\"4. Maintain\"],\"Rd14F9\":[\"DKIM Selectors\"],\"Rjm0zZ\":[\"Web Connections\"],\"RqO0eR\":[\"strong\"],\"RqvBOI\":[\"HTTP (80) Chain\"],\"Rr1UBV\":[\"Vulnerability\"],\"Rsjgm0\":[\"Experimental\"],\"RvmKvd\":[\"CVE Detected\"],\"RvwH+e\":[\"User invited\"],\"S3owus\":[\"Web Summary\"],\"S5Tw3I\":[\"Create Organization\"],\"SBQFyj\":[\"Results for scans of web technologies (SSL, HTTPS).\"],\"SFm6y5\":[\"Tracker automatically adds DKIM selectors using DMARC reports. Selectors will be added to Tracker when 1) the domain has a DMARC RUA record which includes \\\"mailto:dmarc@cyber.gc.ca\\\"; and 2) the selector has been used to sign an email and passed DKIM validation.\"],\"SIfFqx\":[\"Web-hosting domains\"],\"SLTmyE\":[\"Each organization’s domain list should include every internet-facing service. It is the responsibility of org admins to manage the current list and identify new domains to add.\"],\"SOhD3S\":[\"DMARC Failures by IP Address\"],\"SQKPvQ\":[\"Invite User\"],\"SXQFr8\":[\"DNS Host\"],\"SZw9tS\":[\"View Details\"],\"SaZ6L+\":[\"Volume of messages spoofing \",[\"domainSlug\"],\" (reject + quarantine + none):\"],\"SfdMcC\":[\"Experimental result from an unreleased version of SSLyze. This does not affect compliance scoring and is visible to super admins only.\"],\"Sk332e\":[\"HTTPS Configured\"],\"SlfejT\":[\"Error\"],\"Smh7Oz\":[\"Summary of your tracker\"],\"Spo4mQ\":[\"Response Headers\"],\"Sq7GOU\":[\"For details related to terms pertaining to privacy, please refer to\"],\"SrVEBu\":[\"Unscanned\"],\"SsaSBB\":[\"Copyright Act\"],\"Ssk04z\":[\"Deploy DKIM records and keys for all domains and senders; and\"],\"SteJns\":[\"DMARC Phases\"],\"SxG8Ml\":[\"This component is currently unavailable. Try reloading the page.\"],\"Sxm8rQ\":[\"Users\"],\"Sxw8pN\":[\"Organization is invested in the outside domain\"],\"Szz0uM\":[\"Tag used to show domains that are possibly blocked by a firewall.\"],\"T4zr9t\":[\"Login to your account\"],\"T8DC3r\":[\"Tag created\"],\"THT43/\":[\"No CDN found\"],\"TIL5UY\":[\"Shows the duration of time, in seconds, that the HSTS header is valid.\"],\"TK9JHr\":[\"We reserve the right to make changes to our website layout and content, policies, products, services, and these Terms and Conditions at any time without notice. Please check these Terms and Conditions regularly, as continued use of our services after a change has been made will be considered your acceptance of the change.\"],\"TVVTQ1\":[\"Refresh the web and email scan results for this domain.\"],\"TZ4oql\":[\"Loading Data...\"],\"TaTrFz\":[\"Mark this domain as high availability. It will be monitored by the uptime dashboard.\"],\"TdfEV7\":[\"Archived\"],\"TdgpBL\":[\"No scan data available for \",[\"0\"],\".\"],\"TiKezy\":[\"STAGING\"],\"TnE3tt\":[\"Year to Date\"],\"TnRVWV\":[\"\\n We've sent you an email with an authentication code to sign into Tracker.\"],\"TvssMP\":[\"Dependency\"],\"TxJV9g\":[\"Total users\"],\"Ty2jlx\":[\"The domain address.\"],\"TyhTvr\":[\"Email-hosting\"],\"U3h1os\":[\"Shows if the HTTPS connection is live.\"],\"U3pytU\":[\"Admin\"],\"U6GeYF\":[\"Information shared with TBS, or acquired via systems hosted by TBS, may be subject to public disclosure under the\"],\"U6kiMF\":[\"Shows the percentage of emails from the domain that fail DKIM requirments, but pass SPF requirments.\"],\"U9CvYr\":[\"Graph direction:\"],\"UCUfML\":[\"Affected Components\"],\"UDGkR8\":[\"Supports ECDH Key Exchange:\"],\"UL8A9w\":[\"Tag\"],\"UZZLtk\":[\"Label (EN)\"],\"UbRKMZ\":[\"Pending\"],\"Ufe/7B\":[\"Government of Canada Employees\"],\"Uj/wmw\":[\"Perform an inventory of all organizational domains and subdomains. Sources of information include:\"],\"Ujzz/n\":[\"Immediately\"],\"Ukc1yU\":[\"Guidance:\"],\"UrjddE\":[\"Users exercise due diligence in ensuring the accuracy of the materials reproduced;\"],\"UtKWyZ\":[\"HSTS Max Age\"],\"Uu6FGP\":[\"Results for scans of web technologies (TLS, HTTPS).\"],\"UuPNoj\":[\"Supports post-quantum key exchange\"],\"UwUGG3\":[\"Shows the percentage of emails from the domain that have passed both SPF and DKIM requirments.\"],\"UxDJQH\":[\"Changed User Phone Number\"],\"V15bkS\":[\"OWNER\"],\"VA9MZs\":[\"Use Tracker to monitor the domains and sub-domains of your organization.\"],\"VADSKS\":[\"Request a domain to be scanned:\"],\"VCAw+b\":[\"User Affiliations\"],\"VGm6lt\":[\"Shows if the HTTP connection is live.\"],\"VJScHU\":[\"Reason\"],\"VL3117\":[\"Report an Issue\"],\"VLQU3n\":[\"Where can I get a GC-approved TLS certificate?\"],\"VNHeQl\":[\"Tracker automatically adds DKIM selectors using DMARC reports. Selectors will be added to Tracker when 1) the domain has a DMARC RUA record which includes \\\"mailto:dmarc@cyber.gc.ca\\\"; and 2) the selector has been used to sign an email and passed DKIM validation. If your DKIM selectors or any DMARC information is missing, please email <0>TBS Cyber Security.\"],\"VOYYu9\":[\"An error occurred while updating your inside user preference.\"],\"VQ8hjU\":[\"Unable to update your email address, please try again.\"],\"VTFUU5\":[\"Passwords must match\"],\"VV3o1u\":[\"Current Display Name:\"],\"VVzJBE\":[\"Description (FR)\"],\"VYExE3\":[\"Eventually\"],\"Vb4rKO\":[\"Certificate chain info could not be found during the scan.\"],\"VbN7mk\":[\"Don't show again\"],\"VhMDMg\":[\"Change Password\"],\"VoWGfx\":[\"Content Delivery Network\"],\"VpM60a\":[\"Web Guidance\"],\"VvKBAO\":[\"Changed User Password\"],\"VwOrlc\":[\"Selector must be string containing alphanumeric characters and periods, starting and ending with only alphanumeric characters\"],\"W/x/AD\":[\"Incorrect updateOrganization.result typename.\"],\"W1KJcv\":[\"For users interested in using new features that are still in progress.\"],\"W3pON0\":[\"<0>Hostname: \",[\"hostname\"]],\"W6UJvS\":[\"An error occurred while updating your language.\"],\"WD4aNC\":[\"Showing data for period:\"],\"WGQHXA\":[\"No frameworks found\"],\"WQczKl\":[\"Rotate DKIM keys annually.\"],\"WRtyAC\":[\"Show Update List\"],\"WTCGSJ\":[\"Check your associated Tracker email for the verification link\"],\"WUnDrx\":[\"Strong Curves:\"],\"WWBK6M\":[\"Shows the percentage of domains which have HTTPS configured and upgrade HTTP connections to HTTPS (ITPIN 6.1.1)\"],\"WXDrr0\":[\"Filters:\"],\"WXPj0U\":[\"Enter your user account's verified email address and we will send you a password reset link.\"],\"WXtLCg\":[\"To view detailed scan results and other functionality, <0>please affiliate with an organization.\"],\"Wa8Jtm\":[\"Ciphers\"],\"WdFHIK\":[\"Monitor Only\"],\"WiHo0m\":[\"City:\"],\"WkpvU+\":[\"No DKIM selectors are currently attached to this domain. Please contact an admin of an affiliated organization to add selectors.\"],\"WlaYm0\":[\"You have successfully updated your phone number.\"],\"WnpHVH\":[\"Negative Tags\"],\"WuBDPs\":[\"<0>Application Availability: This cloud-based web application is to be 95% fully operational from 8:00 AM to 4:00 PM Eatern time on regular business days.\"],\"WzvrqK\":[\"All \",[\"0\"],\" domains on this page are selected.\"],\"X+yIKo\":[\"If you believe this could be the result of an issue with the scan, rescan the service using the refresh button. If you believe this is because the service no longer exists (NXDOMAIN), this domain should be removed from all affiliated organizations.\"],\"X006Na\":[\"Frameworks\"],\"X73iqs\":[\"https://https-everywhere.canada.ca/en/help/\"],\"X9enf0\":[\"Names:\"],\"XATwen\":[\"Email Summary\"],\"XAhdNc\":[\"You have successfully updated your email update preference.\"],\"XEkCVN\":[\"Policy on Government Security (PGS)\"],\"XGzDLr\":[\"Search by Domain URL\"],\"XJH9eU\":[\"Name Servers (NS)\"],\"XJOV1Y\":[\"Activity\"],\"XLHhMF\":[\"Create an organization\"],\"XMYjNb\":[\"A more detailed breakdown of each domain can be found by clicking on its address in the first column.\"],\"XPHfVu\":[\"Unable to close the account.\"],\"XSDGjU\":[[\"selectedOnPage\"],\" selected on this page.\"],\"XWh+dn\":[\"Email invitation sent\"],\"XXwrnb\":[\"Unable to update password\"],\"XXzR4R\":[\"ENTRUST\"],\"Xc87ZJ\":[\"Shows if the hostname on the server certificate matches the the hostname from the HTTP request.\"],\"Xd0BN3\":[\"Unable to request invite, please try again.\"],\"XepVWg\":[\"Status or tag\"],\"XexWCK\":[\"DKIM Selector\"],\"XhgUvQ\":[\"Incorrect createOrganization.result typename.\"],\"XlkiPi\":[\"Tag used to show domains resolve to a wildcard entry.\"],\"XqZKdH\":[\"Use of intellectual property in breach of this agreement may result in the termination of access to the Tracker website, product or services.\"],\"Xu9QQn\":[\"Incorrect dismissMessage.result typename.\"],\"XuXErF\":[\"The following data may have recently changed.\"],\"XxlcGv\":[\"Recent Activity\"],\"XyOToQ\":[\"An error occurred.\"],\"Y6K2Dw\":[\"Province (EN)\"],\"Y7iXtq\":[\"Monitor changes in your organization's security compliance over time.\"],\"Y8UTny\":[\"Enter \\\"\",[\"0\"],\"\\\" below to confirm removal. This field is case-sensitive.\"],\"YCjF3f\":[\"Improving GC Cyber Security Health SPIN\"],\"YClp7D\":[\"Multifactor authentication (MFA) is active by deafult and used to verify account email\"],\"YFciqL\":[\"User Email\"],\"YGftDL\":[\"Incorrect update method received.\"],\"YJfHtC\":[\"Shows the total number of emails that have been sent by this domain during the selected time range.\"],\"YKAZly\":[\"Apply filters to refine the organization list.\"],\"YKuPEz\":[\"An error occurred when dismissing the message.\"],\"YMUzka\":[\"Tag used to show domains that have a pending web scan.\"],\"YN6VNq\":[\"Shows if the server was found to be vulnerable to the Heartbleed vulnerability.\"],\"YUzq19\":[\"Password:\"],\"YWHtP/\":[\"Unable to verify your phone number, please try again.\"],\"YbQJ2+\":[\"Here is the information for each organization\"],\"YcfUZ9\":[\"Contact Us\"],\"Yi9o52\":[\"HTTPS Configuration Summary\"],\"YljFZL\":[\"State: \",[\"lastPortState\"]],\"YnqCPK\":[\"Verify Account\"],\"Yq0/s5\":[\"Unable to dismiss the message.\"],\"YrtGHB\":[\"Weak Curves:\"],\"YwtmGn\":[\"Deploy initial DMARC records with policy of none; and\"],\"Z4irAC\":[\"It is not clear to me why a domain has failed?\"],\"Z5MoJq\":[\"Domains used for SPF validation.\"],\"Z5XwFs\":[\"Filter the list to show your affiliated organizations.\"],\"Z7TJ9F\":[\"No activity logs\"],\"ZFVl25\":[\"HTTP Live\"],\"ZKCI79\":[\"Incorrect unignoreCve.result typename.\"],\"ZKZRqX\":[\"<0>Help Desk: All enquiries submitted via generic mailboxs <1>tracker@tbs-sct.gc.ca will be responded to within 10 business days.\"],\"ZO8g8+\":[\"Error while retrieving DMARC data for \",[\"domainSlug\"],\". <0/>This could be due to insufficient user privileges or the domain does not exist in the system.\"],\"ZP7hCB\":[\"Incorrect leaveOrganization.result typename.\"],\"ZRla/L\":[\"Unable to update to your insider status, please try again.\"],\"ZS/Q/Q\":[\"Tier 2\"],\"ZSDQwQ\":[\"Language:\"],\"ZUl91B\":[\"The graphics displayed on the Tracker website may not be used, in whole or in part, in connection with any business, products or service, or otherwise used, in a manner that is likely to lead to the belief that such business product, service or other use, has received the Government of Canada’s approval and may not be copied, reproduced, imitated, or used, in whole or in part, without the prior written permission of tbs.\"],\"ZXDD4J\":[\"Export SPIN Top 25\"],\"ZYKaAR\":[\"Jurisdiction\"],\"ZZsoWV\":[\"Detected Ignored CVEs:\"],\"ZqH09S\":[\"Unable to update to your inside user status, please try again.\"],\"ZqTexg\":[\"You will need a Tracker account to use certain products and services. You are responsible for maintaining the confidentiality of your account, password and for restricting access to your account. You also agree to accept responsibility for all activities that occur under your account or password. TBS accepts no liability for any loss or damage arising from your failure to maintain the security of your account or password.\"],\"Zsc6Ob\":[\"No scan data for this organization.\"],\"a22czH\":[\"All \",[\"domainCount\"],\" domains are selected. Updates will apply to all filtered domains, not just this page.\"],\"a3LGaf\":[\"DKIM record could not be found for this selector.\"],\"a3nFku\":[\"Unable to send verification email\"],\"a3qQlI\":[\"Display Name:\"],\"a8OrDb\":[\"Reach out to us if you have any questions.\"],\"a9Xxn4\":[\"For organization admins interested in receiving email updates on new activity in their organizations.\"],\"aGSlPO\":[\"Incorrect send method received.\"],\"aJY8u2\":[\"Further details for each organization can be found by clicking on its row.\"],\"aKEHLj\":[\"Staging\"],\"aKfiHR\":[\"Selector must be string ending in '._domainkey'\"],\"aNLO4Q\":[\"Sign in with your username and password.\"],\"aOtslO\":[\"Configuration requirements for email services completely met\"],\"aV2ApN\":[\"<0>Last Scanned: \",[\"0\"]],\"aVO7ll\":[\"Select a state that best describes the asset in realtion to your organization.\"],\"aVsoxF\":[\"New Domain URL\"],\"aWExql\":[\"Static IP Address: <0>52.138.13.28\"],\"aaTkO5\":[\"There is a gap in historical DMARC data between December 20, 2024 and January 21, 2025 due to a service disruption. This does not affect current DMARC reporting, and all data before and after this period remains complete and accurate.\"],\"aaxm+9\":[\"Organization Information\"],\"agPptk\":[\"Medium\"],\"agRbLJ\":[\"An error occurred while updating this organization.\"],\"aiCOdn\":[\"WILDCARD ENTRY\"],\"al/31v\":[\"HTTPS Scan Complete\"],\"aqlA8/\":[\"TLS Scan Complete\"],\"aujCzW\":[\"To ensure accurate scanning results, configure your firewall and DDoS (Denial of Service) protection settings to permit required scanning traffic. Work with your IT team and/or your SSC Service Delivery Manager to add the scanning IP address (52.138.13.28) to your network's allow lists.\"],\"avd7LG\":[\"For more detailed steps, please see the <0>CCCS implementation guidance.\"],\"b71w0N\":[\"SUPER_ADMIN\"],\"bDZnc7\":[\"You can search for an organization here\"],\"bHYIks\":[\"Sign Out\"],\"bJwXgF\":[\"Edit Display Name\"],\"bNrEjL\":[\"DNS Result Summary\"],\"bQjIis\":[\"DMARC Phase\"],\"bVNe1p\":[\"Export RUA List\"],\"bZ3IhR\":[\"Hide domain\"],\"bbHaMF\":[\"Guidance Tags\"],\"biQHaE\":[\"Unable to retrieve scan data for \",[\"0\"],\".\"],\"boNpir\":[\"Zone:\"],\"boOkah\":[\"These metrics are an important first step in securing your services and should be treated as minimum requirements. Further metrics are available in your organization's domain list.\"],\"bsG4jK\":[\"Unable to update this organization.\"],\"bwRvnp\":[\"Action\"],\"bz6QLk\":[[\"title\"],\" - Tracker\"],\"c5Ppwu\":[\"Services: \",[\"domainCount\"]],\"c6evQz\":[\"An error occurred when completing the tour.\"],\"c6jf1X\":[\"Assess current state;\"],\"c8I7gl\":[\"HTTPS Live\"],\"c8kun5\":[\"Tag used to show domains as new to the system.\"],\"c9e7Yi\":[\"No users\"],\"cBpD5S\":[\"Your account email could not be verified at this time. Please try again.\"],\"cCWFz3\":[\"Mail Servers (MX)\"],\"cQmN7c\":[\"General Public\"],\"cSCbv3\":[\"BETA\"],\"cSev+j\":[\"Filters\"],\"cTPxBU\":[\"No data for the SPF Failures by IP Address table\"],\"cXM0FN\":[\"Are you sure you wish to leave \",[\"orgName\"],\"? You will have to be invited back in to access it.\"],\"calYcx\":[\"An email was sent with a link to reset your password\"],\"ccKIvE\":[\"Departmental business units\"],\"ceLB/n\":[\"Getting top 25 report\"],\"cf4CMf\":[\"Neutral Tags\"],\"cl1atp\":[\"Domain Tags\"],\"cnGeoo\":[\"Delete\"],\"cuUdWK\":[\"Enter two factor code\"],\"cy0Haw\":[\"Protocols Status\"],\"d1ZRyd\":[\"our Terms and Conditions on the TBS website\"],\"d3at0v\":[\"Search for an organization\"],\"d5zxa4\":[\"Local\"],\"d8JA3o\":[\"If available, please use a managed device provided by your organization.\"],\"dBUfST\":[\"Changes required for Web Sites and Services Management Configuration Requirements compliance\"],\"dBrtsA\":[\"Access to Information\"],\"dCJyrP\":[\"Getting an Account:\"],\"dEgA5A\":[\"Cancel\"],\"dJeaFR\":[\"<0><1>Search Tip: Wildcard <2>%<3>Use <4>% to broaden your search:<5><6><7>Start with <8>%: Search <9><10>%example.gc.ca to find subdomains like <11>\\\"sub.example.gc.ca.\\\"<12><13>End with <14>%: Search <15><16>example% to find domains like <17>\\\"example.gc.ca\\\" or <18>\\\"example.canada.ca.\\\"<19><20>Use both: Search <21><22>%example% to find anything containing \\\"example\\\", like<23>\\\"sub.example.gc.ca\\\" or <24>\\\"example.canada.ca.\\\"<25>This helps you quickly locate related domains and subdomains.\"],\"dMm3DP\":[\"Neutral tags highlight relevant configuration details, but are not addressed within policy requirements and have no impact on scoring.\"],\"dQV58K\":[\"HSTS Status:\"],\"dVV0L/\":[\"For users interested in using new features that are still in\\nprogress.\"],\"dW4BpU\":[\"Certification Paths\"],\"dXoieq\":[\"Summary\"],\"dihZwh\":[\"No data found\"],\"dn8X5t\":[\"Forgot Password\"],\"dz+RE3\":[\"SPF record could not be found during the scan.\"],\"dzQfDY\":[\"October\"],\"eC9Syr\":[\"Access to Information Act.\"],\"eEf9RE\":[\"<0>Help Desk: All enquiries submitted via generic mailboxes <1>tracker@tbs-sct.gc.ca will be responded to within 10 business days.\"],\"eIt31i\":[\"My Tracker\"],\"eJpRJ5\":[\"Managing Your Domains:\"],\"ePK91l\":[\"Edit\"],\"eScaIn\":[\"If your organization has no affiliated users within Tracker, contact the <0>TBS Cyber Security to assist in onboarding.\"],\"eUEB+O\":[\"Any products or related services provided to you by TBS are and will remain the intellectual property of the Government of Canada.\"],\"eUrKBH\":[\"All \",[\"domainCount\"],\" selected\"],\"eh5q0a\":[\"user email\"],\"ehaiUS\":[\"Hostname Matches: \",[\"0\"]],\"ekFL0C\":[\"Shows the percentage of emails from the domain that fail both SPF and DKIM requirements.\"],\"ekNSRt\":[\"Welcome to the Admin Profile page!\"],\"ekdL2B\":[\"An asset that is owned by a third party and supports the operation of organization-owned assets.\"],\"epNvcm\":[\"Tracker logo outline\"],\"epQGm8\":[\"Curves\"],\"eqDTe6\":[\"Intellectual Property, Copyright and Trademarks\"],\"esl+Tv\":[\"Resource Type\"],\"esmG4Z\":[\"Unable to remove user.\"],\"et4QWz\":[\"Email Verification Sent\"],\"ewFhux\":[\"System-designated tags appear here.\"],\"eyDnfG\":[\"Verification code must be exactly 6 digits long\"],\"eyFYak\":[\"Symbol of the Government of Canada\"],\"ezD1fz\":[\"HSTS Parsed\"],\"f1qHvO\":[\"No data for the Fully Aligned by IP Address table\"],\"f2PSr/\":[\"Any data or information disclosed to TBS will be used in a manner consistent with our\"],\"f5WBpa\":[\"Monitor DMARC reports and correct misconfigurations.\"],\"f6vLgq\":[\"Are you sure you wish to leave \",[\"0\"],\"? You will have to be invited back in to access it.\"],\"fGcebO\":[\"Blank fields will not be included when updating the organization.\"],\"fNhmR5\":[\"These terms and conditions shall be governed by and interpreted under the laws of Canada, without regard for any choice of law rules. The courts of Canada shall have exclusive jurisdiction over all matters arising in relation to these terms and conditions.\"],\"fQ+ouT\":[\"View event logs of privileged activity in your organization.\"],\"fQ2Czb\":[\"Resource:\"],\"fSy6T1\":[\"Password Updated\"],\"fUfx6w\":[\"Choose the period of data to view\"],\"fVFB/O\":[\"You have successfully left \",[\"orgSlug\"]],\"fVdoB0\":[\"Another possibility is that your domain is not internet facing.\"],\"fXy7ep\":[\"Acronyms must be at most 50 characters\"],\"fcDW3N\":[[\"0\"],\" was added to \",[\"orgSlug\"]],\"fgLNSM\":[\"Register\"],\"fi2MMF\":[\"DMARC Configuration\"],\"foJEMp\":[\"Acceptable Ciphers:\"],\"fpzyLj\":[\"Page \",[\"0\"],\" of \",[\"1\"]],\"fq+T8t\":[\"Identify resources required to act as central point(s) of contact with Treasury Board of Canada Secretariat (TBS). Share the contact list with <0>TBS Cyber Security, as required.\"],\"frNdL8\":[\"Cipher Suites\"],\"fvImQM\":[[\"0\"],\" selected\"],\"fw+TMi\":[\"Web\"],\"fxoHI/\":[\"You have successfully added \",[\"domainName\"],\" to myTracker.\"],\"fzpa2K\":[\"Requests for updates can be sent directly to <0>TBS Cyber Security.\"],\"g/qqOA\":[\"If at any time you or your representatives wish to adjust or cancel these services, please\"],\"g15Bdl\":[\"Email Management Services Configuration Requirements - Canada.ca\"],\"g87ZuN\":[\"Implementation: <0>Guidance on securely configuring network protocols (ITSP.40.062)\"],\"g8VBvx\":[\"Current Phone Number:\"],\"g9SlSM\":[\"Account created.\"],\"gAKYP2\":[\"Incorrect removeOrganization.result typename.\"],\"gBRugH\":[\"Positive Tags\"],\"gFyUhQ\":[\"Incorrect setPhoneNumber.result typename.\"],\"gIYy/p\":[\"Canadians rely on the Government of Canada to provide secure digital services. The Policy on Service and Digital guides government online services to adopt good security practices for practices outlined in the <0>email<1/> and <2>web<3/> services. Track how government sites are becoming more secure.\"],\"gOCQT7\":[\"Note that compliance data does not automatically refresh. Modifications to domains could take 24 hours to update.\"],\"gYigjt\":[\"Password cannot be empty\"],\"gaeuL7\":[\"and by applicable laws, policies, regulations and international agreements.\"],\"gauQww\":[\"The summary cards show two metrics that Tracker scans:\"],\"gbL10J\":[\"Individuals from a departmental information technology group may contact the TBS Cyber Security mailbox for interpretations of this ITPIN.\"],\"gdAlBn\":[\"Certificates Status\"],\"geJIwa\":[\"Search:\"],\"gh1arN\":[\"Tier 2: Improved Posture\"],\"gim/c7\":[\"Domain removed\"],\"glqO38\":[\"APPROVED\"],\"glx6on\":[\"Forgot your password?\"],\"gq6hIc\":[\"No Organizations found for this domain.\"],\"grCCVs\":[\"Are you sure you want to permanently remove the organization \\\"\",[\"0\"],\"\\\"?\"],\"h5YczL\":[\"Are you sure you want to apply these tag changes?\"],\"hEksWI\":[\"Protocols\"],\"hFNCBY\":[\"Tier 3: Compliance\"],\"hFV+eA\":[\"DKIM Selectors:\"],\"hHx0AA\":[\"Incorrect authenticate.result typename.\"],\"hKR2a/\":[\"HSTS\"],\"hLBR0V\":[\"Tag used to show domains that have an rcode status of NXDOMAIN\"],\"hOplmT\":[\"Admin accounts must activate a multi-factor authentication option\"],\"hQ/3Js\":[\"Email Updates status changed\"],\"hQPgOZ\":[\"Welcome to your personal view of Tracker. Moderate the security posture of domains of interest across multiple organizations. To add domains to this view, use the star icon buttons available on domain lists.\"],\"hQRttt\":[\"Submit\"],\"hRVbYp\":[\"Filter the list to display only verified organizations.\"],\"hTntxi\":[\"TBS Application Portfolio Management (APM)\"],\"hWV77O\":[\"3. Enforce\"],\"hXzOVo\":[\"Next\"],\"hYOnMZ\":[\"More info\"],\"hYgDIe\":[\"Create\"],\"haYAvO\":[\"To ensure accurate scanning results, update your firewall and DDOS protection settings to allow traffic from:\"],\"heXTPL\":[\"Links to Review:\"],\"hg6l4j\":[\"March\"],\"hgvbYY\":[\"September\"],\"hh5GE5\":[\"DMARC Summary\"],\"hjwN/s\":[\"Resource Name\"],\"hqN7r6\":[\"This may be due to insufficient user privileges or because the domain does not exist in the system.<0/>You can request access to an Organization below to view the Domain results.\"],\"hqkJ+Y\":[[\"buttonLabel\"]],\"hqkLj8\":[\"User removed.\"],\"htOpO4\":[\"Metrics:\"],\"htTcVX\":[\"Status:\"],\"huGkDL\":[\"Unable to create account, please try again.\"],\"hxvVEx\":[\"Please allow up to 24 hours for summaries to reflect any changes.\"],\"hyILlb\":[\"For questions and issues related to scan data, your organization's domain list, or getting help onboarding users, please contact TBS Cyber Security.\"],\"hywebu\":[\"Edit Email Update Preferences\"],\"i0qMbr\":[\"Home\"],\"i192JR\":[\"Scope:\"],\"i3sz1c\":[\"Unable to reset your password, please try again.\"],\"iC21bg\":[\"Additonal findings\"],\"iD8oTG\":[\"Shows the percentage of emails from the domain that fail SPF requirements, but pass DKIM requirements.\"],\"iDr9nO\":[\"Unable to leave organization.\"],\"iH8pgl\":[\"Back\"],\"iLK7zA\":[\"acceptable\"],\"iTsefJ\":[\"A verification link has been sent to your email account\"],\"iVKpqc\":[\"Summaries\"],\"iaC3Fh\":[\"View summaries of your organization's web and email security compliance.\"],\"iiF7bS\":[\"Verification code must only contains numbers\"],\"il0LMQ\":[\"SCAN PENDING\"],\"ilQjgP\":[\"USER\"],\"inkk73\":[\"Fail SPF\"],\"isRobC\":[\"New\"],\"iu7S4K\":[\"Shows if the domain is policy compliant.\"],\"iuuxVT\":[\"New Domain URL:\"],\"ixSZnb\":[\"Select a state that best describes the asset in relation to your organization.\"],\"ixqS6A\":[\"Name (FR)\"],\"iym5Fw\":[\"Click for additional information on statuses, tags, and filters.\"],\"j/CAMu\":[\"Received Chain Contains Anchor Certificate\"],\"j0D7p6\":[\"HTTPS\"],\"j0SHnn\":[\"If at any time you or your representatives wish to adjust or cancel these services, please contact us at\"],\"jCqx2O\":[\"SPF Aligned\"],\"jGIVqQ\":[\"Provide an up-to-date list of all domain and sub-domains of publicly accessible websites and web services to TBS Cyber Security. The <0>TBS Cyber Security team is responsible for updating the domain and sub-domain lists within Tracker.\"],\"jHXIf5\":[\"Changed User Email\"],\"jKOxg5\":[\"6.2.3 All remaining websites and web services must be accessible through a secure connection, as outlined in Section 6.1, by December 31, 2019.\"],\"jKm4V2\":[\"PREVIEW\"],\"jMiN3O\":[\"\\n We've sent an SMS to your new phone number with an authentication code to confirm this change.\"],\"jO7FAA\":[\"Domain from Simple Mail Transfer Protocol (SMTP) banner message.\"],\"jQ6I8X\":[\"Role updated\"],\"jR2PDt\":[\"DKIM\"],\"jTBVUO\":[\"Error while retrieving scan data for \",[\"domainName\"],\". <0/>This could be due to insufficient user privileges or the domain does not exist in the system.\"],\"jTxYiP\":[\"New Email Address:\"],\"jYbDtL\":[\"Where necessary adjust IT Plans and budget estimates where work is expected.\"],\"jcK7OC\":[\"Shows if the HSTS header includes the includeSubdomains directive.\"],\"jdetKb\":[\"Record:\"],\"jeQKaI\":[\"Admin accounts must activate a multi-factor authentication option, <0>please activate MFA.\"],\"jfC/xh\":[\"Contact\"],\"jfl0z1\":[\"Canadians rely on the Government of Canada to provide secure digital services. The Policy on Service and Digital guides government online services to adopt good security practices for practices outlined in the <0>email and <1>web services. Track how government sites are becoming more secure.\"],\"jiE6Vn\":[\"Organizations\"],\"jmflcJ\":[\"Please direct all updates to TBS Cyber Security.\"],\"jn4EwX\":[\"Implementation guidance: email domain protection (ITSP.40.065 v1.1) - Canadian Centre for Cyber Security\"],\"jqRp5i\":[[\"0\"],\" was successfully updated.\"],\"jqVo/k\":[\"here.\"],\"ju9bew\":[\"Web Components\"],\"jyi0+B\":[\"Two-Factor Authentication:\"],\"jzFjwP\":[\"Develop a prioritized implementation schedule for each of the affected websites and web services, following the recommended prioritization approach in the ITPIN:\"],\"k/mqZ/\":[\"Entrust Certificates issued after October 31, 2024 <0>will be distrusted in Chrome 127 and later versions. Immediate action is required to maintain user access. Failure to act may result in security warnings or access issues for Chromes users.\"],\"k3hMxi\":[[\"0\"],\" Findings\"],\"k5WBtU\":[\"While other tools are useful to work alongside Tracker, they do not specifically adhere to the configuration requirements specified in the <0>Email Management Service Configuration Requirements and the <1>Web Site and Service Management Configuration Requirements. For a list of allowed protocols, ciphers, and curves review the <2>ITSP.40.062 TLS guidance.\"],\"k9ZOYf\":[\"Pointer to a DKIM public key record in DNS.\"],\"kLja4m\":[\"Initiated By\"],\"kN4/F8\":[\"Incorrect ignoreCve.result typename.\"],\"kPUQ8k\":[\"Changed User Language\"],\"kQL5lw\":[\"Obtain certificates from a GC-approved certificate source as outlined in the Recommendations for TLS Server Certificates for GC Public Facing Web Services\"],\"kahVms\":[\"Heartbleed Vulnerable\"],\"kfYXST\":[\"Sector:\"],\"khZauI\":[\"City (EN)\"],\"kvOyWH\":[\"DKIM Domains\"],\"l+Rjrz\":[\"DMARC\"],\"l0dxHS\":[\"Search for a specific domain\"],\"l0i4m5\":[\"DMARC Status\"],\"l3hXVY\":[\"Entrust Certificate\"],\"l75CjT\":[\"Yes\"],\"lFe7w8\":[\"Based in:\"],\"lIm/UW\":[\"ARCHIVED\"],\"lP4+ZT\":[\"HTTPS (443) Chain\"],\"lYGfRP\":[\"English\"],\"lfagLN\":[\"Display name cannot be empty\"],\"liwyXA\":[\"Requested subdomain scan\"],\"ll8NVS\":[\"I agree to all <0>Terms, Privacy Policy & Code of Conduct Guidelines <1/>\"],\"lvODH0\":[\"Details for a given guidance tag can be found on the wiki, see below.\"],\"m16xKo\":[\"Add\"],\"m7hdNc\":[\"No IP addresses were available to scan for this service. Please check your DNS configuration or contact us for assistance.\"],\"mAXsCG\":[\"Here you can filter the list of organizations to only show verified organizations\"],\"mCB6Je\":[\"Select All\"],\"mEE91r\":[\"No data for the DKIM Failures by IP Address table\"],\"mEwAil\":[\"SPIN Top 25 vulnerability detected in additional findings.\"],\"mFcIVa\":[\"Not Enrolled\"],\"mKxwXh\":[\"Privacy Notice Statement\"],\"mLEknY\":[\"Search for an activity\"],\"mN9cQQ\":[\"1. Assess\"],\"mSUSgK\":[\"Upgrade DMARC policy to reject (gradually increment enforcement from 25% to 100%); and\"],\"mSXwEy\":[\"Organization:\"],\"mUVXtI\":[\"This tab displays a list of your favourited domains.\"],\"mV129s\":[\"<0>Search Tip: Wildcard <1>%<2>Use <3>% to broaden your search:<4><5><6>Start with <7>%: Search <8>%example.gc.ca to find subdomains like \\\"sub.example.gc.ca.\\\"<9><10>End with <11>%: Search <12>example% to find domains like \\\"example.gc.ca\\\" or \\\"example.canada.ca.\\\"<13><14>Use both: Search <15>%example% to find anything container \\\"example\\\", like \\\"sub.example.gc.ca\\\" or \\\"example.canada.ca.\\\"<16>This helps you quickly locate related domains and subdomains.\"],\"mVSlBU\":[\"Enrolled\"],\"mWRYCe\":[\"Business units within your organization.\"],\"mZNZfW\":[\"Email Security:\"],\"mbICwp\":[\"An asset that requires further investigation to determine its relationship to the organization.\"],\"mbx9gT\":[\"Search for a domain\"],\"mfSz1c\":[\"6.2.1 Newly developed websites and web services must adhere to this ITPIN upon launch.\"],\"mgBuqd\":[[\"totalRecords\"],\" total item(s)\"],\"mjiB16\":[\"A domain may only be removed for one of the reasons below. For a domain to no longer exist, it must be removed from the DNS. If you need to remove this domain for a different reason, please contact TBS Cyber Security.\"],\"mkzHvn\":[\"New Display Name:\"],\"mlRLYO\":[\"We reserve the right to modify or terminate our services for any reason, without notice, at any time.\"],\"mvP/25\":[\"Terms and Conditions\"],\"mxSqDR\":[\"Why does the guidance page not show the domain’s DKIM selectors even though they exist?\"],\"mz/edJ\":[\"TBS reserves the right to refuse service, and may reject your application for an account, or cancel an existing account, for any reason, at our sole discretion.\"],\"mzI/c+\":[\"Download\"],\"n1QfbY\":[\"Is SPF aligned. Can be true or false.\"],\"n1ekoW\":[\"Sign In\"],\"n7dEaY\":[\"This tab displays the HTTPS and DMARC summaries for your favourited domains.\"],\"n8oNqd\":[\"An error occurred while updating your email update preference.\"],\"n8wO5p\":[\"Additional findings\"],\"nCBnae\":[\"2. Deploy\"],\"nD7I1G\":[\"An error occurred while removing this organization.\"],\"nGnyTD\":[\"Policy on Service and Digital (PSD)\"],\"nI2yw7\":[\"You have successfully requested a scan.\"],\"nLC6tu\":[\"French\"],\"nOLA3K\":[\"Why do other tools (<0>Hardenize, <1>SSL Labs, etc.) show positive results for a domain while Tracker shows negative results?\"],\"nP3Esd\":[\"Request an invite if you are unaffiliated with your organization.\"],\"nTWWCZ\":[\"Low\"],\"nZNg+Z\":[\"<0>Current Phone Number: \",[\"detailValue\"]],\"naCW6Z\":[\"April\"],\"ndb2A2\":[\"You acknowledge that any data or information disclosed to TBS may be used to protect the Government of Canada as well as electronic information and information infrastructures designated as being of importance to the Government of Canada in accordance with cyber security and information assurance aspect of TBS’s mandate under the Policy on Government Security and the Policy on Service and Digital.\"],\"neUNON\":[\"Domains are only to be removed from your list when 1) they no longer exist, meaning they are deleted from the DNS returning an error code of NXDOMAIN (domain name does not exist); or 2) if you have identified that they do not belong to your organization.\"],\"nfnm9D\":[\"Organization Name\"],\"nifCy0\":[\"Upgrade DMARC policy to quarantine (gradually increment enforcement from 25% to 100%;\"],\"nj2MP8\":[\"Vulnerabilities\"],\"nvAt0H\":[\"Resource\"],\"nvGKa3\":[\"Remove Organization\"],\"o+j3MR\":[\"You have successfully updated your display name.\"],\"o43htB\":[\"Unable to request scan, please try again.\"],\"oAvVQu\":[\"DMARC phase summary\"],\"oCsgB0\":[\"We've sent an SMS to your new phone number with an authentication code to confirm this change.\"],\"oDR4Mm\":[\"Implementation: <0>Implementation guidance: email domain protection (ITSP.40.065 v1.1)\"],\"oFBulp\":[\"Unable to create new organization.\"],\"oJgbw3\":[\"Select Preferred Language\"],\"oLvnoi\":[\"Engage departmental IT planning groups for implementation as appropriate.\"],\"oPfWwa\":[\"Confirm Password:\"],\"oQLLFW\":[\"The results of DKIM verification of the message. Can be pass, fail, neutral, soft-fail, temp-error, or perm-error.\"],\"oVfkp4\":[[\"info\"]],\"oh2hLk\":[\"HTTPS Status\"],\"oh8+os\":[\"Visible\"],\"okPezD\":[\"City (FR)\"],\"olrNOE\":[\"Your Account\"],\"ou3ZRx\":[\"Wiki\"],\"ouNOkn\":[\"Search for domains here.\"],\"ouYtN6\":[\"Status Value\"],\"ovla9z\":[\"Identify any current affiliated Tracker users within your organization and develop a plan with them.\"],\"oz9YjX\":[\"Fully Aligned Table\"],\"p0L7Lx\":[\"Requires Investigation\"],\"p6NueD\":[\"NEW\"],\"p7hKtf\":[\"Multifactor authentication (MFA) is active by default and used to verify account email\"],\"pBB1BN\":[\"Decay Detection\"],\"pC29zz\":[\"Updated Organization\"],\"pDgeaz\":[[\"title\"]],\"pHtSfY\":[\"Enforce\"],\"pN0A45\":[\"Mozilla SSL Configuration Generator\"],\"pOixTq\":[\"contact us\"],\"pOticu\":[\"Province\"],\"pQzRja\":[\"SPF Summary\"],\"pRav8g\":[\"Inside User\"],\"pUhoRG\":[\"Identify all authorized senders;\"],\"pbPdf4\":[\"Private IP\"],\"pfp1Ga\":[\"SPF Domains\"],\"pg1u+M\":[\"Unable to update domains.\"],\"plLSRI\":[\"Unable to remove this organization.\"],\"ppFM1R\":[\"Received Chain Has Valid Order\"],\"ppIqKI\":[\"Domain URL:\"],\"ppulMR\":[\"Web Connections Summary\"],\"puEops\":[\"No negative findings to show.\"],\"pxg/sf\":[\"CVD \",[\"0\"]],\"pxzFy0\":[\"Leave Organization\"],\"pyOFxH\":[\"View and modify your domain list.\"],\"pzcsih\":[\"Full Pass %\"],\"q/FaqH\":[\"SPF\"],\"q1YQ+0\":[\"Incorrect signIn.result typename.\"],\"q4wj4m\":[\"Current Email:\"],\"q5ks8/\":[\"If you believe this was caused by a problem with Tracker, please use the \\\"Report an Issue\\\" link below\"],\"q70B2C\":[\"Options include contacting the <0>SSC WebSSL services team and/or using <1>Let's Encrypt. For more information, please refer to the guidance on <2>Recommendations for TLS Server Certificates.\"],\"q92huR\":[\"You have successfully updated your preferred language.\"],\"qC7903\":[\"Unable to update to your TFA send method, please try again.\"],\"qCMzIK\":[\"Shows if the received certificates are free from the use of the deprecated SHA-1 algorithm.\"],\"qF8qD2\":[\"Select an organization\"],\"qFEQLW\":[\"Request successfully sent to get top 25 report.\"],\"qHWo9D\":[\"Domain updated\"],\"qHxHKh\":[\"Tracker does not automatically add selectors, so it is likely that they are not in the system yet. More information can be found above in Getting Started.\"],\"qKqAq9\":[\"Fail DKIM %\"],\"qLPAm4\":[\"Read guidance\"],\"qPQsRe\":[\"Unable to change user role, please try again.\"],\"qV7lDm\":[\"This page is dedicated to your personal view of tracker\"],\"qVl+qU\":[\"<0>Note: Tags must not include data that would reclassify the asset above <1>Unclassified, Low Integrity, Low Availability (ULL)\"],\"qWSUkd\":[\"Develop a prioritized schedule to address any failings:\"],\"qcC3DF\":[\"Fail DKIM\"],\"qcloGZ\":[\"Fail\"],\"qhJ4/u\":[\"No data found when retrieving all domain statuses.\"],\"qlt5oi\":[\"Obtain the configuration guidance for the appropriate endpoints (e.g. web server, network/security appliances, etc.) and implement recommended configurations to support HTTPS.\"],\"qmEo46\":[\"An error occurred when fetching this organization's information\"],\"qo39aD\":[\"TBS agrees to protect any information you disclose to us in a manner commensurate with the level of protection you use to secure such information, but in any event, with no less than a reasonable level of care.\"],\"qqeAJM\":[\"Never\"],\"qs+L7a\":[\"Policy guidance:\"],\"qu2yay\":[\"DMARC Summaries\"],\"qwyL58\":[\"Filter Tags\"],\"qxQ0TR\":[\"Understanding Scan Metrics:\"],\"r1HCNk\":[\"Implementation:\"],\"r5NCAo\":[\"Internet facing domains\"],\"r6zgGo\":[\"December\"],\"r8gV8X\":[\"WILDCARD SIBLING\"],\"rCBkQc\":[\"Organization owns this domain, but it is outside the allowed scope\"],\"rCv3IK\":[\"Unable to update your phone number, please try again.\"],\"rNCzjN\":[[\"domainSlug\"],\" does not support aggregate data\"],\"rPwAeU\":[\"CCCS has updated their <0>list of recommended TLS cipher suites and elliptic curves. Please review these findings and update your configurations accordingly.\"],\"rTypAX\":[\"Confirm subdomain discovery for <0>\",[\"domainUrl\"],\":\"],\"rXebJx\":[\"HTTP Upgrades\"],\"ragmrk\":[\"The selected endpoint is a private IP address. Tracker scans are not performed on private IP addresses.\"],\"rbNeSd\":[\"Selector cannot be empty\"],\"riJPMg\":[\"Ports\"],\"rjGI/Q\":[\"Privacy\"],\"rjyWPb\":[\"January\"],\"rrCIMz\":[\"Enter and confirm your new password.\"],\"rsIu2x\":[\"Unable to update tag.\"],\"rt1uny\":[\"2.1 Robust web application frameworks are used to aid in developing secure web applications.\"],\"rtf8Jk\":[\"Displays the Name of the organization, its acronym, and a blue check mark if it is a verified organization.\"],\"ruRXBx\":[\"Unable to send password reset link to email.\"],\"rzZiLI\":[\"ITPIN Compliant\"],\"rzfOxm\":[\"Application Portfolio Management (APM) systems; and\"],\"s+pYrS\":[\"HTTPS is configured, HTTP redirects, and HSTS is enabled\"],\"s0ha0k\":[\"Wildcard Sibling\"],\"s1LzTw\":[\"p:\"],\"s2OLl5\":[\"Consider prioritizing websites and web services that exchange Protected data.\"],\"s5LjY0\":[\"Insider\"],\"s606tt\":[\"Your account will be fully activated the next time you log in\"],\"s6TVyN\":[\"Last 365 Days of Data\"],\"sByLf2\":[\"Yes, Apply\"],\"sH4D0z\":[\"Unable to update to your preferred language, please try again.\"],\"sQZ2ad\":[\"DMARC Report for \",[\"domainSlug\"]],\"sZzM+Y\":[\"Select the data period to view.\"],\"sad1fX\":[\"Phone number must be a valid phone number that is 10-15 digits long\"],\"sdZKwt\":[\"HIGH AVAILABILITY\"],\"seffNB\":[\"DKIM Results\"],\"sf3/FY\":[\"PGS applies:\"],\"shWT5t\":[\"Not Implemented\"],\"sn+xD4\":[\"A minimum DMARC policy of “p=none” with at least one address defined as a recipient of aggregate reports\"],\"svlPPv\":[\"Integrity Requirement\"],\"swZFfT\":[\"Guidance\"],\"t/03sK\":[\"Tag used to show domains that have an Entrust certificate.\"],\"t/YqKh\":[\"Remove\"],\"t0BTTM\":[\"Fake email domain blocks (reject + quarantine):\"],\"t4GRCY\":[\"Envelope From\"],\"t4vHuv\":[\"Negotiated groups\"],\"t9QlBd\":[\"November\"],\"t9ZrhE\":[\"Province (FR)\"],\"tAmwlH\":[[\"editingDomainUrl\"],\" from \",[\"orgSlug\"],\" successfully updated to \",[\"0\"]],\"tBPvVq\":[\"TLS scan for domain \\\"\",[\"0\"],\"\\\" has completed.\"],\"tD08mo\":[\"Leaf Certificate is EV\"],\"tHjGBG\":[\"Unfavourited Domain\"],\"tIR6XT\":[\"<0>2. Why enroll your domains?<1/>Enrolling your internet‑facing assets ensures researchers can report real vulnerabilities directly to the Government of Canada through an approved and safe channel. This improves early detection, reduces security risk, and strengthens your department’s ability to respond quickly and consistently.\"],\"tKyQQ/\":[\"Max Severity\"],\"tPDyW4\":[\"Progress Report\"],\"tQZ59c\":[\"Note: This could affect results for multiple organizations\"],\"tV8yXB\":[\"Not Before:\"],\"tVQnPx\":[\"Collect and analyze DMARC reports.\"],\"tWpjw9\":[\"Domains updated.\"],\"tfDRzk\":[\"Save\"],\"tm1R+g\":[\"Issuer:\"],\"toquX8\":[\"An error occurred while updating your password.\"],\"ttK7h0\":[\"Feature Preview\"],\"tuvLv1\":[\"Two Factor Authentication\"],\"tybWAN\":[\"Getting Started Using Tracker\"],\"tz22Yj\":[\"Edit Domain Details\"],\"tzToAj\":[[\"0\"],\" was added to tag list.\"],\"tzt0M/\":[\"Built from sslyze \",[\"0\"],\" and nassl \",[\"nasslCommit\"]],\"u+zvaS\":[\"<0>1. What is Coordinated Vulnerability Disclosure (CVD)?<1/>A structured process that allows security researchers to report vulnerabilities safely and responsibly. It ensures findings are received, validated, and addressed in an organized way, helping organizations fix issues before they can be exploited.\"],\"u3o90+\":[\"If you are an admin, you can find your organization here.\"],\"u4ex5r\":[\"July\"],\"u6QSRe\":[\"Organization created\"],\"u89gfc\":[\"View Results\"],\"u8s7qA\":[\"Deploy SPF records for all domains;\"],\"uAQUqI\":[\"Status\"],\"uCbwCe\":[\"Scan Request\"],\"uE46Ok\":[\"TEST\"],\"uEr/Ui\":[\"For any questions or concerns related to the ITPIN and related implementation guidance, contact TBS Cybersecurity (<0>zzTBSCybers@tbs-sct.gc.ca).\"],\"uFIrst\":[\"Based on the assessment, and using the <0>HTTPS Everywhere Guidance Wiki, the following activities may be required:\"],\"uGmDm6\":[\"An error occurred while requesting subdomain discovery.\"],\"uJLdJu\":[\"Shows the percentage of domains which have HTTPS configured and upgrade HTTP connections to HTTPS\"],\"uR8YOg\":[\"No data for the DMARC Failures by IP Address table\"],\"uSMfoN\":[\"Verify\"],\"uYWUqA\":[\"Mail\"],\"ucgZ0o\":[\"Organization\"],\"udrDjH\":[\"Affiliations:\"],\"ueN5Z9\":[\"Discover Subdomains\"],\"ugcxQS\":[\"Unable to create new domain.\"],\"ukGNrB\":[\"An asset that is suspected to belong to the organization but has not been confirmed.\"],\"ukdVDC\":[\"Incorrect updateUserPassword.result typename.\"],\"unEEog\":[\"Email cannot be empty\"],\"uoWvmY\":[\"Asset State\"],\"utIq3s\":[\"Save Language\"],\"uvf9fH\":[\"The following ciphers are from known weak protocols and must be disabled:\"],\"uxjnhI\":[\"WEB\"],\"v5Mk7I\":[\"This user is not affiliated with any organizations\"],\"v6nRtH\":[\"Not scanned\"],\"v907KG\":[\"NXDOMAIN\"],\"vJBq4l\":[\"3.1.3 Use GC-approved content delivery networks (CDN) that cache websites and protects access to the origin server.\"],\"vKw6fr\":[\"Correct misconfigurations and update records as required; and\"],\"vM1Cz9\":[\"User:\"],\"vR6CAE\":[\"Mark domains as \\\"Favourite\\\" to save them to your \\\"myTracker\\\" page.\"],\"vSfyst\":[\"A DNS request for this service has resulted in the following error code:\"],\"vUp/NJ\":[\"Tag used to show domains which may be from a wildcard subdomain (a wildcard resolver exists as a sibling).\"],\"vYbxvU\":[\"Confirm removal of user:\"],\"vc7AR9\":[\"CVD Enrolled\"],\"vh54wJ\":[\"Unable to ignore CVE.\"],\"viR921\":[\"Web-hosting\"],\"vnFpkN\":[\"No Top 25 Vulnerabilites Detected\"],\"voZfWN\":[\"Filter the data to view\"],\"vqukNU\":[\"Tracker GitHub\"],\"vusjc8\":[\"DKIM Aligned\"],\"vutdID\":[\"Only <0>TBS Cyber Security can remove domains from your organization. Domains are only to be removed from your list when 1) they no longer exist, meaning they are deleted from the DNS returning an error code of NX DOMAIN (domain name does not exist); or 2) if you have identified that they do not belong to your organization.\"],\"vz7HHR\":[\"Shows if the domain is compliant with policy ITPIN2018-01.\"],\"w+UAtK\":[\"User email does not match\"],\"w2G1Zk\":[\"Search by initiated by, resource name\"],\"w78ini\":[\"Start Tour\"],\"w9dLMW\":[[\"label\"]],\"wELyS0\":[\"Skip to main content\"],\"wFwgKk\":[\"Pass\"],\"wGNJxi\":[\"DMARC Implementation Phase: \",[\"0\"]],\"wIRwdL\":[\"An error occurred while updating your phone number.\"],\"wKA+uh\":[\"An error has occurred.\"],\"wLe/r3\":[\"Preloaded Status:\"],\"wMHvYH\":[\"Value\"],\"wNC2wS\":[\"Changed User Display Name\"],\"wQoQAW\":[\"Search for a specific domain.\"],\"wS54JT\":[\"Contact the Tracker Team\"],\"wTlLIv\":[\"Identify key resources required to act as central point(s) of contact with TBS and the HTTPS Community of Practice.\"],\"wUmEND\":[\"SAN List:\"],\"wVH9HL\":[\"Individuals with questions about the accuracy of their domain’s compliance data may contact the TBS Cyber Security mailbox.\"],\"wXa//T\":[\"Last 30 Days\"],\"wasqgy\":[\"Below are steps on how government organizations can leverage the Tracker platform:\"],\"wdX0nf\":[\"Archive domain\"],\"wdcWpS\":[\"No Domains\"],\"wdhi5B\":[\"Email Sent\"],\"wixIgH\":[\"Already have an account? <0>Log in\"],\"wmTxep\":[\"Insider status changed\"],\"wmUNv4\":[\"Incorrect updateUserRole.result typename.\"],\"wq/Xor\":[\"Expired:\"],\"wteWMo\":[\"DMARC policy of quarantine or reject, and all messages from non-mail domain is rejected\"],\"wwiTff\":[\"Email Verification\"],\"wwrMwp\":[\"Unable to create your account, please try again.\"],\"x+B6Wu\":[\"Unable to complete the tour.\"],\"x0y7kr\":[\"Shows the percentage of emails from the domain that fail both SPF and DKIM requirments.\"],\"x1vklK\":[\"An error occured when fetching this organization's information\"],\"x2rKrA\":[\"We've sent you an email with an authentication code to sign into Tracker.\"],\"xCJdfg\":[\"Clear\"],\"xCTSZd\":[\"To receive DKIM scan results and guidance, you must add the DKIM selectors used for each domain. Organization administrators can add selectors in the “Admin Profile” by clicking the edit button of the domain for which they wish to add the selector. Common selectors to keep an for are “selector1”, and “selector2”.\"],\"xDJRQx\":[\"Shows if the domain uses only ciphers that are strong or acceptable.\"],\"xDKOFk\":[\"Ignored\"],\"xGVfLh\":[\"Continue\"],\"xIrP7g\":[\"Certificate is valid and configured to use strong protocols, ciphers, and curves\"],\"xJhu+/\":[\"Use these filters to modify the domain list results.\"],\"xKUVIV\":[\"Please contact <0>TBS Cyber Security for help.\"],\"xL5AL7\":[\"Favourited Domain\"],\"xOJtQy\":[\"Open the glossary.\"],\"xP7lCg\":[\"<0>2. Why enroll your domains?<1/>Enrolling your internet‑facing assets ensures researchers can report real vulnerabilities directly to the Government of Canada through an approved and safe channel. This improves early detection, reduces security risk, and strengthens your organization’s ability to respond quickly and consistently.\"],\"xQJU7t\":[\"L-30-D\"],\"xRFr9n\":[\"Tag used to show domains as a test environment.\"],\"xTQrTi\":[\"Availability Requirement\"],\"xVgmpK\":[\"ITPIN\"],\"xXH1KX\":[\"<0>Error: \",[\"0\"]],\"xYG/fs\":[\"Negative\"],\"xZ3aeC\":[\"Results for scans of email technologies (DMARC, SPF, DKIM).\"],\"xZUy4d\":[\"Shows if the domain meets the Message Authentication, Reporting, and Conformance (DMARC) requirements.\"],\"xazJTP\":[\"Informative\"],\"xbFv6h\":[\"Web Sites and Services Management Configuration Requirements Compliant\"],\"xd+Iol\":[\"DMARC record could not be found during the scan.\"],\"xeLcbB\":[\"Incorrect resetPassword.result typename.\"],\"xecWVg\":[\"No MX records found. Is the domain parked?\"],\"xiUzxy\":[\"Provide an up-to-date list of all domain and sub-domains of the publicly-accessible websites and web services to <0>TBS Cybersecurity.\"],\"xikL0C\":[\"ROBOT Vulnerable\"],\"xkwolO\":[\"HSTS Preloaded\"],\"xs4EEn\":[\"Last 365 Days\"],\"xx5Yij\":[\"Key type:\"],\"xx73BX\":[\"You have successfully been signed out.\"],\"xzLve4\":[\"Stop Ignoring CVE\"],\"xziKPE\":[\"Glossary\"],\"y+4+5H\":[\"An asset confirmed to belong to the organization.\"],\"y9SfgM\":[\"<0>1. What is Coordinated Vulnerability Disclosure (CVD)?<1/>A structured process that allows security researchers to report vulnerabilities safely and responsibly. It ensures findings are received, validated, and addressed in an organized way, helping departments fix issues before they can be exploited.\"],\"yEFb54\":[\"No additional findings available at this time.\"],\"yER83x\":[\"External ID:\"],\"yLx7Cb\":[\"You have successfully removed \",[\"0\"],\".\"],\"yMA2Yn\":[\"Notice of Agreement\"],\"yOVCqm\":[\"Shows if the leaf certificate is an Extended Validation Certificate.\"],\"yPNR7T\":[\"Volume of messages spoofing domain (reject + quarantine + none):\"],\"yQpz5B\":[\"Ownership:\"],\"yRR0Sx\":[\"SPF Failure Table\"],\"yRZyYq\":[\"CVE ID\"],\"ySBlBj\":[\"You have successfully updated \",[\"0\"],\".\"],\"yTFfbj\":[\"Successfully removed user \",[\"0\"],\".\"],\"yTVUi9\":[\"Wildcard*\"],\"yY3S0s\":[\"Range:\"],\"ybmN3c\":[\"DMARC Implementation Phase: \",[\"currentPhase\"]],\"ycCSuD\":[\"Note:\"],\"ycdVfN\":[\"Monitor DMARC reports;\"],\"ydzoW2\":[\"Message dismissed successfully\"],\"yjBh/c\":[\"Phone Number:\"],\"ym/Lmj\":[\"You have successfully updated your inside user preference.\"],\"ymOoBe\":[\"Identify your organization's most common security issues.\"],\"yrwl2P\":[\"Compliant\"],\"ytOTCS\":[\"Select requirement\"],\"yv9Qqg\":[\"Configuration requirements for web sites and services completely met\"],\"yvI9JW\":[\"What are these additional findings?\"],\"yx/fMc\":[\"High\"],\"yz7wBu\":[\"Close\"],\"z0t9bb\":[\"Login\"],\"z2nmCi\":[\"The asset state shows the domain's relation to your organization. Only \\\"approved\\\" assets are counted in summaries.\"],\"zAFSAP\":[\"DKIM Status\"],\"zMyymG\":[\"We've sent an SMS to your registered phone number with an authentication code to sign into Tracker.\"],\"zQ0Czj\":[\"Tag not updated\"],\"zQ1eT8\":[\"Candidate\"],\"zZcPP3\":[\"Notification of Changes\"],\"zdbnVZ\":[\"Dploy DKIM records and keys for all domains and senders; and\"],\"zeEQd/\":[\"June\"],\"zjEFCa\":[\"Remember me\"],\"zlarLk\":[\"Country:\"],\"zldZVd\":[\"Web Scan Results\"],\"zmwvG2\":[\"Phone\"],\"zoW5Ry\":[\"Create a free account to gain visibility into your organization's digital footprint and access a dynamic inventory of your web infrastructure.\"],\"zqNnfg\":[\"Shows the number of domains that the organization is in control of.\"],\"zqfZ6p\":[\"Data Handling\"],\"zucql+\":[\"Menu\"]}")}; \ No newline at end of file diff --git a/frontend/src/locales/en.po b/frontend/src/locales/en.po index 59b1886d6e..558c300e5c 100644 --- a/frontend/src/locales/en.po +++ b/frontend/src/locales/en.po @@ -60,7 +60,7 @@ msgid "{0} selected in total" msgstr "{0} selected in total" #. placeholder {0}: createDomain.result.domain -#: src/admin/AdminDomainModal.js:82 +#: src/admin/AdminDomainModal.js:80 msgid "{0} was added to {orgSlug}" msgstr "{0} was added to {orgSlug}" @@ -70,7 +70,7 @@ msgid "{0} was added to tag list." msgstr "{0} was added to tag list." #. placeholder {0}: createOrganization.result.name -#: src/createOrganization/CreateOrganizationPage.js:49 +#: src/createOrganization/CreateOrganizationPage.js:47 msgid "{0} was created" msgstr "{0} was created" @@ -83,7 +83,7 @@ msgstr "{0} was successfully updated." msgid "{buttonLabel}" msgstr "{buttonLabel}" -#: src/components/ReactTableGlobalFilter.js:50 +#: src/components/ReactTableGlobalFilter.js:48 msgid "{count} records..." msgstr "{count} records..." @@ -95,7 +95,7 @@ msgstr "{domainSlug} does not support aggregate data" #~ msgid "{editingDomainUrl} from {orgSlug} successfully updated to {0}" #~ msgstr "{editingDomainUrl} from {orgSlug} successfully updated to {0}" -#: src/admin/AdminDomainModal.js:128 +#: src/admin/AdminDomainModal.js:126 msgid "{editingDomainUrl} from {orgSlug} successfully updated." msgstr "{editingDomainUrl} from {orgSlug} successfully updated." @@ -115,7 +115,7 @@ msgstr "{selectedOnPage} selected on this page." msgid "{title}" msgstr "{title}" -#: src/utilities/useDocumentTitle.js:8 +#: src/utilities/useDocumentTitle.js:7 msgid "{title} - Tracker" msgstr "{title} - Tracker" @@ -201,7 +201,7 @@ msgstr "<0>IPs: {0}" #: src/guidance/AdditionalFindings.js:81 #: src/guidance/EmailGuidance.js:113 #: src/guidance/GuidancePage.js:263 -#: src/guidance/WebGuidance.js:175 +#: src/guidance/WebGuidance.js:176 msgid "<0>Last Scanned: {0}" msgstr "<0>Last Scanned: {0}" @@ -289,7 +289,7 @@ msgstr "404 - Page Not Found" msgid "A DNS request for this service has resulted in the following error code:" msgstr "A DNS request for this service has resulted in the following error code:" -#: src/admin/AdminDomains.js:512 +#: src/admin/AdminDomains.js:490 msgid "A domain may only be removed for one of the reasons below. For a domain to no longer exist, it must be removed from the DNS. If you need to remove this domain for a different reason, please contact TBS Cyber Security." msgstr "A domain may only be removed for one of the reasons below. For a domain to no longer exist, it must be removed from the DNS. If you need to remove this domain for a different reason, please contact TBS Cyber Security." @@ -297,7 +297,7 @@ msgstr "A domain may only be removed for one of the reasons below. For a domain msgid "A minimum DMARC policy of “p=none” with at least one address defined as a recipient of aggregate reports" msgstr "A minimum DMARC policy of “p=none” with at least one address defined as a recipient of aggregate reports" -#: src/dmarc/DmarcByDomainPage.js:320 +#: src/dmarc/DmarcByDomainPage.js:318 msgid "A more detailed breakdown of each domain can be found by clicking on its address in the first column." msgstr "A more detailed breakdown of each domain can be found by clicking on its address in the first column." @@ -338,7 +338,7 @@ msgid "Account" msgstr "Account" #: src/admin/SuperAdminUserList.js:88 -#: src/user/UserPage.js:63 +#: src/user/UserPage.js:61 msgid "Account Closed Successfully" msgstr "Account Closed Successfully" @@ -348,12 +348,12 @@ msgstr "Account created." #: src/app/App.js:153 #: src/app/FloatingMenu.js:178 -#: src/user/UserPage.js:112 +#: src/user/UserPage.js:110 msgid "Account Settings" msgstr "Account Settings" -#: src/createOrganization/CreateOrganizationPage.js:118 -#: src/createOrganization/CreateOrganizationPage.js:119 +#: src/createOrganization/CreateOrganizationPage.js:116 +#: src/createOrganization/CreateOrganizationPage.js:117 #: src/organizations/Organizations.js:101 msgid "Acronym" msgstr "Acronym" @@ -370,11 +370,11 @@ msgstr "Acronym (FR)" msgid "Acronym:" msgstr "Acronym:" -#: src/utilities/fieldRequirements.js:37 +#: src/utilities/fieldRequirements.js:36 msgid "Acronyms can only use upper case letters and underscores" msgstr "Acronyms can only use upper case letters and underscores" -#: src/utilities/fieldRequirements.js:38 +#: src/utilities/fieldRequirements.js:37 msgid "Acronyms must be at most 50 characters" msgstr "Acronyms must be at most 50 characters" @@ -386,7 +386,7 @@ msgstr "Action" msgid "Action:" msgstr "Action:" -#: src/admin/AdminPanel.js:29 +#: src/admin/AdminPanel.js:28 msgid "Activity" msgstr "Activity" @@ -398,11 +398,11 @@ msgstr "Add" msgid "Add details about the enrollment (optional)" msgstr "Add details about the enrollment (optional)" -#: src/admin/AdminDomains.js:429 +#: src/admin/AdminDomains.js:407 msgid "Add Domain" msgstr "Add Domain" -#: src/admin/AdminDomainModal.js:261 +#: src/admin/AdminDomainModal.js:259 msgid "Add Domain Details" msgstr "Add Domain Details" @@ -443,7 +443,7 @@ msgstr "ADMIN" #~ msgid "Admin accounts must activate a multi-factor authentication option, <0>please activate MFA." #~ msgstr "Admin accounts must activate a multi-factor authentication option, <0>please activate MFA." -#: src/user/UserPage.js:136 +#: src/user/UserPage.js:134 msgid "Admin accounts must activate a multi-factor authentication option." msgstr "Admin accounts must activate a multi-factor authentication option." @@ -496,27 +496,27 @@ msgstr "All Time" msgid "Already have an account? <0>Log in" msgstr "Already have an account? <0>Log in" -#: src/admin/AdminDomains.js:561 +#: src/admin/AdminDomains.js:539 #: src/organizationDetails/OrganizationDomains.js:267 msgid "An asset confirmed to belong to the organization." msgstr "An asset confirmed to belong to the organization." -#: src/admin/AdminDomains.js:564 +#: src/admin/AdminDomains.js:542 #: src/organizationDetails/OrganizationDomains.js:270 msgid "An asset that is owned by a third party and supports the operation of organization-owned assets." msgstr "An asset that is owned by a third party and supports the operation of organization-owned assets." -#: src/admin/AdminDomains.js:568 +#: src/admin/AdminDomains.js:546 #: src/organizationDetails/OrganizationDomains.js:274 msgid "An asset that is relevant to the organization but is not a direct part of the attack surface." msgstr "An asset that is relevant to the organization but is not a direct part of the attack surface." -#: src/admin/AdminDomains.js:572 +#: src/admin/AdminDomains.js:550 #: src/organizationDetails/OrganizationDomains.js:278 msgid "An asset that is suspected to belong to the organization but has not been confirmed." msgstr "An asset that is suspected to belong to the organization but has not been confirmed." -#: src/admin/AdminDomains.js:576 +#: src/admin/AdminDomains.js:554 #: src/organizationDetails/OrganizationDomains.js:282 msgid "An asset that requires further investigation to determine its relationship to the organization." msgstr "An asset that requires further investigation to determine its relationship to the organization." @@ -629,20 +629,20 @@ msgstr "An error occurred while updating your TFA send method." msgid "An error occurred while verifying your phone number." msgstr "An error occurred while verifying your phone number." -#: src/admin/AdminDomainModal.js:69 -#: src/admin/AdminDomainModal.js:115 -#: src/admin/AdminDomains.js:135 +#: src/admin/AdminDomainModal.js:67 +#: src/admin/AdminDomainModal.js:113 +#: src/admin/AdminDomains.js:132 #: src/admin/DomainUpdateList.js:57 #: src/admin/DomainUpdateList.js:104 #: src/admin/TagForm.js:28 #: src/admin/TagForm.js:73 #: src/admin/UserListModal.js:51 #: src/admin/UserListModal.js:141 -#: src/auth/TwoFactorAuthenticatePage.js:29 -#: src/createOrganization/CreateOrganizationPage.js:37 -#: src/guidance/CveIgnorer.js:20 -#: src/guidance/CveIgnorer.js:69 -#: src/user/UserPage.js:52 +#: src/auth/TwoFactorAuthenticatePage.js:27 +#: src/createOrganization/CreateOrganizationPage.js:35 +#: src/guidance/CveIgnorer.js:18 +#: src/guidance/CveIgnorer.js:65 +#: src/user/UserPage.js:50 msgid "An error occurred." msgstr "An error occurred." @@ -666,7 +666,7 @@ msgstr "Any products or related services provided to you by TBS are and will rem #~ msgid "Application Portfolio Management (APM) systems; and" #~ msgstr "Application Portfolio Management (APM) systems; and" -#: src/admin/AdminDomains.js:307 +#: src/admin/AdminDomains.js:304 #: src/admin/DomainUpdateList.js:338 #: src/domains/DomainListFilters.js:170 msgid "Apply" @@ -685,9 +685,9 @@ msgid "Apply Tags" msgstr "Apply Tags" #: src/admin/AdminDomainCard.js:9 -#: src/admin/AdminDomainModal.js:320 -#: src/admin/AdminDomains.js:285 -#: src/admin/AdminDomains.js:561 +#: src/admin/AdminDomainModal.js:318 +#: src/admin/AdminDomains.js:282 +#: src/admin/AdminDomains.js:539 #: src/domains/DomainCard.js:113 #: src/domains/FilterList.js:22 #: src/organizationDetails/OrganizationDomains.js:127 @@ -708,7 +708,7 @@ msgstr "April" msgid "Archive domain" msgstr "Archive domain" -#: src/admin/AdminDomains.js:189 +#: src/admin/AdminDomains.js:186 #: src/domains/DomainCard.js:149 #: src/domains/DomainsPage.js:141 #: src/organizationDetails/OrganizationDomains.js:120 @@ -723,7 +723,7 @@ msgstr "ARCHIVED" msgid "Are you sure you want to apply these tag changes?" msgstr "Are you sure you want to apply these tag changes?" -#: src/guidance/CveIgnorer.js:125 +#: src/guidance/CveIgnorer.js:119 msgid "Are you sure you want to ignore this CVE?" msgstr "Are you sure you want to ignore this CVE?" @@ -732,7 +732,7 @@ msgstr "Are you sure you want to ignore this CVE?" msgid "Are you sure you want to permanently remove the organization \"{0}\"?" msgstr "Are you sure you want to permanently remove the organization \"{0}\"?" -#: src/guidance/CveIgnorer.js:123 +#: src/guidance/CveIgnorer.js:117 msgid "Are you sure you want to stop ignoring this CVE?" msgstr "Are you sure you want to stop ignoring this CVE?" @@ -759,17 +759,17 @@ msgstr "Assess" msgid "Assess current state;" msgstr "Assess current state;" -#: src/admin/AdminDomainModal.js:308 -#: src/admin/AdminDomains.js:246 +#: src/admin/AdminDomainModal.js:306 +#: src/admin/AdminDomains.js:243 #: src/domains/DomainListFilters.js:110 msgid "Asset State" msgstr "Asset State" -#: src/admin/AdminDomains.js:555 +#: src/admin/AdminDomains.js:533 msgid "Asset States" msgstr "Asset States" -#: src/admin/AdminPage.js:240 +#: src/admin/AdminPage.js:243 #: src/admin/AuditLogTable.js:97 msgid "Audit Logs" msgstr "Audit Logs" @@ -788,8 +788,8 @@ msgid "Availability Requirement" msgstr "Availability Requirement" #: src/auth/ForgotPasswordPage.js:88 -#: src/createOrganization/CreateOrganizationPage.js:127 -#: src/guidance/CveIgnorer.js:130 +#: src/createOrganization/CreateOrganizationPage.js:125 +#: src/guidance/CveIgnorer.js:124 #: src/userOnboarding/components/TourComponent.js:107 msgid "Back" msgstr "Back" @@ -814,10 +814,10 @@ msgstr "BETA" msgid "Blank fields will not be included when updating the organization." msgstr "Blank fields will not be included when updating the organization." -#: src/admin/AdminDomains.js:185 +#: src/admin/AdminDomains.js:182 #: src/domains/DomainCard.js:154 #: src/domains/DomainsPage.js:140 -#: src/guidance/WebGuidance.js:108 +#: src/guidance/WebGuidance.js:109 #: src/organizationDetails/OrganizationDomains.js:116 msgid "Blocked" msgstr "Blocked" @@ -827,6 +827,14 @@ msgstr "Blocked" msgid "BLOCKED" msgstr "BLOCKED" +#: src/guidance/WebPqcResults.js:97 +#~ msgid "Built from sslyze {0} and nassl {nasslCommit}" +#~ msgstr "Built from sslyze {0} and nassl {nasslCommit}" + +#: src/guidance/WebPqcResults.js:97 +msgid "Built from sslyze {sslyzeCommit} and nassl {nasslCommit}" +msgstr "Built from sslyze {sslyzeCommit} and nassl {nasslCommit}" + #: src/app/ReadGuidancePage.js:126 #~ msgid "Business units within your organization." #~ msgstr "Business units within your organization." @@ -858,14 +866,14 @@ msgstr "Canadians rely on the Government of Canada to provide secure digital ser #: src/admin/DomainUpdateList.js:364 #: src/admin/SuperAdminUserList.js:424 #: src/components/ExportButton.js:94 -#: src/user/UserPage.js:216 +#: src/user/UserPage.js:214 msgid "Cancel" msgstr "Cancel" #: src/admin/AdminDomainCard.js:12 -#: src/admin/AdminDomainModal.js:329 -#: src/admin/AdminDomains.js:294 -#: src/admin/AdminDomains.js:571 +#: src/admin/AdminDomainModal.js:327 +#: src/admin/AdminDomains.js:291 +#: src/admin/AdminDomains.js:549 #: src/domains/DomainCard.js:116 #: src/domains/FilterList.js:25 #: src/organizationDetails/OrganizationDomains.js:130 @@ -881,7 +889,7 @@ msgstr "CANDIDATE" #~ msgid "Category" #~ msgstr "Category" -#: src/guidance/WebGuidance.js:158 +#: src/guidance/WebGuidance.js:159 msgid "CCCS has updated their <0>list of recommended TLS cipher suites and elliptic curves. Please review these findings and update your configurations accordingly." msgstr "CCCS has updated their <0>list of recommended TLS cipher suites and elliptic curves. Please review these findings and update your configurations accordingly." @@ -1022,7 +1030,7 @@ msgstr "Click for additional information on statuses, tags, and filters." msgid "Click for guidance on getting started with Tracker and frequently asked questions." msgstr "Click for guidance on getting started with Tracker and frequently asked questions." -#: src/admin/AdminPage.js:142 +#: src/admin/AdminPage.js:140 msgid "Click here." msgstr "Click here." @@ -1038,8 +1046,8 @@ msgstr "Close" #: src/admin/SuperAdminUserList.js:338 #: src/admin/SuperAdminUserList.js:404 -#: src/user/UserPage.js:172 -#: src/user/UserPage.js:199 +#: src/user/UserPage.js:170 +#: src/user/UserPage.js:197 msgid "Close Account" msgstr "Close Account" @@ -1047,7 +1055,7 @@ msgstr "Close Account" msgid "CNAME:" msgstr "CNAME:" -#: src/utilities/fieldRequirements.js:29 +#: src/utilities/fieldRequirements.js:28 msgid "Code field must not be empty" msgstr "Code field must not be empty" @@ -1056,7 +1064,7 @@ msgstr "Code field must not be empty" msgid "Collect and analyze DMARC reports." msgstr "Collect and analyze DMARC reports." -#: src/admin/AdminDomains.js:256 +#: src/admin/AdminDomains.js:253 #: src/domains/DomainListFilters.js:147 msgid "Comparison" msgstr "Comparison" @@ -1081,15 +1089,15 @@ msgstr "Configuration requirements for email services completely met" msgid "Configuration requirements for web sites and services completely met" msgstr "Configuration requirements for web sites and services completely met" -#: src/admin/AdminDomainModal.js:358 -#: src/admin/AdminDomains.js:547 +#: src/admin/AdminDomainModal.js:356 +#: src/admin/AdminDomains.js:525 #: src/admin/OrganizationInformation.js:358 #: src/admin/OrganizationInformation.js:470 #: src/admin/SuperAdminUserList.js:428 #: src/admin/TagForm.js:247 #: src/admin/UserListModal.js:278 #: src/domains/SubdomainDiscoveryButton.js:93 -#: src/guidance/CveIgnorer.js:158 +#: src/guidance/CveIgnorer.js:152 #: src/organizations/RequestOrgInviteModal.js:76 #: src/user/EditableEmailUpdateOptions.js:227 #: src/user/EditableUserDisplayName.js:169 @@ -1097,7 +1105,7 @@ msgstr "Configuration requirements for web sites and services completely met" #: src/user/EditableUserPassword.js:183 #: src/user/EditableUserPhoneNumber.js:187 #: src/user/EditableUserPhoneNumber.js:245 -#: src/user/UserPage.js:220 +#: src/user/UserPage.js:218 msgid "Confirm" msgstr "Confirm" @@ -1109,7 +1117,7 @@ msgstr "Confirm New Password:" msgid "Confirm Password:" msgstr "Confirm Password:" -#: src/admin/AdminDomains.js:507 +#: src/admin/AdminDomains.js:485 msgid "Confirm removal of domain:" msgstr "Confirm removal of domain:" @@ -1206,13 +1214,13 @@ msgstr "Create an Account" #~ msgid "Create an account by entering an email and password." #~ msgstr "Create an account by entering an email and password." -#: src/createOrganization/CreateOrganizationPage.js:110 +#: src/createOrganization/CreateOrganizationPage.js:108 msgid "Create an organization" msgstr "Create an organization" -#: src/admin/AdminPage.js:169 +#: src/admin/AdminPage.js:167 #: src/app/App.js:394 -#: src/createOrganization/CreateOrganizationPage.js:131 +#: src/createOrganization/CreateOrganizationPage.js:129 msgid "Create Organization" msgstr "Create Organization" @@ -1265,12 +1273,12 @@ msgstr "Curves Status" msgid "CVD {0}" msgstr "CVD {0}" -#: src/admin/AdminDomains.js:193 +#: src/admin/AdminDomains.js:190 #: src/organizationDetails/OrganizationDomains.js:123 msgid "CVD Denied" msgstr "CVD Denied" -#: src/admin/AdminDomains.js:191 +#: src/admin/AdminDomains.js:188 #: src/organizationDetails/OrganizationDomains.js:122 msgid "CVD Enrolled" msgstr "CVD Enrolled" @@ -1279,7 +1287,7 @@ msgstr "CVD Enrolled" msgid "CVD Enrollment Status" msgstr "CVD Enrollment Status" -#: src/admin/AdminDomains.js:192 +#: src/admin/AdminDomains.js:189 msgid "CVD Pending" msgstr "CVD Pending" @@ -1291,7 +1299,7 @@ msgstr "CVD Pending" msgid "CVE ID" msgstr "CVE ID" -#: src/guidance/CveIgnorer.js:31 +#: src/guidance/CveIgnorer.js:29 msgid "CVE ignored" msgstr "CVE ignored" @@ -1343,9 +1351,9 @@ msgstr "Denied" #~ msgstr "Departmental business units" #: src/admin/AdminDomainCard.js:10 -#: src/admin/AdminDomainModal.js:323 -#: src/admin/AdminDomains.js:288 -#: src/admin/AdminDomains.js:563 +#: src/admin/AdminDomainModal.js:321 +#: src/admin/AdminDomains.js:285 +#: src/admin/AdminDomains.js:541 #: src/domains/DomainCard.js:114 #: src/domains/FilterList.js:23 #: src/organizationDetails/OrganizationDomains.js:128 @@ -1419,7 +1427,7 @@ msgstr "Discover Subdomains" msgid "Display Name" msgstr "Display Name" -#: src/utilities/fieldRequirements.js:16 +#: src/utilities/fieldRequirements.js:15 msgid "Display name cannot be empty" msgstr "Display name cannot be empty" @@ -1574,8 +1582,8 @@ msgstr "DMARC Status" #: src/app/App.js:142 #: src/app/App.js:356 #: src/app/FloatingMenu.js:132 -#: src/dmarc/DmarcByDomainPage.js:169 -#: src/dmarc/DmarcByDomainPage.js:227 +#: src/dmarc/DmarcByDomainPage.js:167 +#: src/dmarc/DmarcByDomainPage.js:225 msgid "DMARC Summaries" msgstr "DMARC Summaries" @@ -1600,15 +1608,15 @@ msgstr "DNS Scan Complete" msgid "DNS scan for domain \"{0}\" has completed." msgstr "DNS scan for domain \"{0}\" has completed." -#: src/admin/AdminDomains.js:262 +#: src/admin/AdminDomains.js:259 #: src/domains/DomainListFilters.js:153 msgid "DOES NOT EQUAL" msgstr "DOES NOT EQUAL" #: src/admin/AuditLogTable.js:78 #: src/admin/DomainUpdateList.js:262 -#: src/dmarc/DmarcByDomainPage.js:112 -#: src/dmarc/DmarcByDomainPage.js:298 +#: src/dmarc/DmarcByDomainPage.js:110 +#: src/dmarc/DmarcByDomainPage.js:296 #: src/domains/DomainsPage.js:292 #: src/domains/DomainsPage.js:340 #: src/organizationDetails/OrganizationDomains.js:230 @@ -1616,7 +1624,7 @@ msgstr "DOES NOT EQUAL" msgid "Domain" msgstr "Domain" -#: src/admin/AdminDomainModal.js:81 +#: src/admin/AdminDomainModal.js:79 msgid "Domain added" msgstr "Domain added" @@ -1628,7 +1636,7 @@ msgstr "Domain count" msgid "Domain from Simple Mail Transfer Protocol (SMTP) banner message." msgstr "Domain from Simple Mail Transfer Protocol (SMTP) banner message." -#: src/admin/AdminDomains.js:198 +#: src/admin/AdminDomains.js:195 msgid "Domain List" msgstr "Domain List" @@ -1636,28 +1644,28 @@ msgstr "Domain List" msgid "Domain Name System (DNS) Services Management Configuration Requirements - Canada.ca" msgstr "Domain Name System (DNS) Services Management Configuration Requirements - Canada.ca" -#: src/admin/AdminDomains.js:147 +#: src/admin/AdminDomains.js:144 msgid "Domain removed" msgstr "Domain removed" -#: src/admin/AdminDomains.js:148 +#: src/admin/AdminDomains.js:145 msgid "Domain removed from {orgSlug}" msgstr "Domain removed from {orgSlug}" -#: src/admin/AdminPage.js:241 +#: src/admin/AdminPage.js:246 msgid "Domain Tags" msgstr "Domain Tags" -#: src/admin/AdminDomainModal.js:127 +#: src/admin/AdminDomainModal.js:125 msgid "Domain updated" msgstr "Domain updated" -#: src/admin/AdminDomains.js:418 +#: src/admin/AdminDomains.js:396 #: src/components/fields/DomainField.js:10 msgid "Domain URL" msgstr "Domain URL" -#: src/utilities/fieldRequirements.js:32 +#: src/utilities/fieldRequirements.js:31 msgid "Domain url field must not be empty" msgstr "Domain url field must not be empty" @@ -1669,7 +1677,7 @@ msgstr "Domain URL:" msgid "Domain:" msgstr "Domain:" -#: src/admin/AdminPanel.js:23 +#: src/admin/AdminPanel.js:22 #: src/app/App.js:135 #: src/app/App.js:326 #: src/app/FloatingMenu.js:117 @@ -1705,7 +1713,7 @@ msgstr "Domains updated." msgid "Domains used for SPF validation." msgstr "Domains used for SPF validation." -#: src/auth/SignInPage.js:151 +#: src/auth/SignInPage.js:149 msgid "Don't have an account? <0>Sign up" msgstr "Don't have an account? <0>Sign up" @@ -1741,7 +1749,7 @@ msgstr "Edit" msgid "Edit Display Name" msgstr "Edit Display Name" -#: src/admin/AdminDomainModal.js:261 +#: src/admin/AdminDomainModal.js:259 msgid "Edit Domain Details" msgstr "Edit Domain Details" @@ -1774,8 +1782,8 @@ msgid "Email" msgstr "Email" #: src/auth/ForgotPasswordPage.js:19 -#: src/utilities/fieldRequirements.js:11 -#: src/utilities/fieldRequirements.js:14 +#: src/utilities/fieldRequirements.js:10 +#: src/utilities/fieldRequirements.js:13 msgid "Email cannot be empty" msgstr "Email cannot be empty" @@ -1853,11 +1861,11 @@ msgstr "Email Verification Sent" msgid "Email:" msgstr "Email:" -#: src/guidance/WebGuidance.js:68 +#: src/guidance/WebGuidance.js:69 msgid "Endpoint Summary" msgstr "Endpoint Summary" -#: src/guidance/WebGuidance.js:127 +#: src/guidance/WebGuidance.js:128 msgid "Endpoint:" msgstr "Endpoint:" @@ -1879,8 +1887,8 @@ msgstr "Enforce" #~ msgid "Engage departmental IT planning groups for implementation as appropriate." #~ msgstr "Engage departmental IT planning groups for implementation as appropriate." -#: src/createOrganization/CreateOrganizationPage.js:115 -#: src/createOrganization/CreateOrganizationPage.js:118 +#: src/createOrganization/CreateOrganizationPage.js:113 +#: src/createOrganization/CreateOrganizationPage.js:116 msgid "English" msgstr "English" @@ -1895,7 +1903,7 @@ msgstr "Enrolled" msgid "Enter \"{0}\" below to confirm removal. This field is case-sensitive." msgstr "Enter \"{0}\" below to confirm removal. This field is case-sensitive." -#: src/user/UserPage.js:208 +#: src/user/UserPage.js:206 msgid "Enter \"{userName}\" below to confirm removal. This field is case-sensitive." msgstr "Enter \"{userName}\" below to confirm removal. This field is case-sensitive." @@ -1942,11 +1950,15 @@ msgstr "Enter your user account's verified email address and we will send you a msgid "Envelope From" msgstr "Envelope From" -#: src/admin/AdminDomains.js:259 +#: src/admin/AdminDomains.js:256 #: src/domains/DomainListFilters.js:150 msgid "EQUALS" msgstr "EQUALS" +#: src/guidance/WebPqcResults.js:88 +msgid "Error" +msgstr "Error" + #: src/dmarc/DmarcReportPage.js:104 msgid "Error while retrieving DMARC data for {domainSlug}. <0/>This could be due to insufficient user privileges or the domain does not exist in the system." msgstr "Error while retrieving DMARC data for {domainSlug}. <0/>This could be due to insufficient user privileges or the domain does not exist in the system." @@ -1964,6 +1976,14 @@ msgstr "Error while retrieving DMARC data for {domainSlug}. <0/>This could be du msgid "Eventually" msgstr "Eventually" +#: src/guidance/WebPqcResults.js:51 +msgid "Experimental" +msgstr "Experimental" + +#: src/guidance/WebPqcResults.js:58 +msgid "Experimental result from an unreleased version of SSLyze. This does not affect compliance scoring and is visible to super admins only." +msgstr "Experimental result from an unreleased version of SSLyze. This does not affect compliance scoring and is visible to super admins only." + #: src/guidance/WebTLSResults.js:417 msgid "Expired:" msgstr "Expired:" @@ -1985,7 +2005,7 @@ msgid "Export to CSV" msgstr "Export to CSV" #: src/admin/OrganizationInformation.js:498 -#: src/createOrganization/CreateOrganizationPage.js:121 +#: src/createOrganization/CreateOrganizationPage.js:119 msgid "External ID" msgstr "External ID" @@ -2008,8 +2028,8 @@ msgstr "Fail" msgid "Fail DKIM" msgstr "Fail DKIM" -#: src/dmarc/DmarcByDomainPage.js:144 -#: src/dmarc/DmarcByDomainPage.js:312 +#: src/dmarc/DmarcByDomainPage.js:142 +#: src/dmarc/DmarcByDomainPage.js:310 msgid "Fail DKIM %" msgstr "Fail DKIM %" @@ -2020,8 +2040,8 @@ msgstr "Fail DKIM %" msgid "Fail SPF" msgstr "Fail SPF" -#: src/dmarc/DmarcByDomainPage.js:151 -#: src/dmarc/DmarcByDomainPage.js:308 +#: src/dmarc/DmarcByDomainPage.js:149 +#: src/dmarc/DmarcByDomainPage.js:306 msgid "Fail SPF %" msgstr "Fail SPF %" @@ -2095,8 +2115,8 @@ msgstr "Filtered" #~ msgid "Filters" #~ msgstr "Filters" -#: src/admin/AdminDomains.js:227 -#: src/dmarc/DmarcByDomainPage.js:271 +#: src/admin/AdminDomains.js:224 +#: src/dmarc/DmarcByDomainPage.js:269 #: src/domains/DomainsPage.js:349 #: src/organizationDetails/OrganizationDomains.js:309 #: src/organizations/Organizations.js:242 @@ -2183,7 +2203,7 @@ msgstr "For users interested in using new features that are still in progress." msgid "Forgot Password" msgstr "Forgot Password" -#: src/auth/SignInPage.js:141 +#: src/auth/SignInPage.js:139 msgid "Forgot your password?" msgstr "Forgot your password?" @@ -2191,8 +2211,8 @@ msgstr "Forgot your password?" msgid "Frameworks" msgstr "Frameworks" -#: src/createOrganization/CreateOrganizationPage.js:116 -#: src/createOrganization/CreateOrganizationPage.js:119 +#: src/createOrganization/CreateOrganizationPage.js:114 +#: src/createOrganization/CreateOrganizationPage.js:117 msgid "French" msgstr "French" @@ -2200,13 +2220,13 @@ msgstr "French" msgid "Frequently Asked Questions" msgstr "Frequently Asked Questions" -#: src/dmarc/DmarcByDomainPage.js:158 -#: src/dmarc/DmarcByDomainPage.js:316 +#: src/dmarc/DmarcByDomainPage.js:156 +#: src/dmarc/DmarcByDomainPage.js:314 msgid "Full Fail %" msgstr "Full Fail %" -#: src/dmarc/DmarcByDomainPage.js:137 -#: src/dmarc/DmarcByDomainPage.js:304 +#: src/dmarc/DmarcByDomainPage.js:135 +#: src/dmarc/DmarcByDomainPage.js:302 msgid "Full Pass %" msgstr "Full Pass %" @@ -2259,7 +2279,7 @@ msgstr "Global" msgid "Glossary" msgstr "Glossary" -#: src/components/TrackerTable.js:254 +#: src/components/TrackerTable.js:252 msgid "Go to page:" msgstr "Go to page:" @@ -2330,7 +2350,7 @@ msgstr "Heartbleed Vulnerable" #~ msgid "Here you can filter the list of organizations to only show verified organizations" #~ msgstr "Here you can filter the list of organizations to only show verified organizations" -#: src/admin/AdminPage.js:134 +#: src/admin/AdminPage.js:132 msgid "here." msgstr "here." @@ -2363,7 +2383,7 @@ msgstr "Hide password" msgid "High" msgstr "High" -#: src/admin/AdminDomainModal.js:420 +#: src/admin/AdminDomainModal.js:422 msgid "High Availability" msgstr "High Availability" @@ -2576,11 +2596,11 @@ msgstr "If you believe this was caused by a problem with Tracker, please <0>Repo msgid "If your organization has no affiliated users within Tracker, contact the <0>TBS Cyber Security to assist in onboarding." msgstr "If your organization has no affiliated users within Tracker, contact the <0>TBS Cyber Security to assist in onboarding." -#: src/guidance/CveIgnorer.js:117 +#: src/guidance/CveIgnorer.js:111 msgid "Ignore CVE" msgstr "Ignore CVE" -#: src/admin/AdminDomainModal.js:442 +#: src/admin/AdminDomainModal.js:444 msgid "Ignore RUA" msgstr "Ignore RUA" @@ -2646,20 +2666,20 @@ msgstr "INACTIVE" #~ msgid "Include hidden domains in summaries." #~ msgstr "Include hidden domains in summaries." -#: src/auth/TwoFactorAuthenticatePage.js:77 +#: src/auth/TwoFactorAuthenticatePage.js:75 msgid "Incorrect authenticate.result typename." msgstr "Incorrect authenticate.result typename." #: src/admin/SuperAdminUserList.js:108 -#: src/user/UserPage.js:84 +#: src/user/UserPage.js:82 msgid "Incorrect closeAccount.result typename." msgstr "Incorrect closeAccount.result typename." -#: src/admin/AdminDomainModal.js:100 +#: src/admin/AdminDomainModal.js:98 msgid "Incorrect createDomain.result typename." msgstr "Incorrect createDomain.result typename." -#: src/createOrganization/CreateOrganizationPage.js:68 +#: src/createOrganization/CreateOrganizationPage.js:66 msgid "Incorrect createOrganization.result typename." msgstr "Incorrect createOrganization.result typename." @@ -2671,7 +2691,7 @@ msgstr "Incorrect dismiss method received." msgid "Incorrect dismissMessage.result typename." msgstr "Incorrect dismissMessage.result typename." -#: src/guidance/CveIgnorer.js:54 +#: src/guidance/CveIgnorer.js:50 msgid "Incorrect ignoreCve.result typename." msgstr "Incorrect ignoreCve.result typename." @@ -2684,7 +2704,7 @@ msgstr "Incorrect inviteUserToOrg.result typename." #~ msgid "Incorrect leaveOrganization.result typename." #~ msgstr "Incorrect leaveOrganization.result typename." -#: src/admin/AdminDomains.js:166 +#: src/admin/AdminDomains.js:163 msgid "Incorrect removeDomain.result typename." msgstr "Incorrect removeDomain.result typename." @@ -2696,9 +2716,9 @@ msgstr "Incorrect removeOrganization.result typename." msgid "Incorrect resetPassword.result typename." msgstr "Incorrect resetPassword.result typename." -#: src/admin/AdminDomainModal.js:99 -#: src/admin/AdminDomainModal.js:145 -#: src/admin/AdminDomains.js:165 +#: src/admin/AdminDomainModal.js:97 +#: src/admin/AdminDomainModal.js:143 +#: src/admin/AdminDomains.js:162 #: src/admin/DomainUpdateList.js:89 #: src/admin/DomainUpdateList.js:136 #: src/admin/SuperAdminUserList.js:107 @@ -2708,18 +2728,18 @@ msgstr "Incorrect resetPassword.result typename." #: src/admin/UserListModal.js:126 #: src/auth/CreateUserPage.js:62 #: src/auth/ResetPasswordPage.js:61 -#: src/auth/SignInPage.js:86 -#: src/auth/TwoFactorAuthenticatePage.js:76 -#: src/createOrganization/CreateOrganizationPage.js:67 -#: src/guidance/CveIgnorer.js:53 -#: src/guidance/CveIgnorer.js:102 +#: src/auth/SignInPage.js:84 +#: src/auth/TwoFactorAuthenticatePage.js:74 +#: src/createOrganization/CreateOrganizationPage.js:65 +#: src/guidance/CveIgnorer.js:49 +#: src/guidance/CveIgnorer.js:96 #: src/user/EditableUserDisplayName.js:73 #: src/user/EditableUserEmail.js:69 #: src/user/EditableUserPassword.js:76 #: src/user/EditableUserPhoneNumber.js:68 #: src/user/EditableUserPhoneNumber.js:119 #: src/user/EditableUserTFAMethod.js:77 -#: src/user/UserPage.js:83 +#: src/user/UserPage.js:81 msgid "Incorrect send method received." msgstr "Incorrect send method received." @@ -2727,7 +2747,7 @@ msgstr "Incorrect send method received." msgid "Incorrect setPhoneNumber.result typename." msgstr "Incorrect setPhoneNumber.result typename." -#: src/auth/SignInPage.js:87 +#: src/auth/SignInPage.js:85 msgid "Incorrect signIn.result typename." msgstr "Incorrect signIn.result typename." @@ -2740,7 +2760,7 @@ msgstr "Incorrect signUp.result typename." msgid "Incorrect typename received." msgstr "Incorrect typename received." -#: src/guidance/CveIgnorer.js:103 +#: src/guidance/CveIgnorer.js:97 msgid "Incorrect unignoreCve.result typename." msgstr "Incorrect unignoreCve.result typename." @@ -2749,7 +2769,7 @@ msgstr "Incorrect unignoreCve.result typename." msgid "Incorrect update method received." msgstr "Incorrect update method received." -#: src/admin/AdminDomainModal.js:146 +#: src/admin/AdminDomainModal.js:144 msgid "Incorrect updateDomain.result typename." msgstr "Incorrect updateDomain.result typename." @@ -2863,7 +2883,7 @@ msgid "Internet-facing" msgstr "Internet-facing" #: src/auth/ForgotPasswordPage.js:20 -#: src/utilities/fieldRequirements.js:12 +#: src/utilities/fieldRequirements.js:11 msgid "Invalid email" msgstr "Invalid email" @@ -2883,7 +2903,7 @@ msgstr "Is DKIM aligned. Can be true or false." msgid "Is SPF aligned. Can be true or false." msgstr "Is SPF aligned. Can be true or false." -#: src/admin/AdminPage.js:139 +#: src/admin/AdminPage.js:137 msgid "Is your organization not using Tracker yet?" msgstr "Is your organization not using Tracker yet?" @@ -2907,7 +2927,7 @@ msgstr "It is recommended that Shared Service Canada (SSC) partners contact thei msgid "Items per page:" msgstr "Items per page:" -#: src/components/TrackerTable.js:282 +#: src/components/TrackerTable.js:280 msgid "Items per page: " msgstr "Items per page: " @@ -3036,7 +3056,7 @@ msgstr "List of guidance tags" msgid "Loading {children}..." msgstr "Loading {children}..." -#: src/dmarc/DmarcByDomainPage.js:243 +#: src/dmarc/DmarcByDomainPage.js:241 msgid "Loading Data..." msgstr "Loading Data..." @@ -3044,11 +3064,11 @@ msgstr "Loading Data..." msgid "Local" msgstr "Local" -#: src/auth/SignInPage.js:118 +#: src/auth/SignInPage.js:116 msgid "Login" msgstr "Login" -#: src/auth/SignInPage.js:123 +#: src/auth/SignInPage.js:121 msgid "Login to your account" msgstr "Login to your account" @@ -3100,7 +3120,7 @@ msgstr "March" msgid "Mark domains as \"Favourite\" to save them to your \"myTracker\" page." msgstr "Mark domains as \"Favourite\" to save them to your \"myTracker\" page." -#: src/admin/AdminDomainModal.js:406 +#: src/admin/AdminDomainModal.js:408 msgid "Mark this domain as high availability. It will be monitored by the uptime dashboard." msgstr "Mark this domain as high availability. It will be monitored by the uptime dashboard." @@ -3151,9 +3171,9 @@ msgid "Monitor DMARC reports;" msgstr "Monitor DMARC reports;" #: src/admin/AdminDomainCard.js:11 -#: src/admin/AdminDomainModal.js:326 -#: src/admin/AdminDomains.js:291 -#: src/admin/AdminDomains.js:567 +#: src/admin/AdminDomainModal.js:324 +#: src/admin/AdminDomains.js:288 +#: src/admin/AdminDomains.js:545 #: src/domains/DomainCard.js:115 #: src/domains/FilterList.js:24 #: src/organizationDetails/OrganizationDomains.js:129 @@ -3212,8 +3232,8 @@ msgstr "My domain does not send emails, how can I get my domain's DMARC, DKIM, a msgid "myTracker" msgstr "myTracker" -#: src/createOrganization/CreateOrganizationPage.js:115 -#: src/createOrganization/CreateOrganizationPage.js:116 +#: src/createOrganization/CreateOrganizationPage.js:113 +#: src/createOrganization/CreateOrganizationPage.js:114 #: src/organizationDetails/OrganizationAffiliations.js:58 #: src/organizations/Organizations.js:100 msgid "Name" @@ -3256,6 +3276,10 @@ msgstr "Negative Findings" #~ msgid "Negative Tags" #~ msgstr "Negative Tags" +#: src/guidance/WebPqcResults.js:80 +msgid "Negotiated groups" +msgstr "Negotiated groups" + #: src/guidance/GuidanceTagList.js:110 #~ msgid "Neutral Tags" #~ msgstr "Neutral Tags" @@ -3282,11 +3306,11 @@ msgstr "NEW" msgid "New Display Name:" msgstr "New Display Name:" -#: src/admin/AdminDomainModal.js:267 +#: src/admin/AdminDomainModal.js:265 msgid "New Domain URL" msgstr "New Domain URL" -#: src/admin/AdminDomainModal.js:267 +#: src/admin/AdminDomainModal.js:265 msgid "New Domain URL:" msgstr "New Domain URL:" @@ -3302,7 +3326,7 @@ msgstr "New Password:" msgid "New Phone Number:" msgstr "New Phone Number:" -#: src/guidance/WebGuidance.js:155 +#: src/guidance/WebGuidance.js:156 msgid "New Recommended TLS Ciphers" msgstr "New Recommended TLS Ciphers" @@ -3325,6 +3349,8 @@ msgstr "Next Steps:" #: src/guidance/WebConnectionResults.js:208 #: src/guidance/WebConnectionResults.js:220 #: src/guidance/WebConnectionResults.js:226 +#: src/guidance/WebPqcResults.js:68 +#: src/guidance/WebPqcResults.js:75 #: src/guidance/WebTLSResults.js:217 #: src/guidance/WebTLSResults.js:275 #: src/guidance/WebTLSResults.js:286 @@ -3417,7 +3443,7 @@ msgstr "No DMARC Implementation Phase" #~ msgid "No DMARC phase information available for this organization." #~ msgstr "No DMARC phase information available for this organization." -#: src/admin/AdminDomainList.js:24 +#: src/admin/AdminDomainList.js:23 #: src/domains/DomainsPage.js:234 #: src/organizationDetails/OrganizationDomains.js:163 msgid "No Domains" @@ -3520,6 +3546,7 @@ msgstr "Non-compliant" #: src/guidance/EmailGuidance.js:274 #: src/guidance/IgnoredCves.js:23 #: src/guidance/IgnoredCves.js:67 +#: src/guidance/WebPqcResults.js:82 #: src/user/EditableUserTFAMethod.js:165 msgid "None" msgstr "None" @@ -3548,6 +3575,14 @@ msgstr "Not Enrolled" msgid "Not Implemented" msgstr "Not Implemented" +#: src/guidance/WebPqcResults.js:27 +msgid "Not scanned" +msgstr "Not scanned" + +#: src/guidance/WebPqcResults.js:39 +msgid "Not supported" +msgstr "Not supported" + #: src/app/ContactUsPage.js:24 #~ msgid "Note that compliance data does not automatically refresh. Modifications to domains could take 24 hours to update." #~ msgstr "Note that compliance data does not automatically refresh. Modifications to domains could take 24 hours to update." @@ -3633,7 +3668,7 @@ msgstr "Options include contacting the <0>SSC WebSSL services team and/or us msgid "Organization" msgstr "Organization" -#: src/createOrganization/CreateOrganizationPage.js:48 +#: src/createOrganization/CreateOrganizationPage.js:46 msgid "Organization created" msgstr "Organization created" @@ -3677,8 +3712,8 @@ msgstr "Organization owns this domain, but it is outside the allowed scope" #~ msgid "Organization:" #~ msgstr "Organization:" -#: src/admin/AdminPage.js:91 -#: src/admin/AdminPage.js:108 +#: src/admin/AdminPage.js:89 +#: src/admin/AdminPage.js:106 #: src/admin/UserListModal.js:238 msgid "Organization: " msgstr "Organization: " @@ -3687,7 +3722,7 @@ msgstr "Organization: " msgid "Organization(s):" msgstr "Organization(s):" -#: src/admin/AdminPage.js:238 +#: src/admin/AdminPage.js:237 #: src/app/App.js:132 #: src/app/App.js:293 #: src/app/FloatingMenu.js:104 @@ -3734,7 +3769,7 @@ msgstr "p:" #. placeholder {0}: state.pageIndex + 1 #. placeholder {1}: pageOptions.length -#: src/components/TrackerTable.js:270 +#: src/components/TrackerTable.js:268 msgid "Page {0} of {1}" msgstr "Page {0} of {1}" @@ -3754,18 +3789,18 @@ msgid "Password" msgstr "Password" #: src/auth/ResetPasswordPage.js:21 -#: src/utilities/fieldRequirements.js:18 -#: src/utilities/fieldRequirements.js:20 +#: src/utilities/fieldRequirements.js:17 +#: src/utilities/fieldRequirements.js:19 msgid "Password cannot be empty" msgstr "Password cannot be empty" #: src/auth/ResetPasswordPage.js:24 -#: src/utilities/fieldRequirements.js:22 +#: src/utilities/fieldRequirements.js:21 msgid "Password confirmation cannot be empty" msgstr "Password confirmation cannot be empty" #: src/auth/ResetPasswordPage.js:22 -#: src/utilities/fieldRequirements.js:19 +#: src/utilities/fieldRequirements.js:18 msgid "Password must be at least 12 characters long" msgstr "Password must be at least 12 characters long" @@ -3779,7 +3814,7 @@ msgid "Password:" msgstr "Password:" #: src/auth/ResetPasswordPage.js:25 -#: src/utilities/fieldRequirements.js:23 +#: src/utilities/fieldRequirements.js:22 msgid "Passwords must match" msgstr "Passwords must match" @@ -3837,11 +3872,11 @@ msgstr "phase out" msgid "Phone" msgstr "Phone" -#: src/utilities/fieldRequirements.js:34 +#: src/utilities/fieldRequirements.js:33 msgid "Phone number field must not be empty" msgstr "Phone number field must not be empty" -#: src/utilities/fieldRequirements.js:35 +#: src/utilities/fieldRequirements.js:34 msgid "Phone number must be a valid phone number that is 10-15 digits long" msgstr "Phone number must be a valid phone number that is 10-15 digits long" @@ -3854,11 +3889,11 @@ msgstr "Phone Number:" msgid "Phone Validated" msgstr "Phone Validated" -#: src/admin/AdminDomainModal.js:351 +#: src/admin/AdminDomainModal.js:349 msgid "Please allow up to 24 hours for summaries to reflect any changes." msgstr "Please allow up to 24 hours for summaries to reflect any changes." -#: src/utilities/fieldRequirements.js:26 +#: src/utilities/fieldRequirements.js:25 msgid "Please choose your preferred language" msgstr "Please choose your preferred language" @@ -3870,7 +3905,7 @@ msgstr "Please contact <0>TBS Cyber Security for help." #~ msgid "Please direct all updates to TBS Cyber Security." #~ msgstr "Please direct all updates to TBS Cyber Security." -#: src/utilities/fieldRequirements.js:24 +#: src/utilities/fieldRequirements.js:23 msgid "Please enter your current password." msgstr "Please enter your current password." @@ -3921,6 +3956,10 @@ msgstr "Positive" #~ msgid "Positive Tags" #~ msgstr "Positive Tags" +#: src/guidance/WebPqcResults.js:48 +msgid "Post-Quantum Key Exchange" +msgstr "Post-Quantum Key Exchange" + #: src/new-guidance/NewEmailGuidance.js:281 #~ msgid "pPolicy:" #~ msgstr "pPolicy:" @@ -3964,7 +4003,7 @@ msgstr "Privacy Act." msgid "Privacy Notice Statement" msgstr "Privacy Notice Statement" -#: src/guidance/WebGuidance.js:113 +#: src/guidance/WebGuidance.js:114 msgid "Private IP" msgstr "Private IP" @@ -4057,7 +4096,7 @@ msgstr "Read guidance" msgid "Read Guidance" msgstr "Read Guidance" -#: src/admin/AdminDomains.js:521 +#: src/admin/AdminDomains.js:499 #: src/admin/AuditLogTable.js:134 msgid "Reason" msgstr "Reason" @@ -4098,7 +4137,7 @@ msgstr "Register" msgid "Reject all messages from non-mail domains." msgstr "Reject all messages from non-mail domains." -#: src/auth/SignInPage.js:135 +#: src/auth/SignInPage.js:133 msgid "Remember me" msgstr "Remember me" @@ -4106,7 +4145,7 @@ msgstr "Remember me" msgid "Remove" msgstr "Remove" -#: src/admin/AdminDomains.js:501 +#: src/admin/AdminDomains.js:479 msgid "Remove Domain" msgstr "Remove Domain" @@ -4173,9 +4212,9 @@ msgid "Requirements: <0>Web Sites and Services Management Configuration Requirem msgstr "Requirements: <0>Web Sites and Services Management Configuration Requirements" #: src/admin/AdminDomainCard.js:13 -#: src/admin/AdminDomainModal.js:332 -#: src/admin/AdminDomains.js:297 -#: src/admin/AdminDomains.js:575 +#: src/admin/AdminDomainModal.js:330 +#: src/admin/AdminDomains.js:294 +#: src/admin/AdminDomains.js:553 #: src/domains/DomainCard.js:117 #: src/domains/FilterList.js:26 #: src/organizationDetails/OrganizationDomains.js:131 @@ -4280,7 +4319,7 @@ msgstr "Scan Domain" msgid "Scan of domain successfully requested" msgstr "Scan of domain successfully requested" -#: src/admin/AdminDomains.js:188 +#: src/admin/AdminDomains.js:185 #: src/domains/DomainCard.js:164 #: src/domains/DomainsPage.js:144 #: src/guidance/GuidancePage.js:341 @@ -4305,7 +4344,7 @@ msgstr "Scan Request" msgid "Scope:" msgstr "Scope:" -#: src/admin/AdminDomains.js:419 +#: src/admin/AdminDomains.js:397 msgid "Search by Domain URL" msgstr "Search by Domain URL" @@ -4321,8 +4360,8 @@ msgstr "Search DKIM Failing Items" msgid "Search DMARC Failing Items" msgstr "Search DMARC Failing Items" -#: src/dmarc/DmarcByDomainPage.js:201 -#: src/dmarc/DmarcByDomainPage.js:257 +#: src/dmarc/DmarcByDomainPage.js:199 +#: src/dmarc/DmarcByDomainPage.js:255 #: src/domains/DomainsPage.js:341 #: src/organizationDetails/OrganizationDomains.js:300 msgid "Search for a domain" @@ -4356,7 +4395,7 @@ msgstr "Search for an organization" msgid "Search for domains here." msgstr "Search for domains here." -#: src/admin/AdminPage.js:131 +#: src/admin/AdminPage.js:129 msgid "Search for your organization to request an invite" msgstr "Search for your organization to request an invite" @@ -4368,11 +4407,11 @@ msgstr "Search Fully Aligned Items" msgid "Search SPF Failing Items" msgstr "Search SPF Failing Items" -#: src/components/ReactTableGlobalFilter.js:37 +#: src/components/ReactTableGlobalFilter.js:35 msgid "Search:" msgstr "Search:" -#: src/admin/AdminDomains.js:408 +#: src/admin/AdminDomains.js:386 #: src/admin/UserList.js:148 #: src/components/SearchBox.js:46 msgid "Search: " @@ -4390,7 +4429,7 @@ msgstr "See headers" #~ msgid "Select a reason for adding this outside domain" #~ msgstr "Select a reason for adding this outside domain" -#: src/admin/AdminDomains.js:532 +#: src/admin/AdminDomains.js:510 msgid "Select a reason for removing this domain" msgstr "Select a reason for removing this domain" @@ -4398,7 +4437,7 @@ msgstr "Select a reason for removing this domain" #~ msgid "Select a state that best describes the asset in realtion to your organization." #~ msgstr "Select a state that best describes the asset in realtion to your organization." -#: src/admin/AdminDomainModal.js:305 +#: src/admin/AdminDomainModal.js:303 msgid "Select a state that best describes the asset in relation to your organization." msgstr "Select a state that best describes the asset in relation to your organization." @@ -4410,12 +4449,12 @@ msgstr "Select All" msgid "Select all {domainCount} domains" msgstr "Select all {domainCount} domains" -#: src/admin/AdminPage.js:94 -#: src/admin/AdminPage.js:111 +#: src/admin/AdminPage.js:92 +#: src/admin/AdminPage.js:109 msgid "Select an organization" msgstr "Select an organization" -#: src/admin/AdminPage.js:192 +#: src/admin/AdminPage.js:190 msgid "Select an organization to view admin options" msgstr "Select an organization to view admin options" @@ -4441,11 +4480,11 @@ msgstr "Select severity" msgid "Select the data period to view." msgstr "Select the data period to view." -#: src/utilities/fieldRequirements.js:79 +#: src/utilities/fieldRequirements.js:78 msgid "Selector cannot be empty" msgstr "Selector cannot be empty" -#: src/utilities/fieldRequirements.js:83 +#: src/utilities/fieldRequirements.js:81 msgid "Selector must be either a string containing alphanumeric characters and periods, starting and ending with only alphanumeric characters, or an asterisk" msgstr "Selector must be either a string containing alphanumeric characters and periods, starting and ending with only alphanumeric characters, or an asterisk" @@ -4487,11 +4526,11 @@ msgstr "Services: {domainCount}" msgid "Severity" msgstr "Severity" -#: src/components/TrackerTable.js:295 +#: src/components/TrackerTable.js:293 msgid "Show {pageSize}" msgstr "Show {pageSize}" -#: src/admin/AdminDomains.js:337 +#: src/admin/AdminDomains.js:318 msgid "Show Domain List" msgstr "Show Domain List" @@ -4500,7 +4539,7 @@ msgstr "Show Domain List" msgid "Show password" msgstr "Show password" -#: src/admin/AdminDomains.js:337 +#: src/admin/AdminDomains.js:318 msgid "Show Update List" msgstr "Show Update List" @@ -4509,7 +4548,7 @@ msgstr "Show Update List" #~ msgid "Showing data for period:" #~ msgstr "Showing data for period:" -#: src/dmarc/DmarcByDomainPage.js:231 +#: src/dmarc/DmarcByDomainPage.js:229 #: src/dmarc/DmarcReportPage.js:671 msgid "Showing data for period: " msgstr "Showing data for period: " @@ -4662,7 +4701,7 @@ msgstr "Shows the percentage of domains which have HTTPS configured and upgrade #~ msgid "Shows the percentage of domains which have HTTPS configured and upgrade HTTP connections to HTTPS (ITPIN 6.1.1)" #~ msgstr "Shows the percentage of domains which have HTTPS configured and upgrade HTTP connections to HTTPS (ITPIN 6.1.1)" -#: src/dmarc/DmarcByDomainPage.js:317 +#: src/dmarc/DmarcByDomainPage.js:315 msgid "Shows the percentage of emails from the domain that fail both SPF and DKIM requirements." msgstr "Shows the percentage of emails from the domain that fail both SPF and DKIM requirements." @@ -4670,7 +4709,7 @@ msgstr "Shows the percentage of emails from the domain that fail both SPF and DK #~ msgid "Shows the percentage of emails from the domain that fail both SPF and DKIM requirments." #~ msgstr "Shows the percentage of emails from the domain that fail both SPF and DKIM requirments." -#: src/dmarc/DmarcByDomainPage.js:313 +#: src/dmarc/DmarcByDomainPage.js:311 msgid "Shows the percentage of emails from the domain that fail DKIM requirements, but pass SPF requirements." msgstr "Shows the percentage of emails from the domain that fail DKIM requirements, but pass SPF requirements." @@ -4678,7 +4717,7 @@ msgstr "Shows the percentage of emails from the domain that fail DKIM requiremen #~ msgid "Shows the percentage of emails from the domain that fail DKIM requirments, but pass SPF requirments." #~ msgstr "Shows the percentage of emails from the domain that fail DKIM requirments, but pass SPF requirments." -#: src/dmarc/DmarcByDomainPage.js:309 +#: src/dmarc/DmarcByDomainPage.js:307 msgid "Shows the percentage of emails from the domain that fail SPF requirements, but pass DKIM requirements." msgstr "Shows the percentage of emails from the domain that fail SPF requirements, but pass DKIM requirements." @@ -4686,7 +4725,7 @@ msgstr "Shows the percentage of emails from the domain that fail SPF requirement #~ msgid "Shows the percentage of emails from the domain that fail SPF requirments, but pass DKIM requirments." #~ msgstr "Shows the percentage of emails from the domain that fail SPF requirments, but pass DKIM requirments." -#: src/dmarc/DmarcByDomainPage.js:305 +#: src/dmarc/DmarcByDomainPage.js:303 msgid "Shows the percentage of emails from the domain that have passed both SPF and DKIM requirements." msgstr "Shows the percentage of emails from the domain that have passed both SPF and DKIM requirements." @@ -4694,7 +4733,7 @@ msgstr "Shows the percentage of emails from the domain that have passed both SPF #~ msgid "Shows the percentage of emails from the domain that have passed both SPF and DKIM requirments." #~ msgstr "Shows the percentage of emails from the domain that have passed both SPF and DKIM requirments." -#: src/dmarc/DmarcByDomainPage.js:301 +#: src/dmarc/DmarcByDomainPage.js:299 msgid "Shows the total number of emails that have been sent by this domain during the selected time range." msgstr "Shows the total number of emails that have been sent by this domain during the selected time range." @@ -4705,7 +4744,7 @@ msgstr "Shows the total number of emails that have been sent by this domain duri #: src/app/FloatingMenu.js:198 #: src/app/TopBanner.js:106 #: src/app/TopBanner.js:138 -#: src/auth/SignInPage.js:147 +#: src/auth/SignInPage.js:145 msgid "Sign In" msgstr "Sign In" @@ -4713,8 +4752,8 @@ msgstr "Sign In" #~ msgid "Sign in with your username and password." #~ msgstr "Sign in with your username and password." -#: src/auth/SignInPage.js:59 -#: src/auth/TwoFactorAuthenticatePage.js:55 +#: src/auth/SignInPage.js:57 +#: src/auth/TwoFactorAuthenticatePage.js:53 msgid "Sign In." msgstr "Sign In." @@ -4804,7 +4843,7 @@ msgstr "SPF Status" msgid "SPF Summary" msgstr "SPF Summary" -#: src/admin/AdminDomains.js:190 +#: src/admin/AdminDomains.js:187 #: src/domains/DomainCard.js:194 #: src/domains/DomainsPage.js:145 #: src/domains/DomainsPage.js:322 @@ -4884,15 +4923,15 @@ msgstr "Status:" #~ msgid "Status/Tag" #~ msgstr "Status/Tag" -#: src/admin/AdminDomains.js:272 +#: src/admin/AdminDomains.js:269 msgid "Status/Tag/State" msgstr "Status/Tag/State" -#: src/guidance/CveIgnorer.js:117 +#: src/guidance/CveIgnorer.js:111 msgid "Stop Ignoring CVE" msgstr "Stop Ignoring CVE" -#: src/guidance/CveIgnorer.js:80 +#: src/guidance/CveIgnorer.js:76 msgid "Stopped ignoring CVE" msgstr "Stopped ignoring CVE" @@ -4917,7 +4956,7 @@ msgid "Subject:" msgstr "Subject:" #: src/auth/ForgotPasswordPage.js:84 -#: src/auth/TwoFactorAuthenticatePage.js:121 +#: src/auth/TwoFactorAuthenticatePage.js:119 msgid "Submit" msgstr "Submit" @@ -4927,7 +4966,7 @@ msgstr "Submit bug reports and feature requests through our <0>GitHub page." #. placeholder {0}: ignoreCve.result.domain #. placeholder {1}: ignoreCve.result.ignoredCves && JSON.stringify(ignoreCve.result.ignoredCves) -#: src/guidance/CveIgnorer.js:33 +#: src/guidance/CveIgnorer.js:30 msgid "Successfully ignored CVE for domain {0}. New ignored CVEs: \"{1}\"." msgstr "Successfully ignored CVE for domain {0}. New ignored CVEs: \"{1}\"." @@ -4938,7 +4977,7 @@ msgstr "Successfully removed user {0}." #. placeholder {0}: unignoreCve.result.domain #. placeholder {1}: unignoreCve.result.ignoredCves && JSON.stringify(unignoreCve.result.ignoredCves) -#: src/guidance/CveIgnorer.js:82 +#: src/guidance/CveIgnorer.js:77 msgid "Successfully stopped ignoring CVE for domain \"{0}\". New ignored CVEs: \"{1}\"." msgstr "Successfully stopped ignoring CVE for domain \"{0}\". New ignored CVEs: \"{1}\"." @@ -4958,7 +4997,7 @@ msgstr "Summary" #~ msgid "Summary Tier:" #~ msgstr "Summary Tier:" -#: src/admin/AdminPage.js:230 +#: src/admin/AdminPage.js:228 msgid "Super Admin Menu:" msgstr "Super Admin Menu:" @@ -4966,10 +5005,18 @@ msgstr "Super Admin Menu:" msgid "SUPER_ADMIN" msgstr "SUPER_ADMIN" +#: src/guidance/WebPqcResults.js:33 +msgid "Supported" +msgstr "Supported" + #: src/guidance/ScanDetails.js:114 #~ msgid "Supports ECDH Key Exchange:" #~ msgstr "Supports ECDH Key Exchange:" +#: src/guidance/WebPqcResults.js:66 +msgid "Supports post-quantum key exchange" +msgstr "Supports post-quantum key exchange" + #: src/app/TopBanner.js:64 msgid "Symbol of the Government of Canada" msgstr "Symbol of the Government of Canada" @@ -4978,7 +5025,7 @@ msgstr "Symbol of the Government of Canada" msgid "System-designated tags appear here." msgstr "System-designated tags appear here." -#: src/admin/AdminDomains.js:243 +#: src/admin/AdminDomains.js:240 #: src/admin/AuditLogTable.js:81 #: src/domains/DomainListFilters.js:106 msgid "Tag" @@ -5066,7 +5113,7 @@ msgstr "Tag used to show domains that have an rcode status of NXDOMAIN" #~ msgid "Tag used to show domains which may be from a wildcard subdomain (a wildcard resolver exists as a sibling)." #~ msgstr "Tag used to show domains which may be from a wildcard subdomain (a wildcard resolver exists as a sibling)." -#: src/admin/AdminPanel.js:34 +#: src/admin/AdminPanel.js:31 msgid "Tags" msgstr "Tags" @@ -5121,7 +5168,7 @@ msgstr "Terms of Use" msgid "TEST" msgstr "TEST" -#: src/admin/AdminDomains.js:556 +#: src/admin/AdminDomains.js:534 msgid "The \"Asset State\" describes how the domain relates to your organization. These states are used by Tracker to give you a more accurate summary of your attack surface." msgstr "The \"Asset State\" describes how the domain relates to your organization. These states are used by Tracker to give you a more accurate summary of your attack surface." @@ -5158,7 +5205,7 @@ msgstr "The DMARC enforcement action that the receiver took, either none, quaran #~ msgid "The DMARC Summaries data has not been updated since December 2024. We are working to refresh this information. Please note that any displayed data may not reflect current email security status." #~ msgstr "The DMARC Summaries data has not been updated since December 2024. We are working to refresh this information. Please note that any displayed data may not reflect current email security status." -#: src/dmarc/DmarcByDomainPage.js:298 +#: src/dmarc/DmarcByDomainPage.js:296 #: src/domains/DomainsPage.js:292 #: src/organizationDetails/OrganizationDomains.js:230 msgid "The domain address." @@ -5224,7 +5271,7 @@ msgstr "The results of DKIM verification of the message. Can be pass, fail, neut msgid "The results of DKIM verification of the message. Can be pass, fail, neutral, temp-error, or perm-error." msgstr "The results of DKIM verification of the message. Can be pass, fail, neutral, temp-error, or perm-error." -#: src/guidance/WebGuidance.js:204 +#: src/guidance/WebGuidance.js:205 msgid "The selected endpoint is a private IP address. Tracker does not perform scans on private IP addresses." msgstr "The selected endpoint is a private IP address. Tracker does not perform scans on private IP addresses." @@ -5273,7 +5320,7 @@ msgstr "These terms and conditions shall be governed by and interpreted under th msgid "This action CANNOT be reversed, are you sure you wish to to close the account {0}?" msgstr "This action CANNOT be reversed, are you sure you wish to to close the account {0}?" -#: src/user/UserPage.js:203 +#: src/user/UserPage.js:201 msgid "This action CANNOT be reversed, are you sure you wish to to close the account {displayName}?" msgstr "This action CANNOT be reversed, are you sure you wish to to close the account {displayName}?" @@ -5289,18 +5336,18 @@ msgstr "This could be due to improper configuration, or could be the result of a #~ msgid "this domain" #~ msgstr "this domain" -#: src/admin/AdminDomains.js:538 +#: src/admin/AdminDomains.js:516 #: src/admin/AuditLogTable.js:149 msgid "This domain does not belong to this organization" msgstr "This domain does not belong to this organization" -#: src/admin/AdminDomains.js:535 +#: src/admin/AdminDomains.js:513 #: src/admin/AuditLogTable.js:147 msgid "This domain no longer exists" msgstr "This domain no longer exists" -#: src/createOrganization/CreateOrganizationPage.js:25 -#: src/utilities/fieldRequirements.js:6 +#: src/createOrganization/CreateOrganizationPage.js:23 +#: src/utilities/fieldRequirements.js:5 msgid "This field cannot be empty" msgstr "This field cannot be empty" @@ -5338,7 +5385,7 @@ msgstr "This page displays your personal view of tracked domains. All domains ma #~ msgid "This page is dedicated to your personal view of tracker" #~ msgstr "This page is dedicated to your personal view of tracker" -#: src/guidance/WebGuidance.js:183 +#: src/guidance/WebGuidance.js:184 msgid "This service does <0>not host web content and is not subject to the Web Sites and Services Management Configuration Requirements." msgstr "This service does <0>not host web content and is not subject to the Web Sites and Services Management Configuration Requirements." @@ -5406,6 +5453,10 @@ msgstr "Time Generated (UTC)" #~ msgid "TLS" #~ msgstr "TLS" +#: src/guidance/WebPqcResults.js:73 +msgid "TLS 1.3 supported" +msgstr "TLS 1.3 supported" + #: src/guidance/WebTLSResults.js:195 msgid "TLS Results" msgstr "TLS Results" @@ -5452,8 +5503,8 @@ msgstr "To view detailed scan results and other functionality, <0>please affilia #~ msgid "Top 25 vulnerability detected in additional findings." #~ msgstr "Top 25 vulnerability detected in additional findings." -#: src/dmarc/DmarcByDomainPage.js:130 -#: src/dmarc/DmarcByDomainPage.js:300 +#: src/dmarc/DmarcByDomainPage.js:128 +#: src/dmarc/DmarcByDomainPage.js:298 #: src/dmarc/DmarcReportPage.js:191 #: src/dmarc/DmarcReportSummaryGraph.js:121 msgid "Total Messages" @@ -5473,7 +5524,7 @@ msgid "Track Digital Security" msgstr "Track Digital Security" #: src/admin/SuperAdminUserList.js:89 -#: src/user/UserPage.js:64 +#: src/user/UserPage.js:62 msgid "Tracker account has been successfully closed." msgstr "Tracker account has been successfully closed." @@ -5533,7 +5584,7 @@ msgstr "Tracker:" msgid "Trademarks Act" msgstr "Trademarks Act" -#: src/auth/TwoFactorAuthenticatePage.js:112 +#: src/auth/TwoFactorAuthenticatePage.js:110 msgid "Two Factor Authentication" msgstr "Two Factor Authentication" @@ -5546,7 +5597,7 @@ msgid "Unable to change user role, please try again." msgstr "Unable to change user role, please try again." #: src/admin/SuperAdminUserList.js:98 -#: src/user/UserPage.js:74 +#: src/user/UserPage.js:72 msgid "Unable to close the account." msgstr "Unable to close the account." @@ -5562,7 +5613,7 @@ msgstr "Unable to complete the tour." msgid "Unable to create account, please try again." msgstr "Unable to create account, please try again." -#: src/admin/AdminDomainModal.js:90 +#: src/admin/AdminDomainModal.js:88 msgid "Unable to create new domain." msgstr "Unable to create new domain." @@ -5571,7 +5622,7 @@ msgstr "Unable to create new domain." #~ msgid "Unable to create new global tag." #~ msgstr "Unable to create new global tag." -#: src/createOrganization/CreateOrganizationPage.js:58 +#: src/createOrganization/CreateOrganizationPage.js:56 msgid "Unable to create new organization." msgstr "Unable to create new organization." @@ -5587,7 +5638,7 @@ msgstr "Unable to create your account, please try again." msgid "Unable to dismiss the message." msgstr "Unable to dismiss the message." -#: src/guidance/CveIgnorer.js:44 +#: src/guidance/CveIgnorer.js:40 msgid "Unable to ignore CVE." msgstr "Unable to ignore CVE." @@ -5600,7 +5651,7 @@ msgstr "Unable to invite user." #~ msgid "Unable to leave organization." #~ msgstr "Unable to leave organization." -#: src/admin/AdminDomains.js:156 +#: src/admin/AdminDomains.js:153 msgid "Unable to remove domain." msgstr "Unable to remove domain." @@ -5641,18 +5692,18 @@ msgstr "Unable to send password reset link to email." #~ msgid "Unable to send verification email" #~ msgstr "Unable to send verification email" -#: src/auth/SignInPage.js:35 -#: src/auth/SignInPage.js:77 -#: src/auth/TwoFactorAuthenticatePage.js:30 -#: src/auth/TwoFactorAuthenticatePage.js:66 +#: src/auth/SignInPage.js:33 +#: src/auth/SignInPage.js:75 +#: src/auth/TwoFactorAuthenticatePage.js:28 +#: src/auth/TwoFactorAuthenticatePage.js:64 msgid "Unable to sign in to your account, please try again." msgstr "Unable to sign in to your account, please try again." -#: src/guidance/CveIgnorer.js:93 +#: src/guidance/CveIgnorer.js:87 msgid "Unable to stop ignoring CVE." msgstr "Unable to stop ignoring CVE." -#: src/admin/AdminDomainModal.js:136 +#: src/admin/AdminDomainModal.js:134 msgid "Unable to update domain." msgstr "Unable to update domain." @@ -5827,11 +5878,11 @@ msgid "User email" msgstr "User email" #: src/admin/SuperAdminUserList.js:419 -#: src/user/UserPage.js:211 +#: src/user/UserPage.js:209 msgid "User Email" msgstr "User Email" -#: src/utilities/fieldRequirements.js:15 +#: src/utilities/fieldRequirements.js:14 msgid "User email does not match" msgstr "User email does not match" @@ -5860,8 +5911,8 @@ msgstr "User-designated tags appear here." msgid "User: " msgstr "User: " -#: src/admin/AdminPage.js:239 -#: src/admin/AdminPanel.js:26 +#: src/admin/AdminPage.js:240 +#: src/admin/AdminPanel.js:25 #: src/organizationDetails/OrganizationDetails.js:152 msgid "Users" msgstr "Users" @@ -5870,22 +5921,22 @@ msgstr "Users" msgid "Users exercise due diligence in ensuring the accuracy of the materials reproduced;" msgstr "Users exercise due diligence in ensuring the accuracy of the materials reproduced;" -#: src/admin/AdminDomains.js:240 +#: src/admin/AdminDomains.js:237 #: src/domains/DomainListFilters.js:162 msgid "Value" msgstr "Value" -#: src/utilities/fieldRequirements.js:31 +#: src/utilities/fieldRequirements.js:30 msgid "Verification code must be exactly 6 digits long" msgstr "Verification code must be exactly 6 digits long" -#: src/utilities/fieldRequirements.js:30 +#: src/utilities/fieldRequirements.js:29 msgid "Verification code must only contains numbers" msgstr "Verification code must only contains numbers" #: src/admin/SuperAdminUserList.js:147 #: src/admin/SuperAdminUserList.js:308 -#: src/createOrganization/CreateOrganizationPage.js:148 +#: src/createOrganization/CreateOrganizationPage.js:146 #: src/organizations/Organizations.js:103 msgid "Verified" msgstr "Verified" @@ -6088,8 +6139,8 @@ msgstr "Welcome to your personal view of Tracker. Moderate the security posture #~ msgid "Welcome, you are successfully signed in to your new account!" #~ msgstr "Welcome, you are successfully signed in to your new account!" -#: src/auth/SignInPage.js:60 -#: src/auth/TwoFactorAuthenticatePage.js:56 +#: src/auth/SignInPage.js:58 +#: src/auth/TwoFactorAuthenticatePage.js:54 msgid "Welcome, you are successfully signed in!" msgstr "Welcome, you are successfully signed in!" @@ -6142,7 +6193,7 @@ msgstr "Wildcard" #~ msgid "WILDCARD" #~ msgstr "WILDCARD" -#: src/admin/AdminDomains.js:187 +#: src/admin/AdminDomains.js:184 #: src/domains/DomainCard.js:159 #: src/domains/DomainsPage.js:143 #: src/guidance/GuidancePage.js:347 @@ -6155,7 +6206,7 @@ msgstr "Wildcard Entry" msgid "WILDCARD ENTRY" msgstr "WILDCARD ENTRY" -#: src/admin/AdminDomains.js:186 +#: src/admin/AdminDomains.js:183 #: src/domains/DomainCard.js:159 #: src/guidance/GuidancePage.js:347 #: src/organizationDetails/OrganizationDomains.js:117 @@ -6186,6 +6237,8 @@ msgstr "Year to Date" #: src/guidance/WebConnectionResults.js:208 #: src/guidance/WebConnectionResults.js:220 #: src/guidance/WebConnectionResults.js:226 +#: src/guidance/WebPqcResults.js:68 +#: src/guidance/WebPqcResults.js:75 #: src/guidance/WebTLSResults.js:217 #: src/guidance/WebTLSResults.js:275 #: src/guidance/WebTLSResults.js:286 @@ -6241,7 +6294,7 @@ msgstr "You are currently visiting a staging environment, used for testing purpo #~ msgid "You can search for an organization here" #~ msgstr "You can search for an organization here" -#: src/admin/AdminPage.js:127 +#: src/admin/AdminPage.js:125 msgid "You currently have no admin affiliations." msgstr "You currently have no admin affiliations." diff --git a/frontend/src/locales/fr.js b/frontend/src/locales/fr.js index f2298de9c9..e3dcd9ff6f 100644 --- a/frontend/src/locales/fr.js +++ b/frontend/src/locales/fr.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"88VcNy\":\", et\",\"8f8G36\":\". Les renseignements personnels ne seront pas divulgués par le Secrétariat du Conseil du Trésor du Canada (SCT), sauf en conformité avec les dispositions du\",\"k3hMxi\":[[\"0\"],\" Constatations\"],\"fcDW3N\":[[\"0\"],\" a été ajouté à \",[\"orgSlug\"]],\"+/LlLE\":[[\"0\"],\" a été créée\"],\"hqkJ+Y\":[[\"buttonLabel\"]],\"8L6Wqc\":[[\"count\"],\" enregistrements...\"],\"rNCzjN\":[[\"domainSlug\"],\" ne supporte pas les données agrégées\"],\"tAmwlH\":[[\"editingDomainUrl\"],\" de \",[\"orgSlug\"],\" mis à jour avec succès à \",[\"0\"]],\"oVfkp4\":[[\"info\"]],\"w9dLMW\":[[\"label\"]],\"pDgeaz\":[[\"title\"]],\"bz6QLk\":[[\"title\"],\" - Suivi\"],\"mgBuqd\":[[\"totalRecords\"],\" total artículo(s)\"],\"dJeaFR\":\"<0><1>Conseil de recherche : Caractère générique <2>%<3>Utilisez <4>% pour élargir votre recherche:<5><6><7>Démarrez avec <8>% : Recherchez <9><10>%exemple.gc. ca pour trouver des sous-domaines comme <11>\\\"sub.exemple.gc.ca.\\\"<12><13>Finissez avec <14>% : Recherchez <15><16>exemple% pour trouver des domaines comme <17>\\\"exemple. gc.ca\\\" ou <18>\\\"exemple.canada.ca.\\\"<19><20>Utiliser les deux : Recherche <21><22>%exemple% pour trouver tout ce qui contient \\\"exemple\\\", comme<23>\\\" sub.exemple.gc.ca\\\" ou <24>\\\"exemple.canada.ca.\\\"<25>Cela vous aide à localiser rapidement les domaines et sous-domaines apparentés.\",\"nZNg+Z\":[\"<0>Numéro de téléphone actuel: \",[\"detailValue\"]],\"xXH1KX\":[\"<0>Erreur: \",[\"0\"]],\"H3qTOK\":\"<0>Suivre les indications de la section 2.4 de la <1>ITSP.40.065 v1.1.\",\"W3pON0\":[\"<0>Nom d'hôte: \",[\"hostname\"]],\"558DXR\":[\"<0>IPs: \",[\"0\"]],\"aV2ApN\":[\"<0>Dernière numérisation: \",[\"0\"]],\"73AuUj\":\"<0>Note : Les domaines situés en dehors du champ d'application du GC peuvent ne pas être analysés immédiatement.\",\"L4CLrh\":[\"<0>Préférence: \",[\"préférence\"]],\"mV129s\":\"<0>Conseil de recherche : Les caractères génériques <1>%<2>Utilisent <3>% pour élargir votre recherche:<4><5><6>Démarrez avec <7>% : Recherchez <8>%exemple.gc.ca pour trouver des sous-domaines comme \\\"sub.exemple.gc.ca.\\\"<9><10>Finissez avec <11>% : Recherchez <12>exemple% pour trouver des domaines comme \\\"exemple. gc.ca\\\" ou \\\"exemple.canada.ca\\\"<13><14>Utilisez les deux : Recherchez <15>%exemple% pour trouver tout ce qui contient \\\"exemple\\\", comme \\\"sub.exemple.gc.ca\\\" ou \\\"exemple.canada.ca\\\"<16>Cela vous aide à localiser rapidement les domaines et sous-domaines apparentés.\",\"/hJKLQ\":\"<0>Conseil de recherche : Les caractères génériques <1>%<2>Utilisent <3>% pour élargir votre recherche:<4><5><6>Démarrez avec <7>% : Recherchez <8><9>%exemple.gc.ca pour trouver des sous-domaines tels que <10>\\\"sub. exemple.gc.ca.\\\"<11><12>Finissez par <13>% : Recherchez <14><15>exemple% pour trouver des domaines comme <16>\\\"exemple. gc.ca\\\" ou <17>\\\"exemple.canada.ca.\\\"<18><19>Utiliser les deux : Recherche <20><21>%exemple% pour trouver tout ce qui contient \\\"exemple\\\", comme<22>\\\"sub. exemple.gc.ca\\\" ou <23>\\\"exemple.canada.ca.\\\"<24>Cela vous aide à localiser rapidement les domaines et sous-domaines apparentés.\",\"5HiUGT\":\"<0>Les données suivantes peuvent avoir été modifiées récemment. Nous avons apporté des améliorations à nos tableaux de données DMARC afin de fournir une vue plus précise des informations.\",\"3tIa5r\":\"<0>The following data may have recently changed.<1>We've made enhancements to our DMARC data tables to provide a more accurate view of the information.\",\"KGbrpr\":\"0. Non mis en œuvre\",\"mN9cQQ\":\"1. Évaluez\",\"nCBnae\":\"2. Déployer\",\"rt1uny\":\"2.1 Des cadres d’application Web robustes sont utilisés pour faciliter le développement d’applications Web sécurisées.\",\"17sOMU\":\"2.4 Les applications Web mettent en œuvre les mécanismes Content Security Policy et HSTS ainsi que l’en-tête de réponse X-Frame-Options.\",\"hWV77O\":\"3. Appliquer\",\"B1aKou\":\"3.1.2 utilisent un service d’atténuation des dénis de service;\",\"vJBq4l\":\"3.1.3 utilisent des réseaux de diffusion de contenu approuvés par le GC qui stockent temporairement les sites Web et protègent l’accès au serveur d’origine.\",\"Rc9loj\":\"4. Maintenir\",\"RAEZXU\":\"404 - Page non trouvée\",\"mfSz1c\":\"6.2.1 Les sites web et les services web nouvellement développés doivent adhérer à la présente NITP dès leur lancement.\",\"Coo//F\":\"6.2.2 Les sites web et les services web qui impliquent un échange d'informations personnelles ou d'autres informations sensibles doivent être prioritaires selon une approche basée sur les risques, et migrer dès que possible.\",\"jKOxg5\":\"6.2.3 Tous les sites web et services web restants doivent être accessibles par une connexion sécurisée, comme indiqué à la section 6.1, d'ici le 31 décembre 2019.\",\"vSfyst\":\"Une requête DNS pour ce service a donné lieu au code d'erreur suivant :\",\"mjiB16\":\"Un domaine ne peut être supprimé que pour l'une des raisons ci-dessous. Pour qu'un domaine n'existe plus, il doit être supprimé du DNS. Si vous devez supprimer ce domaine pour une autre raison, veuillez contacter TBS Cyber Security.\",\"sn+xD4\":\"Une politique DMARC minimale de \\\"p=none\\\" avec au moins une adresse définie comme destinataire des rapports agrégés.\",\"XMYjNb\":\"Une ventilation plus détaillée de chaque domaine peut être trouvée en cliquant sur son adresse dans la première colonne.\",\"CF1MT2\":\"Un courriel de vérification a été envoyé à votre nouvelle adresse électronique. Veuillez vérifier votre adresse électronique pour terminer le changement.\",\"iTsefJ\":\"Un lien de vérification a été envoyé à votre compte de messagerie.\",\"iLK7zA\":\"acceptable\",\"foJEMp\":\"Ciphers acceptés:\",\"L6iDE/\":\"Courbes acceptables:\",\"dBrtsA\":\"Accès à l'information\",\"eC9Syr\":\"Loi sur l'accès à l'information.\",\"AeXO77\":\"Compte\",\"QNH6mm\":\"Compte clôturé avec succès\",\"g9SlSM\":\"Compte créé\",\"Puv7+X\":\"Paramètres du compte\",\"M3+Ht7\":\"Acronyme\",\"7uyoVS\":\"Acronyme (EN)\",\"+fNR5y\":\"Acronyme (FR)\",\"DmJr2D\":\"Acronyme:\",\"QjxL33\":\"Les acronymes ne peuvent utiliser que des lettres majuscules et des caractères de soulignement.\",\"fXy7ep\":\"Les acronymes doivent comporter au maximum 50 caractères.\",\"bwRvnp\":\"Action\",\"CQseYZ\":\"Action :\",\"XJOV1Y\":\"Activité\",\"m16xKo\":\"Ajouter\",\"EdEpYN\":\"Ajouter un domaine\",\"1KgiU2\":\"Ajouter les détails du domaine\",\"Ls08BH\":\"Ajouter un utilisateur\",\"n8wO5p\":\"Additional findings\",\"FDHYoy\":\"Constatations supplémentaires\",\"iC21bg\":\"Additonal findings\",\"U3pytU\":\"Administrateur\",\"HumaRO\":\"ADMIN\",\"hOplmT\":\"Les comptes administrateurs doivent activer une option d'authentification multifactorielle.\",\"jeQKaI\":\"Les comptes administrateurs doivent activer une option d'authentification multifactorielle, <0>s'il vous plaît activer MFA.\",\"63M++q\":\"Les comptes administrateurs doivent activer une option d'authentification multifactorielle.\",\"PlskcA\":\"Portail Admin\",\"4IITK7\":\"Profil de l'administrateur\",\"8KcAKB\":\"Les administrateurs d'une organisation peuvent ajouter des domaines à leur liste.\",\"Gp/8p2\":\"Composants concernés :\",\"udrDjH\":\"Affiliations :\",\"wixIgH\":\"Vous avez déjà un compte ? <0>Connecter\",\"y+4+5H\":\"Se confirma que un activo pertenece a la organización.\",\"ekdL2B\":\"Activo propiedad de un tercero que sirve de apoyo al funcionamiento de los activos propiedad de la organización.\",\"M70Qdp\":\"Un activo que es relevante para la organización pero que no forma parte directamente de la superficie de ataque.\",\"ukGNrB\":\"Activo que se sospecha que pertenece a la organización pero que no se ha confirmado.\",\"mbICwp\":\"Un activo que requiere más investigación para determinar su relación con la organización.\",\"calYcx\":\"Un courriel a été envoyé avec un lien pour réinitialiser votre mot de passe\",\"wKA+uh\":\"Une erreur s'est produite.\",\"x1vklK\":\"Une erreur s'est produite lors de la récupération des informations sur cette organisation.\",\"1rTgms\":\"Une erreur s'est produite lorsque vous avez tenté de télécharger tous les statuts de domaine.\",\"5nMcRN\":\"Une erreur s'est produite lorsque vous avez tenté de vous déconnecter.\",\"c6evQz\":\"Une erreur s'est produite lors de la réalisation de la visite.\",\"YKuPEz\":\"Une erreur s'est produite lors de la fermeture du message.\",\"qmEo46\":\"Une erreur s'est produite lors de la recherche des informations relatives à cette organisation.\",\"BaiLgc\":\"Une erreur s'est produite lorsque vous avez tenté de télécharger tous les statuts de domaine.\",\"KWC0B6\":\"Une erreur s'est produite lorsque vous avez tenté de vous déconnecter\",\"1PLHH6\":\"Une erreur s'est produite lors de la mise en favori d'un domaine.\",\"nD7I1G\":\"Une erreur s'est produite lors de la suppression de cette organisation.\",\"Ov00/+\":\"Une erreur s'est produite lors de la demande d'un scan.\",\"uGmDm6\":\"Une erreur s'est produite lors de la demande de découverte du sous-domaine.\",\"Hk2vPu\":\"Une erreur s'est produite lors du dé-favorisage d'un domaine.\",\"agRbLJ\":\"Une erreur s'est produite lors de la mise à jour de cette organisation.\",\"6eGHIw\":\"Une erreur s'est produite lors de la mise à jour de votre nom d'affichage.\",\"6JUp9P\":\"Une erreur s'est produite lors de la mise à jour de votre adresse électronique.\",\"n8oNqd\":\"Une erreur s'est produite lors de la mise à jour de vos préférences de mise à jour du courrier électronique.\",\"VOYYu9\":\"Une erreur s'est produite lors de la mise à jour de vos préférences d'utilisateur interne.\",\"/zuxR8\":\"Une erreur s'est produite lors de la mise à jour de vos préférences d'initié.\",\"W6UJvS\":\"Une erreur s'est produite lors de la mise à jour de votre langue.\",\"toquX8\":\"Une erreur s'est produite lors de la mise à jour de votre mot de passe.\",\"wIRwdL\":\"Une erreur s'est produite lors de la mise à jour de votre numéro de téléphone.\",\"JivUrY\":\"Une erreur s'est produite lors de la mise à jour de votre méthode d'envoi de TFA.\",\"6vYqe7\":\"Une erreur s'est produite lors de la mise à jour de votre numéro de téléphone.\",\"XyOToQ\":\"Une erreur s'est produite.\",\"gaeuL7\":\"et par les lois, politiques, règlements et accords internationaux applicables.\",\"fVdoB0\":\"Il se peut aussi que votre domaine ne soit pas connecté à Internet.\",\"f2PSr/\":\"Toute donnée ou information divulguée au SCT sera utilisée d'une manière compatible avec notre\",\"eUEB+O\":\"Tous les produits ou services connexes qui vous sont fournis par le SCT sont et demeureront la propriété intellectuelle du gouvernement du Canada.\",\"rzfOxm\":\"les systèmes de gestion du portefeuille d’applications (GPA);\",\"DB8zMK\":\"Appliquer\",\"YKAZly\":\"Appliquer des filtres pour affiner la liste des organisations.\",\"DoISCz\":\"Appliquez des filtres pour affiner les résultats de votre recherche de domaine.\",\"7kb4LU\":\"Approuvé\",\"glqO38\":\"APPROUVÉE\",\"naCW6Z\":\"Avril\",\"wdX0nf\":\"Archiver ce domaine\",\"TdfEV7\":\"Archivé\",\"lIm/UW\":\"ARCHIVES\",\"31JzXu\":\"Êtes-vous sûr de vouloir ignorer ce CVE ?\",\"grCCVs\":[\"Êtes-vous sûr de vouloir supprimer définitivement l'organisation \\\"\",[\"0\"],\"\\\" ?\"],\"10F9jk\":\"Êtes-vous sûr de vouloir cesser d'ignorer ce CVE ?\",\"f6vLgq\":[\"Etes-vous sûr de vouloir quitter \",[\"0\"],\" ? Vous devrez être réinvité pour y accéder.\"],\"cXM0FN\":[\"Êtes-vous sûr de vouloir quitter \",[\"orgName\"],\"? Vous devrez être réinvité pour y accéder.\"],\"c6jf1X\":\"Évaluer l’état actuel.\",\"uoWvmY\":\"État des actifs\",\"H47YfF\":\"Estados del activo\",\"EPEFrH\":\"Journaux d'audit\",\"DBHTm/\":\"Août\",\"OX6vme\":\"Authentifier\",\"iH8pgl\":\"Retour\",\"lFe7w8\":\"Basé à:\",\"uFIrst\":\"Sur la base de l'évaluation, et en utilisant le <0>HTTPS Everywhere Guidance Wiki, les activités suivantes peuvent être requises :\",\"wasqgy\":\"Voici la façon dont les organisations gouvernementales peuvent tirer parti de la plateforme Suivi:\",\"cSCbv3\":\"BETA\",\"fGcebO\":\"Les champs vides ne seront pas pris en compte lors de la mise à jour de l'organisation.\",\"32TndD\":\"Bloqué\",\"GEi8if\":\"BLOQUÉ\",\"mWRYCe\":\"les unités fonctionnelles au sein de votre organisation.\",\"3mFtyj\":\"Bouton pour exporter les données\",\"4IL9k/\":\"En accédant, en naviguant ou en utilisant notre site web ou nos services, vous reconnaissez avoir lu, compris et accepté d'être lié par les présentes conditions générales, et de vous conformer à toutes les lois et réglementations applicables. Nous vous recommandons de consulter périodiquement les Conditions générales afin de comprendre les mises à jour ou les modifications qui pourraient vous concerner. Si vous n'acceptez pas les présentes conditions générales, veuillez vous abstenir d'utiliser notre site Web, nos produits et nos services.\",\"PTCq3h\":\"Par défaut, nos scanners vérifient les domaines se terminant par \\\".gc.ca\\\" et \\\".canada.ca\\\". Si votre domaine ne fait pas partie de cette liste, vous devez nous contacter pour nous en informer. Envoyez un courriel à l’<0>équipe responsable de la cybersécurité du SCT pour confirmer que vous êtes propriétaire de ce domaine.\",\"55d7P8\":\"Par défaut, nos analyseurs vérifient les domaines se terminant par « .gc.ca » et « .canada.ca ». Si votre domaine se termine autrement, vous devez communiquer avec nous pour nous en aviser. Envoyez un courriel à l’équipe responsable de la cybersécurité du SCT pour confirmer que ce domaine vous appartient. \",\"jfl0z1\":\"Les Canadiens comptent sur le gouvernement du Canada pour fournir des services numériques sécurisés. La Politique sur les services et le numérique guide les services en ligne du gouvernement pour qu'ils adoptent de bonnes pratiques de sécurité pour les pratiques décrites dans les services de <0>courriel et les services <1>Web. Suivez l'évolution de la sécurisation des sites gouvernementaux.\",\"gIYy/p\":\"Les Canadiens comptent sur le gouvernement du Canada pour fournir des services numériques sécurisés. La politique sur les services et le numérique guide les services en ligne du gouvernement pour qu'ils adoptent de bonnes pratiques de sécurité pour les services <0>email<1/> et <2>web<3/>. Suivez l'évolution de la sécurité des sites gouvernementaux.\",\"dEgA5A\":\"Annuler\",\"zQ1eT8\":\"Candidat\",\"+parT7\":\"CANDIDAT\",\"3GBKSU\":\"Vulnérabilité d'injection de CCS:\",\"50WXts\":\"Chaîne de certificats\",\"Vb4rKO\":\"Les informations sur la chaîne de certificats n'ont pas pu être trouvées pendant l'analyse.\",\"5cJXlQ\":\"Certificats\",\"gdAlBn\":\"Statut des certificats\",\"dW4BpU\":\"Voies de certification\",\"VhMDMg\":\"Changer le mot de passe\",\"I9vYw1\":\"Changement de la méthode d'envoi des TFA\",\"wNC2wS\":\"Changement du nom d'affichage de l'utilisateur\",\"jHXIf5\":\"Changement d'adresse électronique de l'utilisateur\",\"kPUQ8k\":\"Changement de la langue de l'utilisateur\",\"VvKBAO\":\"Modification du mot de passe de l'utilisateur\",\"UxDJQH\":\"Changement du numéro de téléphone de l'utilisateur\",\"+aMXQ9\":\"Changements requis pour la mise en conformité ITPIN\",\"dBUfST\":\"Changements requis pour la conformité aux exigences de configuration de la gestion des sites et services Web.\",\"3/SpMs\":\"Changements :\",\"5HVeI7\":\"Vérifiez si votre organisation figure déjà dans notre liste de surveillance. Si ce n'est pas le cas, vous pouvez créer un compte gratuit pour obtenir une vue d'ensemble de l'empreinte numérique de votre organisation et de ses vulnérabilités potentielles.\",\"IzDZMY\":\"Vérifiez si votre organisation est déjà incluse. Si ce n'est pas le cas, créez un compte gratuit pour obtenir une vue d'ensemble de l'empreinte numérique de votre organisation et de ses vulnérabilités potentielles.\",\"WTCGSJ\":\"Vérifiez le lien de vérification dans votre courriel de suivi associé.\",\"fUfx6w\":\"Choisissez la période de données à visualiser\",\"frNdL8\":\"Suites de chiffrement\",\"Wa8Jtm\":\"Ciphers\",\"54Ho/+\":\"État du chiffrement\",\"3wV73y\":\"Ville\",\"khZauI\":\"Ville (EN)\",\"okPezD\":\"Ville (FR)\",\"WiHo0m\":\"Ville:\",\"xCJdfg\":\"Dégager\",\"FWQGGb\":\"Cliquez sur une carte d'organisation pour obtenir plus de détails.\",\"iym5Fw\":\"Cliquez pour plus d'informations sur les statuts, les étiquettes et les filtres.\",\"R5H2sO\":\"Cliquez pour obtenir des conseils sur la façon de démarrer avec Tracker et les questions les plus fréquentes.\",\"FpNkVS\":\"Cliquez ici.\",\"7N0wyf\":\"Cliquez pour voir les résultats détaillés de l'examen et les conseils.\",\"yz7wBu\":\"Fermer\",\"000hAO\":\"Fermer le compte\",\"BoD3tx\":\"CNAME:\",\"HFKvys\":\"Le champ de code ne doit pas être vide\",\"tVQnPx\":\"Recueillir et analyser les rapports DMARC.\",\"Nx6F8k\":\"Comparaison\",\"yrwl2P\":\"Conforme\",\"aOtslO\":\"Les exigences de configuration pour les services de courrier électronique sont entièrement satisfaites\",\"yv9Qqg\":\"Les exigences de configuration des sites et services web sont entièrement satisfaites\",\"7VpPHA\":\"Confirmer\",\"NoKvKm\":\"Confirmer le nouveau mot de passe:\",\"oPfWwa\":\"Confirmez le mot de passe:\",\"K5zuKx\":\"Confirmer la suppression du domaine:\",\"vYbxvU\":\"Confirmer le retrait de l'utilisateur:\",\"rTypAX\":[\"Confirmer la découverte du sous-domaine pour <0>\",[\"domainUrl\"],\" :\"],\"ARoOjY\":\"Résultats de la connexion\",\"s2OLl5\":\"Envisagez de donner la priorité aux sites web et aux services web qui échangent des données protégées.\",\"jfC/xh\":\"Contact\",\"wS54JT\":\"Contacter l'équipe Suivi\",\"pOixTq\":\"contactez-nous\",\"YcfUZ9\":\"Nous contacter\",\"VoWGfx\":\"Réseau de diffusion de contenu\",\"xGVfLh\":\"Continuer\",\"SsaSBB\":\"Loi sur le droit d'auteur\",\"vKw6fr\":\"Corriger les erreurs de configuration et mettre à jour les enregistrements, au besoin.\",\"JNCzPW\":\"Pays\",\"IZzn9r\":\"Pays (EN)\",\"+hsKCh\":\"Pays (FR)\",\"zlarLk\":\"Pays:\",\"hYgDIe\":\"Créer\",\"zoW5Ry\":\"Créez un compte gratuit pour avoir une visibilité sur l'empreinte numérique de votre organisation et accéder à un inventaire dynamique de votre infrastructure web.\",\"IS0nrP\":\"Créer un compte\",\"CSQPC0\":\"Créer un compte\",\"KxDZTk\":\"Créez un compte en entrant un courriel et un mot de passe.\",\"XLHhMF\":\"Créer une organisation\",\"S5Tw3I\":\"Créer une organisation\",\"Bk55Ql\":\"Créez votre compte gratuit pour bénéficier d'une visibilité sur l'empreinte numérique de votre organisation. En vous inscrivant, vous aurez accès à un inventaire dynamique de l'infrastructure web dont vous avez la charge.\",\"J5nbej\":\"Critique\",\"VV3o1u\":\"Nom de l'affichage actuel:\",\"q4wj4m\":\"Courriel actuel:\",\"5wlQcx\":\"Mot de passe actuel:\",\"g8VBvx\":\"Numéro de téléphone actuel:\",\"epQGm8\":\"Courbes\",\"9YyxSf\":\"État des courbes\",\"RvmKvd\":\"CVE détecté\",\"LHZNPL\":\"CVE ignoré\",\"zqfZ6p\":\"Traitement des données\",\"L+PZ+0\":\"Sécurité et utilisation des données\",\"FeVxCP\":\"Données:\",\"Jpnyqo\":\"Protection DDOS\",\"r6zgGo\":\"Décembre\",\"LqhjxR\":\"Par défaut :\",\"cnGeoo\":\"Supprimer\",\"ccKIvE\":\"Unités opérationnelles départementales\",\"TvssMP\":\"Dépendance\",\"DkxcQS\":\"DÉPENDANCE\",\"Ssk04z\":\"Déployer les enregistrements DKIM et les clés pour tous les domaines et expéditeurs.\",\"YwtmGn\":\"Déployer les enregistrements DMARC initiaux en utilisant la stratégie Aucune (None)\",\"u8s7qA\":\"Déployer les enregistrements SPF pour tous les domaines.\",\"lvODH0\":\"Les détails d'une balise d'orientation donnée peuvent être trouvés sur le wiki, voir ci-dessous.\",\"ZZsoWV\":\"CVEs ignorés détectés :\",\"jzFjwP\":\"Élaborer un calendrier de mise en œuvre prioritaire pour chacun des sites Web et services Web concernés, en suivant l'approche de hiérarchisation recommandée dans l'ITPIN :\",\"qWSUkd\":\"Élaborer un calendrier de mesures prioritaires pour remédier à toute défaillance :\",\"PyoHuT\":\"Élaborer un calendrier de priorités pour corriger tout échec. Envisager de donner la priorité aux sites Web et aux services Web qui échangent des données protégées.\",\"ueN5Z9\":\"Découvrir les sous-domaines\",\"0gS7M5\":\"Nom d'affichage\",\"lfagLN\":\"Le nom d'affichage ne peut pas être vide\",\"a3qQlI\":\"Nom d'affichage:\",\"rtf8Jk\":\"Affiche le nom de l'organisation, son acronyme et une coche bleue s'il s'agit d'une organisation vérifiée.\",\"FNsxkO\":\"Disposition\",\"jR2PDt\":\"DKIM\",\"vusjc8\":\"DKIM Aligné\",\"kvOyWH\":\"Domaines DKIM\",\"LeSkbA\":\"Tableau des échecs DKIM\",\"7F5iqL\":\"Défaillances DKIM par adresse IP\",\"7oqddH\":\"L'enregistrement DKIM et les clés sont déployés et valides\",\"a3LGaf\":\"Un enregistrement DKIM n'a pas pu être trouvé pour ce sélecteur.\",\"seffNB\":\"Résultats DKIM\",\"XexWCK\":\"Sélecteur DKIM\",\"Rd14F9\":\"Sélecteurs DKIM\",\"hFV+eA\":\"Sélecteurs DKIM:\",\"zAFSAP\":\"Statut DKIM\",\"9YV7/B\":\"Résumé DKIM\",\"l+Rjrz\":\"DMARC\",\"fi2MMF\":\"Configuration de DMARC\",\"EwO/Xg\":\"Résumé de la configuration DMARC\",\"MxwkfL\":\"DMARC configuré\",\"+QdAPX\":\"Tableau des échecs de la DMARC\",\"SOhD3S\":\"Défaillances du DMARC par adresse IP\",\"wGNJxi\":[\"Phase de mise en œuvre de DMARC: \",[\"0\"]],\"oAvVQu\":\"Résumé de la phase DMARC\",\"SteJns\":\"Phases DMARC\",\"CyYEqC\":\"informations sur les phases du dmarc\",\"wteWMo\":\"Politique DMARC de mise en quarantaine ou de rejet, et rejet de tous les messages provenant d'un domaine autre que la messagerie.\",\"xd+Iol\":\"L'enregistrement DMARC n'a pas pu être trouvé pendant le scan.\",\"0ck4OJ\":\"Rapport DMARC \",\"sQZ2ad\":[\"Rapport DMARC pour \",[\"domainSlug\"]],\"l0i4m5\":\"Statut DMARC\",\"qu2yay\":\"Résumés DMARC\",\"hh5GE5\":\"Résumé DMARC\",\"SXQFr8\":\"Hôte DNS\",\"bNrEjL\":\"Résumé des résultats du DNS\",\"3cDG+4\":\"Scan DNS terminé\",\"DnRpiw\":[\"Le scan DNS du domaine \\\"\",[\"0\"],\"\\\" est terminé.\"],\"DeM2Qm\":\"N'EST PAS ÉGAL\",\"EoKe5U\":\"Domaine\",\"C8GAau\":\"Domaine ajouté\",\"BHQT34\":\"Compte de domaine\",\"jO7FAA\":\"Domaine du message de bannière du protocole de transfert de courrier simple (PTCS).\",\"2wQqqA\":\"Liste des domaines\",\"3AwCWx\":\"Exigences de configuration pour la gestion des sites Web et des services\",\"gim/c7\":\"Domaine supprimé\",\"QHgSK6\":[\"Domaine supprimé de \",[\"orgSlug\"]],\"qHWo9D\":\"Domaine mis à jour\",\"0G4HMD\":\"URL du domaine\",\"FH1WRg\":\"Le champ de l'url du domaine ne doit pas être vide\",\"ppIqKI\":\"URL du domaine:\",\"3y56+l\":\"Domaine:\",\"AZ4xlc\":\"Domaines\",\"neUNON\":\"Les domaines ne peuvent être supprimés de votre liste que 1) s'ils n'existent plus, c'est-à-dire s'ils sont supprimés du DNS et renvoient un code d'erreur NXDOMAIN (le nom de domaine n'existe pas) ; ou 2) si vous avez constaté qu'ils n'appartiennent pas à votre organisation.\",\"1Pql1B\":[\"Les domaines trouvés grâce à cette méthode seront automatiquement ajoutés à <0>\",[\"orgSlug\"],\" et étiquetés comme \\\"NEW\\\". Souhaitez-vous poursuivre ?\"],\"EXxLID\":\"Informations sur les domaines\",\"Z5MoJq\":\"Domaines utilisés pour la validation SPF.\",\"352VU2\":\"Vous n'avez pas de compte ? <0>S'inscrire\",\"VbN7mk\":\"Ne plus montrer\",\"zdbnVZ\":\"Dploy DKIM records and keys for all domains and senders; and\",\"SLTmyE\":\"Each organization’s domain list should include every internet-facing service. It is the responsibility of org admins to manage the current list and identify new domains to add.\",\"CBGIpw\":\"La liste des domaines de chaque organisation doit inclure tous les services en contact avec l'internet. Il incombe aux administrateurs de l'organisation de gérer la liste actuelle et d'identifier les nouveaux domaines à ajouter.\",\"ePK91l\":\"Edit\",\"bJwXgF\":\"Modifier le nom d'affichage\",\"tz22Yj\":\"Modifier les détails d'un domaine\",\"Dtcb2V\":\"Modifier l'e-mail\",\"hywebu\":\"Modifier les préférences de mise à jour des courriels\",\"KzQFvE\":\"Organisation d'édition\",\"4sXWBq\":\"Modifier le numéro de téléphone\",\"GTOcxw\":\"Modifier l'utilisateur\",\"O3oNi5\":\"Courriel\",\"unEEog\":\"Le courriel ne peut être vide\",\"91L1jN\":\"Conseils par courriel\",\"XWh+dn\":\"Envoi d'une invitation par courriel\",\"g15Bdl\":\"Exigences en matière de configuration des services de gestion des courriels\",\"4yG1B4\":\"Résultats de l'analyse des courriels\",\"mZNZfW\":\"Sécurité du courrier électronique :\",\"wdhi5B\":\"Courriel envoyé\",\"9rPuYN\":\"Courriel envoyé avec succès\",\"XATwen\":\"Résumé de l'e-mail\",\"8N7TG7\":\"Préférences de mise à jour du courrier électronique :\",\"5Licch\":\"Mises à jour par courriel\",\"hQ/3Js\":\"Changement de statut des mises à jour par courrier électronique\",\"0/6vN/\":\"Courriel validé\",\"wwiTff\":\"Vérification de l'e-mail\",\"et4QWz\":\"Envoi d'un courriel de vérification\",\"TyhTvr\":\"d'hébergement d'emails\",\"GsdBTZ\":\"Email-hosting <0>domains\",\"8JFpmg\":\"Email-hosting domains\",\"9Qs99X\":\"Courrier électronique:\",\"QB3TTp\":\"Résumé du point d'aboutissement\",\"Q1NzNX\":\"Point d'aboutissement :\",\"0pGT5P\":\"Application de la loi\",\"7G1BWp\":\"Application de la loi:\",\"oLvnoi\":\"Engager les groupes de planification informatique des départements pour la mise en œuvre, le cas échéant.\",\"lYGfRP\":\"Anglais\",\"Y8UTny\":[\"Entrez \\\"\",[\"0\"],\"\\\" ci-dessous pour confirmer la suppression. Ce champ est sensible à la casse.\"],\"Pu8BV1\":[\"Entrez \\\"\",[\"userName\"],\"\\\" ci-dessous pour confirmer la suppression. Ce champ est sensible à la casse.\"],\"2soHLb\":\"Entrez et confirmez votre nouveau mot de passe ci-dessous:\",\"rrCIMz\":\"Entrez et confirmez votre nouveau mot de passe.\",\"cuUdWK\":\"Entrez le code à deux facteurs\",\"WXPj0U\":\"Saisissez l'adresse électronique vérifiée de votre compte d'utilisateur et nous vous enverrons un lien pour réinitialiser votre mot de passe.\",\"+8SoXm\":\"Entrust\",\"XXzR4R\":\"ENTRUST\",\"l3hXVY\":\"Certificat Entrust\",\"Lw2FI5\":\"Certificat Entrust détecté\",\"k/mqZ/\":\"Les certificats Entrust émis après le 31 octobre 2024 <0>ne seront pas fiables dans Chrome 127 et les versions ultérieures. Une action immédiate est nécessaire pour maintenir l'accès des utilisateurs. L'absence d'action peut entraîner des avertissements de sécurité ou des problèmes d'accès pour les utilisateurs de Chrome.\",\"t4GRCY\":\"Enveloppe De\",\"LTDS5W\":\"ÉGAUX\",\"ZO8g8+\":[\"Erreur lors de la récupération des données DMARC pour \",[\"domainSlug\"],\". Cela peut être dû à des privilèges d'utilisateur insuffisants ou au fait que le domaine n'existe pas dans le système. Vous pouvez demander l'accès à une organisation ci-dessous pour voir les résultats du domaine.\"],\"VYExE3\":\"Éventuellement\",\"wq/Xor\":\"Expiré :\",\"GS+Mus\":\"Exporter\",\"bVNe1p\":\"Exporter la liste des RUA\",\"ZXDD4J\":\"Exporter les AMOPS 25 principales\",\"NQ3JAW\":\"Exportation vers CSV\",\"5KfWxA\":\"Identificación externa\",\"yER83x\":\"Identificación externa :\",\"qcloGZ\":\"Échec\",\"qcC3DF\":\"Échec DKIM\",\"qKqAq9\":\"Échec DKIM %\",\"inkk73\":\"Échec du SPF\",\"HODgS5\":\"Échec du SPF %\",\"t0BTTM\":\"Blocs de domaines de faux e-mails (rejet + quarantaine) :\",\"/lDBHm\":\"FAQ\",\"xL5AL7\":\"Domaine favori\",\"ttK7h0\":\"Aperçu des fonctionnalités\",\"4lgLew\":\"Février\",\"G5EePN\":\"Filtrer la liste aux ressources affiliées uniquement.\",\"QDcb9e\":\"Filtrer la liste aux seules organisations vérifiées.\",\"qwyL58\":\"Filter Tags\",\"voZfWN\":\"Filtrer les données à afficher\",\"Mxt7mO\":\"Filtrez la liste des domaines ici.\",\"hRVbYp\":\"Filtrer la liste pour n'afficher que les organisations vérifiées.\",\"Z5XwFs\":\"Filtrez la liste pour afficher vos organisations affiliées.\",\"03Qqf9\":\"Filtré\",\"cSev+j\":\"Filtres\",\"WXDrr0\":\"Filtres :\",\"GzoOWw\":\"Trouvez des domaines qui pourraient appartenir à votre organisation.\",\"JmZ/+d\":\"Terminer\",\"H8u4Wv\":[\"Première vue : \",[\"0\"]],\"uEr/Ui\":\"Pour toute question ou préoccupation relative à l'ITPIN et aux orientations de mise en œuvre connexes, contactez l’équipe responsable de la cybersécurité du SCT (<0>zzTBSCybers@tbs-sct.gc.ca).\",\"+Z1yq3\":\"Si vous avez des questions ou des préoccupations, n’hésitez pas à communiquer avec l’équipe responsable de la cybersécurité du SCT.\",\"6Unnqy\":\"Si vous avez des questions ou des préoccupations, n’hésitez pas à communiquer avec l’<0>équipe responsable de la cybersécurité du SCT.\",\"Sq7GOU\":\"Pour plus de détails concernant les termes relatifs à la vie privée, veuillez vous référer à\",\"6jjgW/\":\"Pour des conseils approfondis sur la mise en œuvre:\",\"a9Xxn4\":\"Pour les administrateurs d'organisations qui souhaitent recevoir des mises à jour par courrier électronique sur les nouvelles activités de leur organisation.\",\"+z4EEh\":\"Pour les administrateurs d'organisations qui souhaitent recevoir des mises à jour mensuelles par courrier électronique sur la progression de leur organisation vers une conformité à 100 %.\",\"hyILlb\":\"Pour toute question ou problème lié aux données d'analyse, à la liste de domaines de votre organisation ou à l'intégration des utilisateurs, veuillez contacter l’équipe responsable de la cybersécurité du SCT.\",\"4qLtTO\":\"Pour des conseils de mise en œuvre technique:\",\"dVV0L/\":\"For users interested in using new features that are still in\\nprogress.\",\"W1KJcv\":\"Pour les utilisateurs intéressés par l'utilisation de nouvelles fonctionnalités qui sont encore en cours de développement.\",\"dn8X5t\":\"Mot de passe oublié\",\"glx6on\":\"Oublié votre mot de passe?\",\"X006Na\":\"Cadres\",\"nLC6tu\":\"Français\",\"F7G/TS\":\"Foire aux questions\",\"DikQdw\":\"Échec total %\",\"pzcsih\":\"Passage complet %\",\"1dLt++\":\"Entièrement aligné par adresse IP\",\"oz9YjX\":\"Tableau entièrement aligné\",\"aJY8u2\":\"Vous trouverez de plus amples informations sur chaque organisation en cliquant sur sa ligne.\",\"cQmN7c\":\"Grand public\",\"dCJyrP\":\"Ouverture d'un compte :\",\"GFvoBM\":\"Obtenir les statuts des domaines\",\"4GLxhy\":\"Pour commencer\",\"tybWAN\":\"Premiers pas dans l'utilisation de Suivi\",\"ceLB/n\":\"Obtenir un rapport sur les 25 principales\",\"xziKPE\":\"Glossaire\",\"Ehtihc\":\"Aller à la page\",\"LL8dy7\":\"Bon nom d'hôte\",\"Ufe/7B\":\"Employés du gouvernement du Canada\",\"U9CvYr\":\"Direction du graphique :\",\"swZFfT\":\"Orientation\",\"JHOuex\":\"Résultats de l'orientation\",\"bbHaMF\":\"Étiquettes d'orientation\",\"Ukc1yU\":\"Orientation:\",\"NVn6vQ\":\"Algorithme de hachage :\",\"PYfxDh\":\"En-tête De\",\"H9Ol7O\":\"Vulnérabilité Heartbleed:\",\"kahVms\":\"Vulnérabilité Heartbleed\",\"RBg26R\":\"Aidez-nous à rendre les sites Web du gouvernement plus sûrs. Veuillez suivre les étapes suivantes pour vous conformer aux normes de sécurité Web du gouvernement du Canada. Si vous avez des questions sur ce processus, veuillez <0>nous contacter.\",\"Jr0rwn\":\"Voici les informations pour chaque domaine\",\"YbQJ2+\":\"Voici les informations pour chaque organisation\",\"DppQ8V\":\"Vous pouvez filtrer la liste des organisations\",\"mAXsCG\":\"Vous pouvez filtrer la liste des organisations pour n'afficher que les organisations vérifiées.\",\"jqVo/k\":\"ici.\",\"D+zLDD\":\"Caché\",\"2Z1RFO\":\"CACHÉ\",\"bZ3IhR\":\"Cacher ce domaine\",\"Pw01g0\":\"Cacher le mot de passe\",\"yx/fMc\":\"Haut\",\"i0qMbr\":\"Accueil\",\"HiVi/n\":\"Vue horizontale\",\"JsY45j\":\"Hôte du DNS inversé de l'adresse IP source.\",\"75uUWt\":\"Correspondance des noms d'hôtes\",\"ehaiUS\":[\"Le nom d'hôte correspond : \",[\"0\"]],\"+4GO8z\":\"Nom d'hôte validé\",\"4ir5A+\":\"Comment puis-je modifier ma liste de domaines?\",\"hKR2a/\":\"HSTS\",\"7qFzBo\":\"Âge du HSTS:\",\"BOaYAR\":\"HSTS inclut les sous-domaines\",\"UtKWyZ\":\"HSTS Âge maximum\",\"ezD1fz\":\"HSTS analysé\",\"xkwolO\":\"HSTS préchargé\",\"Lf8wF8\":\"Statut HSTS\",\"dQV58K\":\"Statut HSTS:\",\"RqvBOI\":\"Chaîne HTTP (80)\",\"ZFVl25\":\"HTTP Live\",\"rXebJx\":\"Mises à jour HTTP\",\"j0D7p6\":\"HTTPS\",\"lP4+ZT\":\"Chaîne HTTPS (443)\",\"R07tP/\":\"Résumé de la configuration https\",\"Yi9o52\":\"Résumé de la configuration HTTPS\",\"Sk332e\":\"HTTPS configuré\",\"OhbQFG\":\"Déclassements HTTPS\",\"BHlrFe\":\"HTTPS est configuré et les connexions HTTP sont redirigées vers HTTPS.\",\"KF9O08\":\"HTTPS est configuré et les connexions HTTP sont redirigées vers HTTPS (ITPIN 6.1.1)\",\"s+pYrS\":\"HTTPS est configuré, les redirections HTTP et HSTS sont activés.\",\"c8I7gl\":\"HTTPS Live\",\"al/31v\":\"Scan HTTPS terminé\",\"AFbHRs\":[\"L'analyse HTTPS du domaine \\\"\",[\"0\"],\"\\\" est terminée.\"],\"oh2hLk\":\"Statut HTTPS\",\"X73iqs\":\"https://https-everywhere.canada.ca/en/help/\",\"ll8NVS\":\"J'accepte toutes les <0>Conditions générales, la politique de confidentialité et les directives du code de conduite<1/>.\",\"pUhoRG\":\"Déterminer tous les expéditeurs autorisés.\",\"0WMN3T\":\"Déterminer tous les domaines et sous-domaines utilisés pour envoyer des courriels.\",\"ovla9z\":\"Identifiez les utilisateurs affiliés à Suivi au sein de votre organisation et élaborez un plan avec eux.\",\"wTlLIv\":\"Identifier les ressources clés nécessaires pour agir comme point(s) de contact central(aux) avec le SCT et la communauté de pratique HTTPS.\",\"fq+T8t\":\"Déterminer les ressources nécessaires qui agiront en tant que point de contact central auprès du Secrétariat du Conseil du Trésor du Canada (SCT). Communiquer la liste de personnes-ressources à l’<0>équipe responsable de la cybersécurité du SCT et la mettre à jour, au besoin.\",\"ymOoBe\":\"Identifier les problèmes de sécurité les plus courants de votre organisation.\",\"4i/UAp\":\"Si un domaine n'est plus utilisé mais existe toujours dans le DNS, il reste vulnérable aux attaques par usurpation d'adresse électronique, c'est-à-dire qu'un pirate peut envoyer un courrier électronique semblant provenir de votre domaine.\",\"g/qqOA\":\"Si, à tout moment, vous ou vos représentants souhaitez ajuster ou annuler ces services, veuillez\",\"j0SHnn\":\"Si, à tout moment, vous ou vos représentants souhaitez adapter ou annuler ces services, veuillez nous contacter à l'adresse suivante\",\"d8JA3o\":\"Si disponible, veuillez utiliser un dispositif géré fourni par votre organisation.\",\"u3o90+\":\"Si vous êtes administrateur, vous pouvez trouver votre organisation ici.\",\"X+yIKo\":\"Si vous pensez que cela peut être le résultat d'un problème avec l'analyse, réanalysez le service en utilisant le bouton d'actualisation. Si vous pensez que c'est parce que le service n'existe plus (NXDOMAIN), ce domaine doit être supprimé de toutes les organisations affiliées.\",\"IQEaPl\":\"Si vous pensez que cela a été causé par un problème avec Tracker, veuillez <0>Reporter un problème <1/>.\",\"q5ks8/\":\"Si vous pensez que cela est dû à un problème avec Suivi, veuillez utiliser le lien \\\"Signaler un problème\\\" ci-dessous\",\"eScaIn\":\"Si votre organisation n'a pas d'utilisateurs affiliés à Suivi, contactez l’<0>équipe responsable de la cybersécurité du SCT pour vous aider à l'intégrer.\",\"BhWGln\":\"Ignorer le CVE\",\"KpVz6S\":\"Ignorer la RUA\",\"2F6pZb\":\"CVE ignorés :\",\"Ujzz/n\":\"Immédiatement\",\"N4OVNn\":\"Mise en œuvre\",\"jn4EwX\":\"Directives de mise en œuvre – protection du domaine de courrier (ITSP.40.065 v1.1) – Centre canadien pour la cybersécurité\",\"r1HCNk\":\"Mise en œuvre:\",\"g87ZuN\":\"Mise en œuvre : <0>Conseils sur la configuration sécurisée des protocoles réseau (ITSP.40.062)\",\"oDR4Mm\":\"Mise en œuvre : <0>Conseils de mise en œuvre : protection du domaine de messagerie (ITSP.40.065 v1.1)\",\"40X6c9\":\"Mis en œuvre\",\"PLrg5f\":\"Avis important :\",\"YCjF3f\":\"Renforcement de la cybersécurité au gouvernement du Canada AMOPS\",\"NoNwIX\":\"Inactif\",\"PHUxmV\":\"INACTIF\",\"EdSZUD\":\"Inclure les domaines cachés dans les résumés.\",\"hHx0AA\":\"Incorrect authenticate.result typename.\",\"BUh3Tg\":\"Incorrect closeAccount.result typename.\",\"FWWAwd\":\"Incorrect createDomain.result typename.\",\"XhgUvQ\":\"createOrganization.result incorrecte typename.\",\"6zmakZ\":\"Méthode de renvoi incorrecte reçue.\",\"Xu9QQn\":\"Type de message dismissMessage.result incorrect.\",\"kN4/F8\":\"Incorrect ignoreCve.result typename.\",\"Ke8Vim\":\"Incorrect inviteUserToOrg.result typename.\",\"ZP7hCB\":\"Incorrect leaveOrganization.result typename.\",\"MYBysd\":\"Incorrect removeDomain.result typename.\",\"gAKYP2\":\"Incorrect removeOrganization.result typename.\",\"xeLcbB\":\"Incorrect resetPassword.result typename.\",\"aGSlPO\":\"Méthode d'envoi incorrecte reçue.\",\"gFyUhQ\":\"Incorrect setPhoneNumber.result typename.\",\"q1YQ+0\":\"Nom d'utilisateur incorrect signIn.result.\",\"Duv7Ot\":\"Incorrect signUp.result typename.\",\"6IPebo\":\"Incorrect typename received.\",\"ZKCI79\":\"Incorrect unignoreCve.result typename.\",\"YGftDL\":\"Méthode de mise à jour incorrecte reçue.\",\"G0SLvB\":\"Incorrect updateDomain.result typename.\",\"W/x/AD\":\"Incorrect updateOrganization.result typename.\",\"ukdVDC\":\"Incorrect updateUserPassword.result typename.\",\"9TWZWG\":\"Incorrect updateUserProfile.result typename.\",\"wmUNv4\":\"Incorrect updateUserRole.result typename.\",\"39K4x6\":\"Une erreur s'est produite lors de la vérification de votre numéro de téléphone.\",\"gbL10J\":\"Les personnes d'un groupe ministériel de technologie de l'information peuvent communiquer avec la boîte aux lettres de la cybersécurité du SCT pour obtenir des interprétations de cette NIPTI.\",\"/IykwZ\":\"Les personnes d'un groupe ministériel de technologie de l'information peuvent communiquer avec la boîte aux lettres de la cybersécurité du SCT pour l'interprétation de l'ITPIN et la gestion du domaine. gestion du domaine.\",\"GGB2ZL\":\"Les personnes d'un groupe ministériel de technologie de l'information peuvent communiquer avec la boîte aux lettres de la cybersécurité du SCT pour l'interprétation des résultats et la gestion des domaines.\",\"wVH9HL\":\"Les personnes ayant des questions sur l'exactitude des données de conformité de leur domaine peuvent contacter la boîte aux lettres de la cybersécurité du SCT.\",\"CE+M2e\":\"Info\",\"DwLcnR\":\"L'information contenue dans ce site, à l'exception des éléments de propriété intellectuelle protégés, comme les droits d'auteur et les marques de commerce, ainsi que les symboles et autres éléments graphiques du gouvernement du Canada, a été affichée afin qu'elle soit facilement accessible pour une utilisation personnelle ou publique non commerciale et peut être reproduite, en tout ou en partie et par quelque moyen que ce soit, sans frais ou autre permission du SCT. Nous ne demandons que cela:\",\"U6GeYF\":\"Les renseignements partagés avec le SCT ou acquis par l'entremise de systèmes hébergés par le SCT peuvent faire l'objet d'une divulgation publique en vertu de la Loi sur la protection des renseignements personnels.\",\"xazJTP\":\"Informatif\",\"3pLjKx\":\"Les balises informatives mettent en évidence des détails de configuration pertinents, mais ne sont pas traitées dans le cadre des exigences de la politique et n'ont aucun impact sur la notation.\",\"kLja4m\":\"Initiée par\",\"pRav8g\":\"Utilisateur interne\",\"QdZlQZ\":\"Changement du statut d'utilisateur interne\",\"s5LjY0\":\"Insider\",\"wmTxep\":\"Changement de statut d'initié\",\"eqDTe6\":\"Propriété intellectuelle, droits d'auteur et marques de commerce\",\"CFe4OH\":\"Tableau de bord du traqueur disponible en interne <0>Suivi.\",\"r5NCAo\":\"Domaines orientés vers l'Internet\",\"7l+d0v\":\"orientés vers l'Internet\",\"B2Tpo0\":\"Courriel non valide\",\"+vVk23\":\"Invitation demandée\",\"SQKPvQ\":\"Inviter l'utilisateur\",\"6Js+tN\":\"Est aligné sur la norme DKIM. Peut être vrai ou faux.\",\"n1QfbY\":\"Est aligné sur le SPF. Peut être vrai ou faux.\",\"N2Buh0\":\"Votre organisation n'utilise pas encore Tracker ?\",\"tm1R+g\":\"Émetteur :\",\"Z4irAC\":\"Je ne comprends pas pourquoi un domaine a échoué.\",\"3FK+IH\":\"On recommande aux partenaires de Services partagés Canada (SPC) de communiquer avec leur gestionnaire de prestation de services de SPC pour discuter des plans d’action et des étapes requises afin de soumettre une demande de changement.\",\"JMpJJh\":\"Il est recommandé aux partenaires du SSC de contacter leur gestionnaire de prestation de services du SSC afin de discuter du plan d'action ministériel et des étapes nécessaires pour soumettre une demande de changement.\",\"5H6tYm\":\"Objets par page:\",\"xVgmpK\":\"ITPIN\",\"rzZiLI\":\"Conforme à l'ITPIN\",\"HVCvjT\":\"Statut de l'ITPIN\",\"rjyWPb\":\"Janvier\",\"u4ex5r\":\"Juillet\",\"zeEQd/\":\"Juin\",\"ZYKaAR\":\"Compétence\",\"GCA9px\":\"Longueur des clés :\",\"xx5Yij\":\"Type de clé :\",\"xQJU7t\":\"30-D-J\",\"ZSDQwQ\":\"La langue:\",\"wXa//T\":\"Les 30 derniers jours\",\"Odegd3\":\"Données des 30 derniers jours\",\"xs4EEn\":\"Les 365 derniers jours\",\"s6TVyN\":\"Données des 365 derniers jours\",\"LPfLcZ\":\"Dernière numérisation\",\"54GFcU\":[\"Dernière visite : \",[\"0\"]],\"Hyj6ug\":\"Dernière analyse :\",\"tD08mo\":\"Le certificat Leaf est EV\",\"pxzFy0\":\"Organisation des congés\",\"Dywww4\":\"Nous allons vous configurer pour que vous puissiez vérifier les informations de votre compte et commencer à utiliser Suivi.\",\"C+H7bp\":\"Limitation de la responsabilité\",\"heXTPL\":\"Liens à revoir :\",\"FS1/JD\":\"Liste des balises d'orientation\",\"PsiZ7B\":[\"Chargement \",[\"children\"],\"...\"],\"TZ4oql\":\"Chargement des données...\",\"z0t9bb\":\"Connexion\",\"T4zr9t\":\"Connectez-vous à votre compte\",\"Aos73a\":\"Les recherches :\",\"nTWWCZ\":\"Faible\",\"uYWUqA\":\"Courrier\",\"cCWFz3\":\"Serveurs de messagerie (MX)\",\"CK8HVk\":\"envoi de courrier\",\"eJpRJ5\":\"Gérer vos domaines :\",\"0QKs/A\":\"La gestion manuelle des sélecteurs DKIM est supprimée. Les sélecteurs DKIM seront automatiquement ajoutés lorsque vous définissez <0>rua=mailto:dmarc@cyber.gc.ca dans votre enregistrement DMARC. <1>En savoir plus.\",\"hg6l4j\":\"Mars\",\"vR6CAE\":\"Marquez les domaines comme « favoris » pour les enregistrer sur votre page « myTracker ».\",\"3JzsDb\":\"Mai\",\"agPptk\":\"Moyen\",\"zucql+\":\"Menu\",\"/f/Bqn\":\"Menu :\",\"ydzoW2\":\"Message rejeté avec succès\",\"Y7iXtq\":\"Surveillez l'évolution de la conformité de votre organisation en matière de sécurité au fil du temps.\",\"f5WBpa\":\"Surveiller les rapports DMARC et corriger les erreurs de configuration.\",\"ycdVfN\":\"Surveiller les rapports DMARC.\",\"WdFHIK\":\"Moniteur uniquement\",\"7XPQLc\":\"MONITOR_ONLY\",\"LEbOpR\":\"Plus de détails\",\"hYOnMZ\":\"Plus d'informations\",\"MKRejy\":\"Résultats négatifs les plus fréquents\",\"pN0A45\":\"Générateur de configuration SSL de Mozilla\",\"YClp7D\":\"Multifactor authentication (MFA) is active by deafult and used to verify account email\",\"p7hKtf\":\"L'authentification multifactorielle (MFA) est active par défaut et utilisée pour vérifier l'adresse électronique du compte.\",\"OvAZpb\":\"Agrafe obligatoire\",\"260VKn\":\"Mon domaine n'envoie pas d'e-mails, comment puis-je faire passer les contrôles de conformité DMARC, DKIM et SPF de mon domaine ?\",\"eIt31i\":\"My Tracker\",\"BsLrWR\":\"monSuivi\",\"6YtxFj\":\"Nom\",\"9gwS0g\":\"Nom (EN)\",\"ixqS6A\":\"Nom (FR)\",\"XJH9eU\":\"Serveurs de noms (NS)\",\"M8er/5\":\"Nom:\",\"X9enf0\":\"Noms :\",\"xYG/fs\":\"Négatif\",\"73BRT8\":\"Constatations négatives\",\"WnpHVH\":\"Étiquettes négatives\",\"cf4CMf\":\"Étiquettes neutres\",\"dMm3DP\":\"Les balises neutres mettent en évidence les détails pertinents de la configuration, mais ne sont pas traitées dans le cadre des exigences de la politique et n'ont aucun impact sur la notation.\",\"qqeAJM\":\"Jamais\",\"isRobC\":\"Nouveau\",\"p6NueD\":\"NOUVEAU\",\"mkzHvn\":\"Nouveau nom d'affichage:\",\"aVsoxF\":\"Nouvelle URL de domaine\",\"iuuxVT\":\"Nouvelle URL de domaine:\",\"jTxYiP\":\"Nouvelle adresse électronique:\",\"1hYDGD\":\"Nouveau mot de passe:\",\"A70KQ3\":\"Nouveau numéro de téléphone:\",\"C409S4\":\"Nouvelle valeur :\",\"hXzOVo\":\"Suivant\",\"1UzENP\":\"Non\",\"Z7TJ9F\":\"Aucun journal d'activité\",\"yEFb54\":\"Aucune autre conclusion n'est disponible pour l'instant.\",\"Di1mCj\":\"Aucun autre composant web n'a été trouvé\",\"THT43/\":\"Pas de RDC trouvé\",\"NqTDTp\":\"Pas de numéro de téléphone actuel\",\"mEE91r\":\"Aucune donnée pour le tableau des défaillances DKIM par adresse IP\",\"uR8YOg\":\"Pas de données pour le tableau des défaillances DMARC par adresse IP\",\"4W70YI\":\"Pas de données pour le graphique du rapport annuel de la DMARC\",\"f1qHvO\":\"Pas de données pour le tableau Entièrement aligné par adresse IP\",\"cTPxBU\":\"Aucune donnée pour le tableau des défaillances du SPF par adresse IP\",\"dihZwh\":\"Aucune donnée trouvée\",\"qhJ4/u\":\"Aucune donnée n'a été trouvée lors de la récupération de tous les statuts de domaine.\",\"37q/Bp\":\"Aucune donnée n'a été trouvée lors de l'extraction du rapport sur les 25 principales.\",\"B/YkqM\":\"Aucune donnée n'a été trouvée pour l'exportation.\",\"6C8Njf\":\"Aucune protection DDOS trouvée\",\"WkpvU+\":\"Aucun sélecteur DKIM n'est actuellement associé à ce domaine. Veuillez contacter un administrateur d'une organisation affiliée pour ajouter des sélecteurs.\",\"8DvZBT\":\"Aucune information sur la phase DMARC n'est disponible pour cette organisation.\",\"wdcWpS\":\"Aucun domaine\",\"WGQHXA\":\"Aucun cadre trouvé\",\"RSKNnk\":\"Aucun conseil trouvé pour cette catégorie\",\"MmdOIM\":\"Aucune balise d'orientation n'a été trouvée pour cette catégorie de balayage.\",\"BvGJMw\":\"Aucune information de configuration HTTPS disponible pour cette organisation.\",\"KSwvaC\":\"Aucun protocole faible connu n'a été utilisé.\",\"xecWVg\":\"Aucun enregistrement MX n'a été trouvé. Le domaine est-il parqué ?\",\"puEops\":\"Aucun résultat négatif à signaler.\",\"LArty2\":\"Aucune organisation\",\"LONBwM\":\"Aucun en-tête de réponse n'a été trouvé\",\"TdgpBL\":[\"Aucune donnée d'analyse disponible pour \",[\"0\"],\".\"],\"Zsc6Ob\":\"Aucune donnée d'analyse pour cette organisation.\",\"F/Nvz7\":\"Aucune donnée de balayage n'est actuellement disponible pour ce service. Vous pouvez demander un scan en utilisant le bouton d'actualisation, ou attendre jusqu'à 24 heures pour que les données soient actualisées.\",\"vnFpkN\":\"Aucune des 25 principales vulnérabilités détectées\",\"c9e7Yi\":\"Aucun utilisateur\",\"4/KnpK\":\"Pas d'utilisateurs\",\"40WmRH\":\"Aucune valeur n'a été fournie lors de la tentative de mise à jour des détails de l'organisation.\",\"A5Mtdq\":\"Non conforme\",\"EdQY6l\":\"Aucun\",\"NTIp6w\":\"Pas après :\",\"OJx3wK\":\"Non disponible\",\"tV8yXB\":\"Pas avant :\",\"shWT5t\":\"Non mis en œuvre\",\"gOCQT7\":\"Notez que les données de conformité ne sont pas automatiquement actualisées. La mise à jour des modifications apportées aux domaines peut prendre 24 heures.\",\"ycCSuD\":\"Avis important :\",\"tQZ59c\":\"Note : Cela pourrait affecter les résultats de plusieurs organisations\",\"3uUkSL\":[\"Note : Ceci affectera les résultats pour les organisations \",[\"orgCount\"],\".\"],\"yMA2Yn\":\"Avis d'accord\",\"zZcPP3\":\"Notification des changements\",\"t9QlBd\":\"Novembre\",\"v907KG\":\"NXDOMAIN\",\"GEA6eT\":\"Obtenir des certificats d’une source de certificats approuvée par le GC, comme l’indiquent les Recommandations pour les certificats de serveur TLS pour les services Web publics du GC.\",\"kQL5lw\":\"Obtenez des certificats auprès d'une source de certificats approuvée par le GC, comme indiqué dans les Recommandations relatives aux certificats de serveur TLS pour les services Web publics du GC.\",\"qlt5oi\":\"Obtenez les conseils de configuration pour les points d'extrémité appropriés (par exemple, serveur Web, appareils de réseau/sécurité, etc.) et mettez en œuvre les configurations recommandées pour prendre en charge HTTPS.\",\"PA0obv\":\"Obtenir une orientation en matière de configuration pour les points terminaux appropriés (p. ex., serveur Web, dispositifs de réseau ou de sécurité) et mettre en œuvre les configurations recommandées.\",\"dzQfDY\":\"Octobre\",\"K22iFr\":\"Ancienne valeur :\",\"Cs/dcD\":\"Une fois que l’équipe responsable de la cybersécurité du SCT a donné l'accès à votre département, celui-ci pourra inviter et gérer d'autres utilisateurs au sein de l'organisation et gérer la liste du domaine.\",\"vutdID\":\"Seul l’<0>équipe responsable de la cybersécurité du SCT peut supprimer des domaines de votre organisation. Les domaines ne peuvent être supprimés de votre liste que 1) s'ils n'existent plus, c'est-à-dire s'ils sont supprimés du DNS et renvoient un code d'erreur NX DOMAIN (le nom de domaine n'existe pas) ; ou 2) si vous avez constaté qu'ils n'appartiennent pas à votre organisation.\",\"1TNIig\":\"Ouvrir\",\"xOJtQy\":\"Ouvrir le glossaire.\",\"q70B2C\":\"Vous pouvez notamment communiquer avec l’<0>équipe responsable des services WebSSL de SPC ou utiliser <1>Let’sEncrypt. Pour en apprendre davantage, veuillez vous reporter aux <2>Recommandations pour les certificats de serveur TLS.\",\"ucgZ0o\":\"Organisation\",\"u6QSRe\":\"Organisation créée\",\"GVcaW6\":\"Détails de l'organisation\",\"aaxm+9\":\"Informations sur l'organisation\",\"Sxw8pN\":\"L'organisation est investie dans le domaine extérieur\",\"1jgj4t\":\"L'organisation est partie avec succès\",\"nfnm9D\":\"Nom de l'organisation\",\"JbWDNK\":\"Le nom de l'organisation ne correspond pas.\",\"KXqMY6\":\"Organisation non mise à jour\",\"rCBkQc\":\"L'organisation possède ce domaine, mais il est en dehors du champ d'application autorisé\",\"mSXwEy\":\"Organisation:\",\"6QJscv\":\"Organisation(s) :\",\"jiE6Vn\":\"Organisations\",\"/IX/7x\":\"Autres\",\"d1ZRyd\":\"nos conditions générales sur le site Web du SCT\",\"NDCfR1\":\"Extérieur\",\"Mw2muw\":\"EXTÉRIEUR\",\"V15bkS\":\"PROPRIÉTAIRE\",\"s1LzTw\":\"p:\",\"fpzyLj\":[\"Page \",[\"0\"],\" de \",[\"1\"]],\"wFwgKk\":\"Passez\",\"8ZsakT\":\"Mot de passe\",\"gYigjt\":\"Le mot de passe ne peut pas être vide\",\"Ii7fo2\":\"La confirmation du mot de passe ne peut pas être vide\",\"5DZIGC\":\"Le mot de passe doit comporter au moins 12 caractères\",\"fSy6T1\":\"Mot de passe mis à jour\",\"YUzq19\":\"Mot de passe:\",\"VTFUU5\":\"Les mots de passe doivent correspondre\",\"J26rGJ\":\"pct:\",\"NuhuBC\":\"EN ATTENTE\",\"/roQKz\":\"Pourcentage\",\"QXjlIE\":\"Pourcentages\",\"K6wJJD\":\"Effectuez une évaluation des domaines et sous-domaines pour déterminer l'état de la configuration. Les outils disponibles pour soutenir cette activité comprennent le <0>Tracker Dashboard, <1>SSL Labs, <2>Hardenize, <3>SSLShopper, etc.\",\"KzfAfq\":\"Réaliser un inventaire de tous les domaines et sous-domaines du ministère. Les sources d'information comprennent :\",\"Uj/wmw\":\"Dresser la liste de tous les domaines et sous-domaines organisationnels. Les sources d’information comprennent :\",\"4LPR0u\":\"Effectuez une autre évaluation des domaines et sous-domaines applicables pour confirmer que la configuration a été mise à jour et que HTTPS est appliqué conformément à l'ITPIN. Les résultats apparaîtront dans le tableau de bord du traqueur dans les 24 heures.\",\"OJgtsX\":\"abandonnées\",\"zmwvG2\":\"Téléphone\",\"335pVD\":\"Le champ du numéro de téléphone ne doit pas être vide\",\"sad1fX\":\"Le numéro de téléphone doit être un numéro de téléphone valide de 10 à 15 chiffres.\",\"yjBh/c\":\"Numéro de téléphone:\",\"BrSiMn\":\"Téléphone validé\",\"hxvVEx\":\"Veuillez prévoir jusqu'à 24 heures pour que les résumés reflètent les changements éventuels.\",\"PsuHqc\":\"Veuillez choisir votre langue préférée\",\"xKUVIV\":\"Veuillez communiquer avec l’<0>équipe responsable de la cybersécurité du SCT pour obtenir de l’aide.\",\"jmflcJ\":\"Veuillez envoyer toutes les mises à jour de domaine par courriel à l’équipe responsable de la cybersécurité du SCT.\",\"HrJpUC\":\"Veuillez entrer votre mot de passe actuel.\",\"ALkQnm\":\"Veuillez saisir votre code à usage unique pour continuer à Tracker.\",\"6BaJpc\":\"Veuillez entrer votre code à deux facteurs ci-dessous.\",\"IacaTh\":\"Veuillez suivre le lien afin de vérifier votre compte et commencer à utiliser Suivi.\",\"k9ZOYf\":\"Pointeur vers un enregistrement de clé publique DKIM dans le DNS.\",\"7Q24LN\":\"Politique\",\"qs+L7a\":\"Orientation politique :\",\"riJPMg\":\"Ports\",\"FHx6kz\":\"Positif\",\"gBRugH\":\"Étiquettes positives\",\"90sO0p\":\"pPolicy:\",\"wLe/r3\":\"Statut préchargé:\",\"1XDR/N\":\"Empêchez ce domaine d'être comptabilisé dans les résumés de votre organisation.\",\"IMs82o\":\"Empêchez ce domaine d'être scanné et d'être compté dans les résumés.\",\"Q93sDy\":\"Empêchez ce domaine d'être visible, d'être scanné et d'être compté dans les résumés.\",\"jKm4V2\":\"PREVIEW\",\"DHhJ7s\":\"Précédent\",\"rjGI/Q\":\"Confidentialité\",\"Pr5WdA\":\"Loi sur la protection de la vie privée.\",\"mKxwXh\":\"Déclaration de confidentialité\",\"pbPdf4\":\"IP privé\",\"POkOop\":\"Prod\",\"Iq9zAc\":\"PROD\",\"tPDyW4\":\"Rapport d'avancement\",\"BUCSNg\":\"Protéger les domaines qui n'envoient pas de courrier électronique - GOV.UK (www.gov.uk)\",\"hEksWI\":\"Protocoles\",\"cy0Haw\":\"Statut des protocoles\",\"jGIVqQ\":\"Provide an up-to-date list of all domain and sub-domains of publicly accessible websites and web services to TBS Cyber Security. The <0>TBS Cyber Security team is responsible for updating the domain and sub-domain lists within Tracker.\",\"B5BtCJ\":\"Fournir à l’équipe responsable de la cybersécurité du SCT une liste à jour de tous les domaines et sous-domaines des sites Web et des services Web accessibles au public. L’équipe responsable de la cybersécurité du SCT est responsable de la mise à jour des listes de domaines et de sous-domaines qui se trouvent dans Suivi.\",\"xiUzxy\":\"Fournir une liste actualisée de tous les domaines et sous-domaines des sites web et services web accessibles au public à l’<0>équipe responsable de la cybersécurité du SCT.\",\"pOticu\":\"Province\",\"Y6K2Dw\":\"Province (EN)\",\"t9ZrhE\":\"Province (FR)\",\"BAVbHj\":\"Province:\",\"yY3S0s\":\"Gamme :\",\"+HsJR5\":\"N'hésitez pas à nous contacter si vous avez des questions.\",\"a8OrDb\":\"N'hésitez pas à nous contacter si vous avez des questions.\",\"qLPAm4\":\"Conseils de lecture\",\"CuZuPi\":\"Conseils de lecture\",\"VJScHU\":\"Raison\",\"j/CAMu\":\"La chaîne reçue contient le certificat d'ancrage\",\"ppFM1R\":\"La chaîne reçue a un ordre valide\",\"XxlcGv\":\"Activité récente\",\"jdetKb\":\"Record :\",\"AWI4nU\":\"Références :\",\"TVVTQ1\":\"Actualiser les résultats de l'analyse du Web et du courrier électronique pour ce domaine.\",\"fgLNSM\":\"Registre\",\"EXR8N+\":\"Rejeter tous les messages provenant de domaines autres que les domaines de courrier.\",\"zjEFCa\":\"Rappelle-toi de moi\",\"t/YqKh\":\"Retirer\",\"P5Xdjh\":\"Supprimer un domaine\",\"nvGKa3\":\"Supprimer l'organisation\",\"4UWdNF\":\"Supprimer l'utilisateur\",\"MqpjCY\":\"Organisation supprimée\",\"VL3117\":\"Signaler un problème\",\"VADSKS\":\"Demander qu'un domaine soit scanné:\",\"nP3Esd\":\"Demandez une invitation si vous n'êtes pas affilié à votre organisation.\",\"EsdzMy\":\"Demande d'invitation\",\"E7Pj6b\":\"La requête a été envoyée avec succès pour obtenir les statuts de tous les domaines - cela peut prendre une minute.\",\"qFEQLW\":\"Demande envoyée avec succès pour obtenir le rapport sur le 25 principales.\",\"C8gr6l\":\"Numérisation demandée\",\"liwyXA\":\"Analyse du sous-domaine demandé\",\"fzpa2K\":\"Les demandes de mise à jour peuvent être envoyées directement à l’<0>équipe responsable de la cybersécurité du SCT.\",\"NJFQ66\":\"Exigences : <0>Configuration requise pour les services de gestion du courrier électronique\",\"3gHxPH\":\"Exigences : <0>Exigences de configuration de la gestion des sites et services web\",\"p0L7Lx\":\"Nécessité d'une enquête\",\"2llhSW\":\"DEMANDE_ENQUÊTE\",\"KbS2K9\":\"Réinitialiser le mot de passe\",\"nvAt0H\":\"Ressources\",\"hjwN/s\":\"Nom de la ressource\",\"esl+Tv\":\"Type de ressource\",\"fQ2Czb\":\"Ressource :\",\"Spo4mQ\":\"En-têtes de réponse\",\"4XPzVQ\":\"Résultat\",\"xZ3aeC\":\"Résultats des analyses des technologies du courrier électronique (DMARC, SPF, DKIM).\",\"SBQFyj\":\"Résultats des analyses des technologies du web (SSL, HTTPS).\",\"Uu6FGP\":\"Résultats pour les analyses des technologies web (TLS, HTTPS).\",\"8tQMD8\":\"Révoqué :\",\"xikL0C\":\"ROBOT Vulnérable\",\"GDvlUT\":\"Rôle\",\"jQ6I8X\":\"Rôle mis à jour\",\"KldMMb\":\"Fonction:\",\"WQczKl\":\"Effectuer la rotation des clés DKIM annuellement.\",\"wUmEND\":\"Liste des SAN :\",\"tfDRzk\":\"Sauvez\",\"utIq3s\":\"Sauvegarder la langue\",\"I+FvbD\":\"Scanner\",\"AwSb0L\":\"Domaine de balayage\",\"Dfvk20\":\"Scan du domaine demandé avec succès\",\"7xbo7G\":\"Scan en attente\",\"il0LMQ\":\"SCAN EN ATTENTE\",\"uCbwCe\":\"Demande de numérisation\",\"XGzDLr\":\"Recherche par URL de domaine\",\"w2G1Zk\":\"Recherche par initié par, nom de la ressource\",\"63Jze3\":\"Rechercher les éléments en échec de DKIM\",\"C3NSgp\":\"Recherche d'éléments défaillants DMARC\",\"mbx9gT\":\"Rechercher un domaine\",\"l0dxHS\":\"Recherche d'un domaine spécifique\",\"wQoQAW\":\"Recherche d'un domaine spécifique.\",\"Q8L0wp\":\"Recherche d'un utilisateur (email)\",\"3N0SXZ\":\"Recherche d'un utilisateur par courriel\",\"mLEknY\":\"Recherche d'une activité\",\"d3at0v\":\"Rechercher une organisation\",\"ouNOkn\":\"Recherchez des domaines ici.\",\"5VI7GD\":\"Recherchez votre organisation pour demander une invitation\",\"Pm0qcs\":\"Recherche d'éléments entièrement alignés\",\"66eIiQ\":\"Rechercher les éléments défaillants du SPF\",\"geJIwa\":\"Recherche:\",\"kfYXST\":\"Secteur:\",\"Ph14Wm\":\"Voir les en-têtes\",\"HskuH2\":\"Sélectionnez une raison pour l'ajout de ce domaine extérieur\",\"K/Yxpy\":\"Sélectionnez une raison pour la suppression de ce domaine\",\"aVO7ll\":\"Select a state that best describes the asset in realtion to your organization.\",\"ixSZnb\":\"Sélectionnez l'état qui décrit le mieux l'actif par rapport à votre organisation.\",\"qF8qD2\":\"Sélectionnez une organisation\",\"/QVRfw\":\"Sélectionnez une organisation pour voir les options d'administration\",\"oJgbw3\":\"Sélectionnez votre langue préférée\",\"sZzM+Y\":\"Sélectionnez la période de données à visualiser.\",\"rbNeSd\":\"Le sélecteur ne peut pas être vide\",\"0h78hd\":\"Le sélecteur doit être soit une chaîne contenant des caractères alphanumériques et des points, commençant et se terminant uniquement par des caractères alphanumériques, soit un astérisque\",\"VwOrlc\":\"Le sélecteur doit être une chaîne contenant des caractères alphanumériques et des points, commençant et se terminant uniquement par des caractères alphanumériques.\",\"aKfiHR\":\"Le sélecteur doit être une chaîne se terminant par '._domainkey'\",\"RCGMuM\":\"Auto-signé :\",\"hgvbYY\":\"Septembre\",\"Izhuvv\":\"En série :\",\"MILoeL\":\"Services\",\"c5Ppwu\":[\"Services: \",[\"domainCount\"]],\"B4V7Qh\":[\"Voir \",[\"pageSize\"]],\"7C+Jn5\":\"Afficher le mot de passe\",\"WD4aNC\":\"Affichage des données pour la période:\",\"OPnS0i\":\"Indique si tous les certificats du paquet fourni par le serveur ont été envoyés dans le bon ordre.\",\"1ufdsG\":\"Indique si le paquet de certificats fourni par le serveur comprend le certificat racine.\",\"HxAsl2\":\"Indique si le domaine dispose d'un certificat SSL valide.\",\"27ijLn\":\"Indique si le domaine est conforme à\",\"vz7HHR\":\"Shows if the domain is compliant with policy ITPIN2018-01.\",\"iu7S4K\":\"Indique si le domaine est conforme à la politique.\",\"L5/4N9\":\"Indique si le domaine répond aux exigences de DomainKeys Identified Mail (DKIM).\",\"2mcKzA\":\"Indique si le domaine répond aux exigences du HSTS.\",\"JOy8Oh\":\"Indique si le domaine répond aux exigences du protocole de transfert hypertexte sécurisé (HTTPS).\",\"xZUy4d\":\"Indique si le domaine répond aux exigences de Message Authentication, Reporting, and Conformance (DMARC).\",\"Qbk83b\":\"Indique si le domaine répond aux exigences du Sender Policy Framework (SPF).\",\"7vvXgg\":\"Indique si le domaine utilise des protocoles acceptables.\",\"xDJRQx\":\"Indique si le domaine utilise uniquement des ciphers forts ou acceptables.\",\"095VbS\":\"Indique si le domaine utilise uniquement des courbes fortes ou acceptables\",\"Xc87ZJ\":\"Indique si le nom d'hôte figurant sur le certificat du serveur correspond au nom d'hôte figurant dans la requête HTTP.\",\"896mJG\":\"Indique si l'en-tête HSTS (HTTP Strict Transport Security) est présent.\",\"jcK7OC\":\"Indique si l'en-tête HSTS inclut la directive includeSubdomains.\",\"1IaXb4\":\"Indique si l'en-tête HSTS inclut la directive preload.\",\"VGm6lt\":\"Indique si la connexion HTTP est active.\",\"+Mmt1p\":\"Indique si le point d'extrémité HTTP passe à la mise à niveau HTTPS immédiatement, éventuellement (après la première redirection) ou jamais.\",\"U3h1os\":\"Indique si la connexion HTTPS est active.\",\"P5BMwU\":\"Indique si le point de terminaison HTTPS passe en HTTP non sécurisé immédiatement, éventuellement ou jamais.\",\"J2Nw00\":\"Indique si le certificat feuille comprend l'extension \\\"OCSP Must-Staple\\\".\",\"yOVCqm\":\"Indique si le certificat de la feuille est un certificat de validation étendue.\",\"IN14eU\":\"Indique si la chaîne de certificats reçue contient Entrust en tant qu'autorité de certification.\",\"qCMzIK\":\"Indique si les certificats reçus sont exempts de l'utilisation de l'algorithme SHA-1 déprécié.\",\"BXBqe/\":\"Indique si les certificats reçus ne reposent pas sur un certificat racine Symantec douteux.\",\"YN6VNq\":\"Indique si le serveur s'est avéré vulnérable à la faille Heartbleed.\",\"/fp9I1\":\"Indique si le serveur a été jugé vulnérable à la vulnérabilité ROBOT.\",\"TIL5UY\":\"Indique la durée, en secondes, pendant laquelle l'en-tête HSTS est valide.\",\"zqNnfg\":\"Indique le nombre de domaines dont l'organisation a le contrôle.\",\"4ZjcOP\":\"Indique le pourcentage de domaines qui ont une configuration de politique DMARC valide.\",\"uJLdJu\":\"Indique le pourcentage de domaines qui ont configuré HTTPS et qui mettent à niveau les connexions HTTP vers HTTPS.\",\"WWBK6M\":\"Indique le pourcentage de domaines qui ont configuré HTTPS et qui mettent à niveau les connexions HTTP vers HTTPS (ITPIN 6.1.1).\",\"ekFL0C\":\"Indique le pourcentage de courriels provenant du domaine qui ne satisfont pas aux exigences SPF et DKIM.\",\"x0y7kr\":\"Indique le pourcentage d'e-mails du domaine qui ne répondent pas aux exigences SPF et DKIM.\",\"MJtPXf\":\"Indique le pourcentage de courriels provenant du domaine qui ne répondent pas aux exigences DKIM, mais qui répondent aux exigences SPF.\",\"U6kiMF\":\"Indique le pourcentage d'e-mails du domaine qui ne répondent pas aux exigences DKIM, mais qui répondent aux exigences SPF.\",\"iD8oTG\":\"Indique le pourcentage de courriels provenant du domaine qui ne répondent pas aux exigences SPF, mais qui répondent aux exigences DKIM.\",\"1rcNaU\":\"Indique le pourcentage d'e-mails du domaine qui ne répondent pas aux exigences SPF, mais qui répondent aux exigences DKIM.\",\"C3MpcC\":\"Indique le pourcentage de courriels provenant du domaine qui ont satisfait aux exigences SPF et DKIM.\",\"UwUGG3\":\"Indique le pourcentage d'e-mails du domaine qui ont passé les exigences SPF et DKIM.\",\"YJfHtC\":\"Indique le nombre total d'e-mails qui ont été envoyés par ce domaine pendant la période sélectionnée.\",\"3mQg15\":\"Siganture Hash :\",\"n1ekoW\":\"Se connecter\",\"aNLO4Q\":\"Connectez-vous avec votre nom d'utilisateur et votre mot de passe.\",\"AN/k7l\":\"Se connecter.\",\"bHYIks\":\"Déconnexion\",\"1Wag04\":\"Déconnexion.\",\"OQoPDj\":\"Signature Hash :\",\"6Uau97\":\"Sauter\",\"wELyS0\":\"Passer au contenu principal\",\"GJd/q+\":\"Slug:\",\"8BlqGC\":\"Trier par:\",\"9PFS1w\":\"Adresse IP source\",\"FCbYMr\":\"sp:\",\"q/FaqH\":\"SPF\",\"jCqx2O\":\"Alignement du SPF\",\"pfp1Ga\":\"Domaine SPF\",\"yRR0Sx\":\"Tableau des échecs du SPF\",\"MaIXUI\":\"Défaillances du SPF par adresse IP\",\"dz+RE3\":\"L'enregistrement SPF n'a pas pu être trouvé pendant l'analyse.\",\"LdiZzs\":\"L'enregistrement SPF est déployé et valide\",\"GnFC/X\":\"Résultats du SPF\",\"6F9Wq/\":\"Statut SPF\",\"pQzRja\":\"Résumé du SPF\",\"Gfjbxu\":\"AMOPS 25 principales\",\"DyPqf6\":\"AMOPS 25 principales vulnérabilités\",\"mEwAil\":\"La vulnérabilité AMOPS 25 principales a été détectée dans d'autres résultats.\",\"Ocwo6K\":\"spPolicy:\",\"/evUwI\":\"Analyse SSL terminée\",\"8zSOwK\":[\"Le scan SSL pour le domaine \\\"\",[\"0\"],\"\\\" est terminé.\"],\"I1Ym9H\":\"Statut SSL\",\"aKEHLj\":\"Dév\",\"TiKezy\":\"DÉV\",\"w78ini\":\"Début de la visite\",\"YljFZL\":[\"État : \",[\"lastPortState\"]],\"5p+7pq\":[\"État : \",[\"lastPortStateTranslated\"]],\"uAQUqI\":\"Status\",\"XepVWg\":\"Statut ou étiquette\",\"htTcVX\":\"Statut :\",\"Ag8url\":\"Statut/étiquette\",\"Kmrrnj\":\"Statut/étiquette/état\",\"xzLve4\":\"Cessez d'ignorer CVE\",\"1sDnhw\":\"Cesser d'ignorer CVE\",\"RqO0eR\":\"fort\",\"LLx/nr\":\"Strong\",\"6G+/gP\":\"Ciphers forts:\",\"WUnDrx\":\"Courbes fortes:\",\"6aXq+t\":\"Sujet :\",\"hQRttt\":\"Soumettre\",\"LAiDdu\":\"Soumettez des rapports de bogues et des demandes de fonctionnalités via notre page <0>GitHub.\",\"Ckhhs5\":[\"CVE ignoré avec succès pour le domaine \",[\"0\"],\". Nouvelles CVE ignorées : « \",[\"1\"],\" ».\"],\"yTFfbj\":[\"L'utilisateur \",[\"0\"],\" a été supprimé.\"],\"NP/GAG\":[\"Arrêt réussi de l'ignorance des CVE pour le domaine « \",[\"0\"],\" ». Nouvelles CVE ignorées : « \",[\"1\"],\" ».\"],\"iVKpqc\":\"Résumés\",\"dXoieq\":\"Résumé\",\"Smh7Oz\":\"Résumé de votre tracker\",\"JQ94qH\":\"Résumé Tier :\",\"CUKxPA\":\"Super Admin Menu :\",\"b71w0N\":\"SUPER_ADMIN\",\"UDGkR8\":\"Supporte l'échange de clés ECDH:\",\"eyFYak\":\"Symbole du gouvernement du Canada\",\"ewFhux\":\"Les étiquettes désignées par le système apparaissent ici.\",\"UL8A9w\":\"Tag\",\"BfdWP2\":\"Balise utilisée pour montrer que les domaines sont un environnement de production.\",\"B4BmDq\":\"Balise utilisée pour montrer les domaines comme un environnement d'essai.\",\"xRFr9n\":\"Balise utilisée pour montrer les domaines en tant qu'environnement de test.\",\"OZXjiQ\":\"Balise utilisée pour indiquer que les domaines sont cachés et n'affectent pas les notes de synthèse de l'organisation.\",\"c8kun5\":\"Étiquette utilisée pour indiquer que les domaines sont nouveaux dans le système.\",\"4jh+pb\":\"Balise utilisée pour afficher les domaines en tant qu'hébergement web.\",\"LXv/RF\":\"Balise utilisée pour montrer que les domaines ont un résolveur de caractères génériques comme frère ou sœur.\",\"XlkiPi\":\"Étiquette utilisée pour afficher les domaines résolus par une entrée générique.\",\"N0XARq\":\"Balise utilisée pour afficher les domaines qui ne sont pas actifs.\",\"RVv6yw\":\"Balise utilisée pour indiquer les domaines qui sont hors de la portée de l'organisation.\",\"Szz0uM\":\"Balise utilisée pour afficher les domaines susceptibles d'être bloqués par un pare-feu.\",\"YMUzka\":\"Balise utilisée pour afficher les domaines dont l'analyse web est en cours.\",\"t/03sK\":\"Balise utilisée pour afficher les domaines disposant d'un certificat Entrust.\",\"hLBR0V\":\"Balise utilisée pour afficher les domaines dont le code rcode est NXDOMAIN\",\"vUp/NJ\":\"Balise utilisée pour afficher les domaines qui peuvent provenir d'un sous-domaine générique (un résolveur générique existe en tant que frère ou sœur).\",\"qo39aD\":\"Le SCT s'engage à protéger toute information que vous lui communiquez d'une manière correspondant au niveau de protection que vous utilisez pour sécuriser cette information, mais en tout état de cause, avec au moins un niveau de soin raisonnable.\",\"hTntxi\":\"Gestion du portefeuille d'applications (APM) du SCT\",\"R44vel\":\"le SCT soit identifié comme la source; et\",\"mz/edJ\":\"TBS se réserve le droit de refuser le service, de rejeter votre demande de compte ou d'annuler un compte existant, pour quelque raison que ce soit, à sa seule discrétion.\",\"ICwOoM\":\"Conseils techniques de mise en œuvre :\",\"0NWXwv\":\"Terminaison\",\"7pe4vF\":\"Avis\",\"KWUgwY\":\"Termes et conditions\",\"mvP/25\":\"Termes et conditions\",\"PSGjEt\":\"Conditions d'utilisation\",\"NnH3pK\":\"Test\",\"uE46Ok\":\"TEST\",\"+GEvjd\":\"El «Estado del Activo» describe cómo el dominio se relaciona con su organización. Suivi utiliza estos estados para ofrecerle un resumen más preciso de su superficie de ataque.\",\"6YgixW\":\"Le guide « Getting Started » et la section FAQ vous aideront à comprendre les capacités et les limites de Suivi.\",\"Q5+2cS\":\"la plateforme <0>Tracker;\",\"F9YcwP\":\"Adresse/domaine utilisé(e) dans le champ \\\"From\\\".\",\"EcWi3L\":\"Les conseils, orientations ou services qui vous sont fournis par le SCT le seront “tels quels“, sans garantie ni déclaration d'aucune sorte, et le SCT ne pourra être tenu responsable de toute perte, responsabilité, dommage ou coût, y compris la perte de données ou les interruptions d'activité découlant de la fourniture de ces conseils, orientations ou services par Suivi. Par conséquent, TBS recommande aux utilisateurs d'exercer leur propre compétence et leur propre prudence en ce qui concerne l'utilisation des conseils, orientations et services fournis par Suivi.\",\"6Kaoan\":\"Les avis, conseils ou services qui vous sont fournis par TBS le sont “en l'état“, sans garantie ni déclaration d'aucune sorte, et TBS n'est pas responsable des pertes, responsabilités, dommages ou coûts, y compris les pertes de données ou les interruptions d'activité résultant de la fourniture de tels avis, conseils ou services par Tracker. Par conséquent, TBS recommande aux utilisateurs d'utiliser les conseils, les orientations et les services fournis par Tracker en faisant preuve de compétence et de prudence.\",\"z2nmCi\":\"L'état du bien montre la relation du domaine avec votre organisation. Seuls les biens approuvés sont pris en compte dans les résumés.\",\"9d7oM7\":\"La mesure d'application de DMARC prise par le destinataire, soit aucune, soit la mise en quarantaine, soit le rejet.\",\"LlIlYS\":\"Les données des sommaires DMARC n'ont pas été mises à jour depuis décembre 2024. Nous travaillons à actualiser ces informations. Veuillez noter que les données affichées pourraient ne pas refléter l'état actuel de la sécurité des courriels.\",\"Ty2jlx\":\"L'adresse du domaine.\",\"CSBbeH\":\"Les domaines utilisés pour la validation DKIM.\",\"uvf9fH\":\"Les chiffrements suivants proviennent de protocoles faibles connus et doivent être désactivés :\",\"XuXErF\":\"Les données suivantes peuvent avoir été modifiées récemment.\",\"QT0yfo\":\"La <0>Directive sur les services et le numérique du gouvernement du Canada (GC) définit les attentes quant à la façon dont les organisations du GC doivent gérer leurs services de la technologie de l’information (TI). L’objectif de l’outil Suivi est d’aider les organisations à demeurer conformes aux directives relatives aux <1>Exigences en matière de configuration pour les services de gestion des courriels et les directives ayant trait aux <2>Exigences de configuration de la gestion des sites Web et des services. \",\"ZUl91B\":\"Les graphiques affichés sur le site Web de Suivi ne peuvent pas être utilisés, en tout ou en partie, en relation avec une entreprise, des produits ou des services, ou autrement utilisés, d'une manière susceptible de faire croire que ce produit d'entreprise, ce service ou cette autre utilisation, a reçu l'approbation du gouvernement du Canada et ne peuvent pas être copiés, reproduits, imités ou utilisés, en tout ou en partie, sans l'autorisation écrite préalable de tbs.\",\"CaVt24\":\"L'adresse IP du serveur d'envoi.\",\"PVpIFF\":\"Le matériel disponible sur ce site web est soumis à l'approbation de la Commission européenne.\",\"QOSvBL\":\"Le message a été rejeté et ne sera plus affiché.\",\"7l5cgM\":\"La page que vous recherchez a été déplacée ou n'existe pas.\",\"KR16gJ\":\"Le pourcentage de services en contact avec l'internet qui ont une politique DMARC d'au moins p=”none”.\",\"9YLQbZ\":\"Le pourcentage de services d'hébergement web qui appliquent fortement le protocole HTTPS\",\"1m0V/v\":\"Le processus de détection des sélecteurs DKIM n'est pas immédiat. Il peut s'écouler plus de 24 heures avant que les sélecteurs n'apparaissent dans Tracker lorsque les conditions sont remplies.\",\"POOZo/\":\"La reproduction n'est pas présentée comme une version officielle des documents reproduits, ni comme ayant été faite en affiliation avec le SCT ou sous sa direction.\",\"oQLLFW\":\"Résultats de la vérification DKIM du message. Il peut s'agir d'un succès, d'un échec, d'un résultat neutre, d'un échec léger, d'une erreur temporaire ou d'une erreur permanente.\",\"5+SwWk\":\"Résultats de la vérification DKIM du message. Il peut s'agir d'un succès, d'un échec, d'un résultat neutre, d'une erreur temporaire ou d'une erreur permanente.\",\"Dlm5Ng\":\"Le point d'extrémité sélectionné est une adresse IP privée. Tracker n'effectue pas d'analyse sur les adresses IP privées.\",\"ragmrk\":\"The selected endpoint is a private IP address. Tracker scans are not performed on private IP addresses.\",\"gauQww\":\"Les cartes récapitulatives présentent deux mesures que Suivi analyse :\",\"Fk2Het\":\"Total des messages de cet expéditeur.\",\"PIz50E\":\"Le rôle de l'utilisateur a été mis à jour avec succès\",\"aaTkO5\":\"Il existe une interruption dans les données historiques de DMARC entre le 20 décembre 2024 et le 21 janvier 2025 en raison d'une perturbation de service. Cela n'affecte pas les rapports DMARC actuels, et toutes les données avant et après cette période demeurent complètes et exactes.\",\"Ae4wEL\":\"Ces résultats sont importés de l'outil <0>External Attack Surface Management <1/> de Microsoft. <2>Des mises à jour automatiques de ces résultats sont effectuées quotidiennement.\",\"MxCO+9\":\"Ces résultats sont importés de l'outil <0>External Attack Surface Management de Microsoft. Ces résultats sont mis à jour quotidiennement.\",\"IZMm9/\":\"These findings are imported from Microsoft's <0>External Attack Surface Management tool. Updates to these findings occur weekly.\",\"boOkah\":\"Ces paramètres constituent une première étape importante dans la sécurisation de vos services et doivent être considérés comme des exigences minimales. D'autres paramètres sont disponibles dans la liste des domaines de votre organisation.\",\"fNhmR5\":\"Les présentes conditions générales sont régies et interprétées en vertu des lois du Canada, sans égard aux règles de droit applicables. Les tribunaux du Canada auront la compétence exclusive sur toutes les questions relatives à ces conditions générales.\",\"9Ww6+i\":[\"Cette action ne peut être annulée, êtes-vous sûr de vouloir fermer le compte \",[\"0\"],\" ?\"],\"NuI3cI\":[\"Cette action ne peut être annulée, êtes-vous sûr de vouloir fermer le compte \",[\"displayName\"],\"?\"],\"SxG8Ml\":\"Ce composant n'est pas disponible actuellement. Essayez de recharger la page.\",\"CpttNW\":\"Cela peut être dû à une mauvaise configuration ou à une erreur d'analyse\",\"GaT4cj\":\"Ce domaine n'appartient pas à cette organisation\",\"DwKTpw\":\"Ce domaine n'existe plus\",\"5w3Nn0\":\"Ce champ ne peut pas être vide\",\"+AP3VC\":\"Ce filtre n'affichera que les domaines affiliés à votre compte.\",\"EsCdbQ\":\"Ce filtre n'affichera que les domaines affiliés à votre compte.\",\"EhOR/l\":\"Il s'agit d'un nouveau service, que nous améliorons constamment.\",\"Bsm5In\":\"Il s'agit du menu Super Admin. Vous pouvez passer d'une organisation à l'autre, d'un utilisateur à l'autre et d'un journal d'audit à l'autre.\",\"+whqyD\":\"Cette page affiche votre vue personnelle des domaines suivis. Tous les domaines marqués comme « favoris » seront affichés dans les métriques.\",\"/2o3LT\":\"Cette page est consacrée à tous les domaines\",\"qV7lDm\":\"Cette page est dédiée à votre avis personnel sur le tracker.\",\"CNdz/s\":\"Ce service n'est pas un service d'hébergement Web et ne nécessite pas la conformité aux exigences de configuration de la gestion des sites et services Web.\",\"mUVXtI\":\"Cet onglet affiche une liste de vos domaines favoris.\",\"n7dEaY\":\"Cet onglet affiche les résumés HTTPS et DMARC pour vos domaines favoris.\",\"v5Mk7I\":\"Cet utilisateur n'est pas affilié à une quelconque organisation\",\"+0Zdj1\":\"Tier 1\",\"ObaDfw\":\"Niveau 1 : Exigences minimales\",\"ZS/Q/Q\":\"Tier 2\",\"gh1arN\":\"Niveau 2 : Amélioration de la posture\",\"GKe3PA\":\"Tier 3\",\"hFNCBY\":\"Niveau 3 : Conformité\",\"5hV1no\":\"Temps généré\",\"O63ZFt\":\"Heure générée (UTC)\",\"8TMaZI\":\"Timestamp\",\"73fnil\":\"TLS\",\"+BDnX/\":\"Résultats TLS\",\"aqlA8/\":\"Scan TLS terminé\",\"tBPvVq\":[\"Le scan TLS pour le domaine \\\"\",[\"0\"],\"\\\" est terminé.\"],\"G+6xxh\":\"Résumé TLS\",\"EnEKSX\":\"Pour activer toutes les fonctionnalités de l'application et maximiser la sécurité de votre compte, <0>vous devez vérifier votre compte.\",\"2melB9\":\"Pour maximiser la sécurité de votre compte, <0>vous devez activer une option d'authentification multifactorielle.\",\"xCTSZd\":\"Pour recevoir les résultats de l'analyse DKIM et des conseils, vous devez ajouter les sélecteurs DKIM utilisés pour chaque domaine. Les administrateurs de l'organisation peuvent ajouter des sélecteurs dans le \\\"profil administrateur\\\" en cliquant sur le bouton d'édition du domaine pour lequel ils souhaitent ajouter le sélecteur. Les sélecteurs les plus courants sont “selector1“ et “selector2“.\",\"WXtLCg\":\"Pour consulter les résultats détaillés de l'analyse et d'autres fonctionnalités, <0>vous devez vous affilier à une organisation.\",\"HLAuGp\":\"Las 25 principales vulnerabilidades detectadas en hallazgos adicionales.\",\"5nzu5g\":\"Total des messages\",\"6KrWPx\":\"Total des conclusions négatives\",\"TxJV9g\":\"total des utilisateurs\",\"9H30Aw\":\"Suivre la sécurité numérique\",\"5krSpm\":\"Le compte du traqueur a été fermé avec succès.\",\"SFm6y5\":\"Tracker ajoute automatiquement des sélecteurs DKIM à l'aide des rapports DMARC. Les sélecteurs seront ajoutés à Tracker lorsque 1) le domaine possède un enregistrement DMARC RUA qui inclut \\\"mailto:dmarc@cyber.gc.ca\\\" ; et 2) le sélecteur a été utilisé pour signer un courriel et a passé la validation DKIM.\",\"IFIilA\":\"Tracker ajoute automatiquement des sélecteurs DKIM à l'aide des rapports DMARC. Les sélecteurs seront ajoutés à Tracker lorsque 1) le domaine possède un enregistrement DMARC RUA qui inclut \\\"mailto:dmarc@cyber.gc.ca\\\" ; et 2) le sélecteur a été utilisé pour signer un courriel et a passé la validation DKIM. Si le domaine ne remplit pas ces conditions, les sélecteurs ne seront pas ajoutés à Tracker.\",\"VNHeQl\":\"Tracker ajoute automatiquement des sélecteurs DKIM à l'aide des rapports DMARC. Les sélecteurs seront ajoutés à Tracker lorsque 1) le domaine possède un enregistrement DMARC RUA qui inclut « mailto:dmarc@cyber.gc.ca » ; et 2) le sélecteur a été utilisé pour signer un e-mail et a passé la validation DKIM. Si vos sélecteurs DKIM ou toute autre information DMARC sont manquants, veuillez envoyer un courriel à <0>TBS Cyber Security.\",\"qHxHKh\":\"Suivi n'ajoute pas automatiquement les sélecteurs, il est donc probable qu'ils ne soient pas encore dans le système. Vous trouverez plus d'informations à ce sujet dans la section Démarrage.\",\"3MAwaP\":\"Suivi n'ajoute pas automatiquement les sélecteurs, il est donc probable qu'ils ne soient pas encore dans le système. Pour plus d'informations, consultez la section Premiers pas avec Suivi - Gérer vos domaines.\",\"vqukNU\":\"GitHub du suivi\",\"NUVjEe\":\"Tracker HSTS and HTTPS results display incorrectly when a domain has a non-compliant WWW subdomain. Check your WWW subdomain if your results appear incorrect. For example, the results for www.canada.ca in the Tracker platform are included in the results for canada.ca Work is in progress to separate the results.\",\"LWf1bI\":\"Les résultats de suivi des domaines HSTS et HTTPS s’affichent incorrectement lorsqu’un domaine possède un sous-domaine WWW qui ne se conforme pas aux règles. Vérifiez votre sous-domaine WWW si vos résultats vous semblent incorrects. Par exemple, les résultats que l’on obtient pour le site www.canada.ca dans la plateforme de suivi sont inclus dans les résultats pour le site canada.ca. Les travaux sont en cours pour séparer les résultats.\",\"epNvcm\":\"Contour du logo Suivi\",\"EKZgHU\":\"Texte du logo du Suivi\",\"HeXVdU\":\"Tracker gère désormais automatiquement vos sélecteurs DKIM.\",\"FQvm8g\":\"Les résultats de Suivi sont actualisés toutes les 24 heures.\",\"+c+Oq3\":\"Suivi :\",\"PXenob\":\"Loi sur les marques de commerce\",\"tuvLv1\":\"Authentification à deux facteurs\",\"jyi0+B\":\"Authentification à deux facteurs:\",\"qPQsRe\":\"Impossible de modifier le rôle de l'utilisateur, veuillez réessayer.\",\"XPHfVu\":\"Impossible de fermer le compte.\",\"G3xh2U\":\"Impossible de fermer ce compte.\",\"x+B6Wu\":\"Impossible de terminer la visite.\",\"huGkDL\":\"Impossible de créer un compte, veuillez réessayer.\",\"ugcxQS\":\"Impossible de créer un nouveau domaine.\",\"oFBulp\":\"Impossible de créer une nouvelle organisation.\",\"wwrMwp\":\"Impossible de créer votre compte, veuillez réessayer\",\"Yq0/s5\":\"Impossible de rejeter le message.\",\"vh54wJ\":\"Impossible d'ignorer le CVE.\",\"KIdhao\":\"Impossible d'inviter un utilisateur.\",\"iDr9nO\":\"Impossible de quitter l'organisation.\",\"B6PmuN\":\"Impossible de supprimer le domaine.\",\"plLSRI\":\"Impossible de supprimer cette organisation.\",\"esmG4Z\":\"Impossible de supprimer l'utilisateur.\",\"Xd0BN3\":\"Impossible de demander une invitation, veuillez réessayer.\",\"o43htB\":\"Impossible de demander un balayage, veuillez réessayer.\",\"i3sz1c\":\"Impossible de réinitialiser votre mot de passe, veuillez réessayer.\",\"ruRXBx\":\"Impossible d'envoyer le lien de réinitialisation du mot de passe par courriel.\",\"a3nFku\":\"Impossible d'envoyer l'e-mail de vérification\",\"DPyDMe\":\"Impossible de vous connecter à votre compte, veuillez réessayer.\",\"5OS23v\":\"Impossible de cesser d'ignorer le CVE.\",\"9htWiS\":\"Impossible de mettre à jour le domaine.\",\"XXwrnb\":\"Impossible de mettre à jour le mot de passe\",\"bsG4jK\":\"Impossible de mettre à jour cette organisation.\",\"50pSij\":\"Impossible de mettre à jour votre nom d'affichage, veuillez réessayer.\",\"CyZIIr\":\"Impossible de mettre à jour votre statut de mise à jour par courriel, veuillez réessayer.\",\"ZqH09S\":\"Impossible de mettre à jour votre statut d'utilisateur interne, veuillez réessayer.\",\"ZRla/L\":\"Impossible de mettre à jour votre statut d'initié, veuillez réessayer.\",\"sH4D0z\":\"Impossible de mettre à jour votre langue préférée, veuillez réessayer.\",\"qC7903\":\"Impossible de mettre à jour votre méthode d'envoi TFA, veuillez réessayer.\",\"LsXP1P\":\"Impossible de mettre à jour votre nom d'utilisateur, veuillez réessayer.\",\"Hjf97f\":\"Impossible de mettre à jour le rôle de l'utilisateur.\",\"VQ8hjU\":\"Impossible de mettre à jour votre adresse électronique, veuillez réessayer.\",\"2vd3Ze\":\"Impossible de mettre à jour votre mot de passe, veuillez réessayer.\",\"rCv3IK\":\"Impossible de mettre à jour votre numéro de téléphone, veuillez réessayer.\",\"YWHtP/\":\"Impossible de vérifier votre numéro de téléphone, veuillez réessayer.\",\"NYFASA\":\"Non réclamé\",\"qxQ0TR\":\"Comprendre les métriques d'analyse :\",\"AAa65i\":\"CVE ignorés non détectés :\",\"tHjGBG\":\"Domaine non favorisé\",\"Ef7StM\":\"Inconnu\",\"SrVEBu\":\"Non balayé\",\"EkH9pt\":\"Mise à jour\",\"pC29zz\":\"Organisation mise à jour\",\"HBZslL\":\"Propriétés actualisées\",\"nifCy0\":\"Mettez la politique DMARC en quarantaine (augmentez progressivement l'application de 25% à 100%) ;\",\"8jghp3\":\"Faire passer la stratégie DMARC à Mettre en quarantaine (Quarantine) (l’appliquer progressivement pour passer de 25 % à 100 %).\",\"mSUSgK\":\"Mettre à niveau la politique DMARC pour qu'elle rejette (augmentation progressive de l'application de 25 % à 100 %)\",\"9/y0PW\":\"Faire passer la stratégie DMARC à Rejeter (Reject) (l’appliquer progressivement pour passer de 25 % à 100 %).\",\"PQs7eb\":\"URL :\",\"OV99YN\":\"Utilisez les filtres pour affiner votre recherche.\",\"XqZKdH\":\"L'utilisation de la propriété intellectuelle en violation du présent accord peut entraîner la résiliation de l'accès au site web, au produit ou aux services de Suivi.\",\"xJhu+/\":\"Utilisez ces filtres pour modifier les résultats de la liste des domaines.\",\"OH+rHg\":\"Utilisez ce champ de recherche pour trouver une organisation.\",\"MEFtR2\":\"Utiliser Tracker et <0>l’orientation du protocole de sécurité de la couche transport (TLS) ITSP.40.062 pour surveiller les domaines et sous-domaines de votre organisation. Les autres outils disponibles pour appuyer cette activité incluent <1>Laboratoires SSL, <2>Hardenize, <3>SSLShopper, etc.\",\"VA9MZs\":\"Utilisez Suivi pour surveiller les domaines et sous-domaines de votre organisation.\",\"7PzzBU\":\"Utilisateur\",\"ilQjgP\":\"UTILISATEUR\",\"VCAw+b\":\"Affiliations des utilisateurs\",\"eh5q0a\":\"e-mail de l'utilisateur\",\"Bg86w1\":\"Courriel de l'utilisateur\",\"YFciqL\":\"Courriel de l'utilisateur\",\"w+UAtK\":\"L'email de l'utilisateur ne correspond pas\",\"RvwH+e\":\"Utilisateur invité\",\"PJT78K\":\"Liste des utilisateurs\",\"hqkLj8\":\"Utilisateur supprimé.\",\"87qUJ7\":\"Les balises désignées par l'utilisateur apparaissent ici.\",\"vM1Cz9\":\"Utilisateur:\",\"Sxm8rQ\":\"Utilisateurs\",\"UrjddE\":\"Les utilisateurs font preuve de diligence raisonnable en s'assurant de l'exactitude des documents reproduits;\",\"wMHvYH\":\"Valeur\",\"iiF7bS\":\"Le code de vérification ne doit contenir que des chiffres\",\"QDEWii\":\"Vérifié\",\"ElG4r1\":\"Chaîne vérifiée exempte d'ancre Symantec ancienne\",\"1Pc+tq\":\"Chaîne vérifiée sans signature SHA1\",\"uSMfoN\":\"Vérifier\",\"YnqCPK\":\"Vérifier le compte\",\"CrDl1N\":\"Vue verticale\",\"pyOFxH\":\"Consultez et modifiez votre liste de domaines.\",\"J0vRBR\":\"Visualiser et modifier les rôles des utilisateurs affiliés à votre organisation.\",\"SZw9tS\":\"Voir les détails\",\"fQ+ouT\":\"Consulter les journaux d'événements des activités privilégiées dans votre organisation.\",\"6Rp+NY\":\"Voir les détails de haut niveau pour chaque domaine.\",\"9+Rfnq\":\"Voir les informations pour chaque domaine.\",\"u89gfc\":\"Voir les résultats\",\"iaC3Fh\":\"Consultez les résumés de la conformité de votre organisation en matière de sécurité du web et du courrier électronique.\",\"SaZ6L+\":[\"Volume de messages usurpant \",[\"domainSlug\"],\" (rejet + quarantaine + aucun) :\"],\"yPNR7T\":\"Volume de messages usurpant domaine (rejet + quarantaine + aucun) :\",\"nj2MP8\":\"Vulnérabilités\",\"Rr1UBV\":\"Vulnerabilidad\",\"76++pR\":\"Avertissements\",\"HohCRz\":\"Avertissements :\",\"TK9JHr\":\"Nous nous réservons le droit de modifier la présentation et le contenu de notre site Web, nos politiques, nos produits, nos services et les présentes conditions générales à tout moment et sans préavis. Veuillez consulter régulièrement les présentes conditions générales, car l'utilisation continue de nos services après qu'une modification a été apportée sera considérée comme une acceptation de cette modification.\",\"mlRLYO\":\"Nous nous réservons le droit de modifier ou de mettre fin à nos services pour quelque raison que ce soit, sans préavis, à tout moment.\",\"IAxc8y\":\"Nous avons apporté des améliorations à nos tableaux de données DMARC afin de fournir une vue plus précise de l'information.\",\"oCsgB0\":\"Nous avons envoyé un SMS à votre nouveau numéro de téléphone avec un code d'authentification pour confirmer ce changement.\",\"zMyymG\":\"Nous avons envoyé un SMS à votre numéro de téléphone enregistré avec un code d'authentification pour vous connecter à Suivi.\",\"x2rKrA\":\"Nous vous avons envoyé un e-mail avec un code d'authentification pour vous connecter à Suivi.\",\"3tGBK9\":\"faible\",\"9ls/Vs\":\"Weak\",\"IedE0A\":\"Ciphers faibles:\",\"YrtGHB\":\"Courbes faibles:\",\"fw+TMi\":\"Web\",\"uxjnhI\":\"WEB\",\"Gq6SZt\":\"Web (HTTPS/TLS)\",\"ju9bew\":\"Composants Web\",\"Rjm0zZ\":\"Connexions web\",\"ppulMR\":\"Résumé des connexions web\",\"VpM60a\":\"Conseils sur le Web\",\"zldZVd\":\"Résultats de l'analyse du Web\",\"DWV5ar\":\"Sécurité du Web :\",\"xbFv6h\":\"Gestion des sites et services Web - Exigences de configuration conformes\",\"S3owus\":\"Résumé du site web\",\"viR921\":\"d'hébergement web\",\"8+KCO9\":\"Web-hosting <0>domains\",\"SIfFqx\":\"Web-hosting domains\",\"ekNSRt\":\"Bienvenue sur la page du profil de l'administrateur !\",\"KUENZK\":\"Bienvenue sur Suivi, veuillez entrer vos coordonnées.\",\"hQPgOZ\":\"Bienvenue dans votre vision personnelle de Suivi. Modérez la posture de sécurité des domaines d'intérêt à travers plusieurs organisations. Pour ajouter des domaines à cette vue, utilisez les boutons de l'icône étoile disponibles sur les listes de domaines.\",\"Ozr/d9\":\"Veuillez choisir votre langue préférée\",\"EHv6T0\":\"Bienvenue, vous êtes connecté avec succès!\",\"yvI9JW\":\"Quels sont ces résultats supplémentaires ?\",\"1zt+4z\":\"Que veut dire le message « inaccessible » en parlant d’un domaine?\",\"VLQU3n\":\"Où puis-je obtenir un certificat TLS approuvé par le GC?\",\"BVloQK\":\"Si nécessaire, ajustez les plans informatiques et les estimations budgétaires pour l'exercice financier où des travaux sont prévus.\",\"jYbDtL\":\"Au besoin, adapter les plans de la TI et les estimations budgétaires là où des travaux sont attendus.\",\"k5WBtU\":\"Même si d’autres outils sont utiles en complément de Suivi, ils ne respectent pas précisément les exigences de configuration indiquées dans les <0>Exigences en matière de configuration des services de gestion des courriels et les <1>Exigences de configuration de la gestion des sites Web et des services. Pour une liste des protocoles, chiffrements et courbes autorisés, veuillez consulter les <2>Directives du protocole TLS ITSP.40.062.\",\"nOLA3K\":\"Pourquoi d’autres outils (<0>Hardenize, <1>Laboratoires SSL, etc.) affichent-ils des résultats positifs pour un domaine alors que Tracker affiche des résultats négatifs?\",\"NRDH4v\":\"Pourquoi d'autres outils affichent-ils des résultats positifs pour un domaine alors que Suivi affiche des résultats négatifs ?\",\"mxSqDR\":\"Pourquoi la page d'orientation n'affiche-t-elle pas les sélecteurs DKIM du domaine alors qu'ils existent ?\",\"ou3ZRx\":\"Wiki\",\"5AcwMY\":\"Wildcard\",\"6JLz8n\":\"WILDCARD\",\"3j/Rjr\":\"Entrée Wildcard\",\"aiCOdn\":\"ENTRÉE WILDCARD\",\"s0ha0k\":\"Wildcard en rapport\",\"r8gV8X\":\"WILDCARD EN RAPPORT\",\"yTVUi9\":\"Wildcard*\",\"PAnfdM\":[\"Souhaitez-vous demander une invitation à \",[\"orgName\"],\" ?\"],\"TnE3tt\":\"Depuis le début de l'année\",\"l75CjT\":\"Oui\",\"ndb2A2\":\"Vous reconnaissez que toute donnée ou information divulguée au SCT peut être utilisée pour protéger le gouvernement du Canada ainsi que l'information électronique et les infrastructures d'information désignées comme étant importantes pour le gouvernement du Canada, conformément à l'aspect cybersécurité et assurance de l'information du mandat du SCT en vertu de la Politique sur la sécurité du gouvernement et de la Politique sur le service et le numérique.\",\"Ds7mFc\":\"Vous reconnaissez que le SCT utilisera l'adresse électronique que vous fournissez comme principale méthode de communication.\",\"H6ohbT\":\"Vous acceptez de protéger toute information qui vous est divulguée par TBS conformément aux mesures de traitement des données décrites dans les présentes conditions générales. De même, TBS accepte de protéger toute information que vous lui communiquez. Ces informations ne doivent être utilisées qu'aux fins pour lesquelles elles ont été prévues.\",\"LA72iW\":\"Vous acceptez d'utiliser notre site Web, nos produits et nos services uniquement à des fins légales et de manière à ne pas enfreindre les droits d'un tiers, ni à restreindre ou à empêcher l'utilisation et la jouissance du site Web, des produits ou des services par un tiers. En outre, vous ne devez pas abuser, compromettre ou interférer avec nos services, ni introduire dans nos services des éléments malveillants ou technologiquement dangereux. Vous ne devez pas tenter d'obtenir un accès non autorisé à notre site Web, à nos produits ou services, au(x) serveur(s) sur le(s)quel(s) ils sont stockés, ou à tout serveur, ordinateur ou base de données connecté à notre site Web, à nos produits ou à nos services, ni les altérer, les désosser ou les modifier. Nous pouvons suspendre ou cesser de vous fournir nos produits ou services si vous ne respectez pas nos conditions ou politiques ou si nous enquêtons sur une suspicion de mauvaise conduite. Tout soupçon d'utilisation illégale de notre site web, de nos produits ou de nos services peut être signalé aux autorités compétentes chargées de l'application de la loi et, si nécessaire, nous coopérerons avec ces autorités en leur divulguant votre identité.\",\"+/nhZ3\":\"Vous visitez actuellement un environnement de démonstration, utilisé uniquement à des fins de test. Il ne s'agit pas du site de production. Il ne s'agit <0>pas du site de production.<1/>Visitez le site de production à l'adresse <2>https://tracker.canada.ca (réseau GC uniquement).\",\"15kU54\":\"Vous visitez actuellement un environnement de démonstration, utilisé uniquement à des fins de test. Il ne s'agit <0>pas du site de production.<1/>Visitez le site de production à l'adresse <2>https://tracker.canada.ca (réseau GC uniquement).\",\"FNWRpJ\":\"Vous pouvez filtrer la liste des domaines ici\",\"LTZ0Yt\":\"Vous pouvez modifier les résultats de la liste des domaines à l'aide des filtres suivants\",\"bDZnc7\":\"Vous pouvez rechercher une organisation ici\",\"JSjBs0\":\"Vous n'avez actuellement aucune affiliation administrative.\",\"fxoHI/\":[\"Vous avez ajouté avec succès \",[\"domainName\"],\" à myTracker.\"],\"MfoETE\":[\"Vous avez ajouté avec succès \",[\"url\"],\" à monSuivi.\"],\"xx73BX\":\"Vous avez été déconnecté avec succès.\",\"fVFB/O\":[\"Vous avez quitté \",[\"orgSlug\"],\" avec succès.\"],\"yLx7Cb\":[\"Vous avez retiré \",[\"0\"],\" avec succès.\"],\"4Ud7W6\":[\"Vous avez réussi à supprimer \",[\"url\"],\" de monSuivi.\"],\"nI2yw7\":\"Vous avez demandé un scan avec succès.\",\"D0wp5C\":\"Vous avez demandé avec succès la découverte d'un sous-domaine.\",\"ySBlBj\":[\"Vous avez réussi à mettre à jour \",[\"0\"],\".\"],\"o+j3MR\":\"Vous avez réussi à mettre à jour votre nom d'affichage.\",\"XAhdNc\":\"Vous avez mis à jour vos préférences de mise à jour de l'email avec succès.\",\"5q+gpw\":\"Vous avez mis à jour votre courriel avec succès.\",\"ym/Lmj\":\"Vous avez réussi à mettre à jour vos préférences d'utilisateur interne.\",\"6MvMz9\":\"Vous avez réussi à mettre à jour vos préférences d'initié.\",\"0CcewX\":\"Vous avez mis à jour votre mot de passe avec succès.\",\"WlaYm0\":\"Vous avez réussi à mettre à jour votre numéro de téléphone.\",\"q92huR\":\"Vous avez réussi à mettre à jour votre langue préférée.\",\"2ahV9m\":\"Vous avez mis à jour avec succès votre méthode d'envoi de TFA.\",\"+51QA/\":\"Vous pouvez maintenant vous connecter avec votre nouveau mot de passe\",\"ZqTexg\":\"Vous aurez besoin d'un compte Suivi pour utiliser certains produits et services. Vous êtes responsable du maintien de la confidentialité de votre compte et de votre mot de passe et de la restriction de l'accès à votre compte. Vous acceptez également d'assumer la responsabilité de toutes les activités qui se déroulent sous votre compte ou votre mot de passe. Le SCT n'accepte aucune responsabilité pour toute perte ou tout dommage résultant de votre incapacité à maintenir la sécurité de votre compte ou de votre mot de passe.\",\"olrNOE\":\"Votre compte\",\"cBpD5S\":\"L'email de votre compte n'a pas pu être vérifié pour le moment. Veuillez réessayer.\",\"DVEHfk\":\"L'email de votre compte a été vérifié avec succès\",\"INXmF5\":\"Votre compte sera automatiquement lié à l'organisation qui vous a invité.\",\"s606tt\":\"Votre compte sera entièrement activé lors de votre prochaine connexion.\",\"+zut4B\":\"Votre demande a été envoyée aux administrateurs de l'organisation.\",\"boNpir\":\"Zone:\",\"bFGOmy\":\"Indique si le domaine est conforme à la politique ITPIN 2018-01.\",\"VTabg1\":\"Indique si le domaine répond aux exigences de Hypertext Transfer ol Secure (HTTPS).\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"+/LlLE\":[[\"0\"],\" a été créée\"],\"+/nhZ3\":[\"Vous visitez actuellement un environnement de démonstration, utilisé uniquement à des fins de test. Il ne s'agit pas du site de production. Il ne s'agit <0>pas du site de production.<1/>Visitez le site de production à l'adresse <2>https://tracker.canada.ca (réseau GC uniquement).\"],\"+0Zdj1\":[\"Tier 1\"],\"+4GO8z\":[\"Nom d'hôte validé\"],\"+51QA/\":[\"Vous pouvez maintenant vous connecter avec votre nouveau mot de passe\"],\"+8SoXm\":[\"Entrust\"],\"+AP3VC\":[\"Ce filtre n'affichera que les domaines affiliés à votre compte.\"],\"+BDnX/\":[\"Résultats TLS\"],\"+FydTY\":[\"Conçu à partir de sslyze \",[\"sslyzeCommit\"],\" et de nassl \",[\"nasslCommit\"]],\"+GEvjd\":[\"El «Estado del Activo» describe cómo el dominio se relaciona con su organización. Suivi utiliza estos estados para ofrecerle un resumen más preciso de su superficie de ataque.\"],\"+HsJR5\":[\"N'hésitez pas à nous contacter si vous avez des questions.\"],\"+Mmt1p\":[\"Indique si le point d'extrémité HTTP passe à la mise à niveau HTTPS immédiatement, éventuellement (après la première redirection) ou jamais.\"],\"+QdAPX\":[\"Tableau des échecs de la DMARC\"],\"+Z1yq3\":[\"Si vous avez des questions ou des préoccupations, n’hésitez pas à communiquer avec l’équipe responsable de la cybersécurité du SCT.\"],\"+aMXQ9\":[\"Changements requis pour la mise en conformité ITPIN\"],\"+c+Oq3\":[\"Suivi :\"],\"+fNR5y\":[\"Acronyme (FR)\"],\"+hsKCh\":[\"Pays (FR)\"],\"+parT7\":[\"CANDIDAT\"],\"+vVk23\":[\"Invitation demandée\"],\"+whqyD\":[\"Cette page affiche votre vue personnelle des domaines suivis. Tous les domaines marqués comme « favoris » seront affichés dans les métriques.\"],\"+z4EEh\":[\"Pour les administrateurs d'organisations qui souhaitent recevoir des mises à jour mensuelles par courrier électronique sur la progression de leur organisation vers une conformité à 100 %.\"],\"+zut4B\":[\"Votre demande a été envoyée aux administrateurs de l'organisation.\"],\"/2o3LT\":[\"Cette page est consacrée à tous les domaines\"],\"/5G9m/\":[\"Nouveaux codes TLS recommandés\"],\"/IX/7x\":[\"Autres\"],\"/IykwZ\":[\"Les personnes d'un groupe ministériel de technologie de l'information peuvent communiquer avec la boîte aux lettres de la cybersécurité du SCT pour l'interprétation de l'ITPIN et la gestion du domaine. gestion du domaine.\"],\"/QVRfw\":[\"Sélectionnez une organisation pour voir les options d'administration\"],\"/evUwI\":[\"Analyse SSL terminée\"],\"/f/Bqn\":[\"Menu :\"],\"/fp9I1\":[\"Indique si le serveur a été jugé vulnérable à la vulnérabilité ROBOT.\"],\"/fwShk\":[\"Balises actuelles\"],\"/hJKLQ\":[\"<0>Conseil de recherche : Les caractères génériques <1>%<2>Utilisent <3>% pour élargir votre recherche:<4><5><6>Démarrez avec <7>% : Recherchez <8><9>%exemple.gc.ca pour trouver des sous-domaines tels que <10>\\\"sub. exemple.gc.ca.\\\"<11><12>Finissez par <13>% : Recherchez <14><15>exemple% pour trouver des domaines comme <16>\\\"exemple. gc.ca\\\" ou <17>\\\"exemple.canada.ca.\\\"<18><19>Utiliser les deux : Recherche <20><21>%exemple% pour trouver tout ce qui contient \\\"exemple\\\", comme<22>\\\"sub. exemple.gc.ca\\\" ou <23>\\\"exemple.canada.ca.\\\"<24>Cela vous aide à localiser rapidement les domaines et sous-domaines apparentés.\"],\"/lDBHm\":[\"FAQ\"],\"/roQKz\":[\"Pourcentage\"],\"/zuxR8\":[\"Une erreur s'est produite lors de la mise à jour de vos préférences d'initié.\"],\"0/6vN/\":[\"Courriel validé\"],\"000hAO\":[\"Fermer le compte\"],\"03Qqf9\":[\"Filtré\"],\"095VbS\":[\"Indique si le domaine utilise uniquement des courbes fortes ou acceptables\"],\"0CcewX\":[\"Vous avez mis à jour votre mot de passe avec succès.\"],\"0G4HMD\":[\"URL du domaine\"],\"0NWXwv\":[\"Terminaison\"],\"0QKs/A\":[\"La gestion manuelle des sélecteurs DKIM est supprimée. Les sélecteurs DKIM seront automatiquement ajoutés lorsque vous définissez <0>rua=mailto:dmarc@cyber.gc.ca dans votre enregistrement DMARC. <1>En savoir plus.\"],\"0WMN3T\":[\"Déterminer tous les domaines et sous-domaines utilisés pour envoyer des courriels.\"],\"0ck4OJ\":[\"Rapport DMARC \"],\"0gS7M5\":[\"Nom d'affichage\"],\"0gqFK2\":[\"Filtrer la liste des organisations auxquelles s'applique la Politique sur la sécurité du gouvernement.\"],\"0h78hd\":[\"Le sélecteur doit être soit une chaîne contenant des caractères alphanumériques et des points, commençant et se terminant uniquement par des caractères alphanumériques, soit un astérisque\"],\"0pGT5P\":[\"Application de la loi\"],\"0wmH7p\":[\"<0>3. Quels domaines devriez-vous inscrire?<1/>Inscrivez tous les domaines ou sous-domaines publics accessibles sur Internet appartenant à votre service, en particulier les systèmes de production qui fournissent des services ou exposent les fonctionnalités des applications. Les environnements d’essai ou de prélancement peuvent être exclus, sauf s’ils sont accessibles au public.\"],\"100rax\":[\"Tous les domaines \",[\"0\"],\" de cette page sont sélectionnés.\"],\"10F9jk\":[\"Êtes-vous sûr de vouloir cesser d'ignorer ce CVE ?\"],\"15kU54\":[\"Vous visitez actuellement un environnement de démonstration, utilisé uniquement à des fins de test. Il ne s'agit <0>pas du site de production.<1/>Visitez le site de production à l'adresse <2>https://tracker.canada.ca (réseau GC uniquement).\"],\"17sOMU\":[\"2.4 Les applications Web mettent en œuvre les mécanismes Content Security Policy et HSTS ainsi que l’en-tête de réponse X-Frame-Options.\"],\"1IaXb4\":[\"Indique si l'en-tête HSTS inclut la directive preload.\"],\"1KgiU2\":[\"Ajouter les détails du domaine\"],\"1PLHH6\":[\"Une erreur s'est produite lors de la mise en favori d'un domaine.\"],\"1Pc+tq\":[\"Chaîne vérifiée sans signature SHA1\"],\"1Pql1B\":[\"Les domaines trouvés grâce à cette méthode seront automatiquement ajoutés à <0>\",[\"orgSlug\"],\" et étiquetés comme \\\"NEW\\\". Souhaitez-vous poursuivre ?\"],\"1TNIig\":[\"Ouvrir\"],\"1UzENP\":[\"Non\"],\"1Wag04\":[\"Déconnexion.\"],\"1XDR/N\":[\"Empêchez ce domaine d'être comptabilisé dans les résumés de votre organisation.\"],\"1dLt++\":[\"Entièrement aligné par adresse IP\"],\"1hYDGD\":[\"Nouveau mot de passe:\"],\"1jgj4t\":[\"L'organisation est partie avec succès\"],\"1m0V/v\":[\"Le processus de détection des sélecteurs DKIM n'est pas immédiat. Il peut s'écouler plus de 24 heures avant que les sélecteurs n'apparaissent dans Tracker lorsque les conditions sont remplies.\"],\"1rTgms\":[\"Une erreur s'est produite lorsque vous avez tenté de télécharger tous les statuts de domaine.\"],\"1rcNaU\":[\"Indique le pourcentage d'e-mails du domaine qui ne répondent pas aux exigences SPF, mais qui répondent aux exigences DKIM.\"],\"1sDnhw\":[\"Cesser d'ignorer CVE\"],\"1ufdsG\":[\"Indique si le paquet de certificats fourni par le serveur comprend le certificat racine.\"],\"1zt+4z\":[\"Que veut dire le message « inaccessible » en parlant d’un domaine?\"],\"260VKn\":[\"Mon domaine n'envoie pas d'e-mails, comment puis-je faire passer les contrôles de conformité DMARC, DKIM et SPF de mon domaine ?\"],\"27ijLn\":[\"Indique si le domaine est conforme à\"],\"2Chwrj\":[\"this domain\"],\"2F6pZb\":[\"CVE ignorés :\"],\"2GT3Hf\":[\"Mondial\"],\"2HZREe\":[\"Données non disponibles pour ce service. Essayez de relancer la recherche ou revenez plus tard.\"],\"2MfFq7\":[\"Description (EN)\"],\"2Z1RFO\":[\"CACHÉ\"],\"2ahV9m\":[\"Vous avez mis à jour avec succès votre méthode d'envoi de TFA.\"],\"2llhSW\":[\"DEMANDE_ENQUÊTE\"],\"2lrb7i\":[\"À propos de la divulgation coordonnée des vulnérabilités (DCV)\"],\"2mcKzA\":[\"Indique si le domaine répond aux exigences du HSTS.\"],\"2melB9\":[\"Pour maximiser la sécurité de votre compte, <0>vous devez activer une option d'authentification multifactorielle.\"],\"2soHLb\":[\"Entrez et confirmez votre nouveau mot de passe ci-dessous:\"],\"2vd3Ze\":[\"Impossible de mettre à jour votre mot de passe, veuillez réessayer.\"],\"2wQqqA\":[\"Liste des domaines\"],\"3/SpMs\":[\"Changements :\"],\"31JzXu\":[\"Êtes-vous sûr de vouloir ignorer ce CVE ?\"],\"32TndD\":[\"Bloqué\"],\"330wRT\":[\"Constat négatif\"],\"335pVD\":[\"Le champ du numéro de téléphone ne doit pas être vide\"],\"352VU2\":[\"Vous n'avez pas de compte ? <0>S'inscrire\"],\"36UqHB\":[\"Tag mis à jour\"],\"37q/Bp\":[\"Aucune donnée n'a été trouvée lors de l'extraction du rapport sur les 25 principales.\"],\"39K4x6\":[\"Une erreur s'est produite lors de la vérification de votre numéro de téléphone.\"],\"3AwCWx\":[\"Exigences de configuration pour la gestion des sites Web et des services\"],\"3FK+IH\":[\"On recommande aux partenaires de Services partagés Canada (SPC) de communiquer avec leur gestionnaire de prestation de services de SPC pour discuter des plans d’action et des étapes requises afin de soumettre une demande de changement.\"],\"3GBKSU\":[\"Vulnérabilité d'injection de CCS:\"],\"3JzsDb\":[\"Mai\"],\"3MAwaP\":[\"Suivi n'ajoute pas automatiquement les sélecteurs, il est donc probable qu'ils ne soient pas encore dans le système. Pour plus d'informations, consultez la section Premiers pas avec Suivi - Gérer vos domaines.\"],\"3N0SXZ\":[\"Recherche d'un utilisateur par courriel\"],\"3PJEPk\":[\"Appliquer les balises\"],\"3cDG+4\":[\"Scan DNS terminé\"],\"3gHxPH\":[\"Exigences : <0>Exigences de configuration de la gestion des sites et services web\"],\"3j/Rjr\":[\"Entrée Wildcard\"],\"3mFtyj\":[\"Bouton pour exporter les données\"],\"3mQg15\":[\"Siganture Hash :\"],\"3pLjKx\":[\"Les balises informatives mettent en évidence des détails de configuration pertinents, mais ne sont pas traitées dans le cadre des exigences de la politique et n'ont aucun impact sur la notation.\"],\"3tGBK9\":[\"faible\"],\"3tIa5r\":[\"<0>The following data may have recently changed.<1>We've made enhancements to our DMARC data tables to provide a more accurate view of the information.\"],\"3uUkSL\":[\"Note : Ceci affectera les résultats pour les organisations \",[\"orgCount\"],\".\"],\"3wV73y\":[\"Ville\"],\"3y56+l\":[\"Domaine:\"],\"4/KnpK\":[\"Pas d'utilisateurs\"],\"40WmRH\":[\"Aucune valeur n'a été fournie lors de la tentative de mise à jour des détails de l'organisation.\"],\"40X6c9\":[\"Mis en œuvre\"],\"4A3FLA\":[\"PSN\"],\"4GLxhy\":[\"Pour commencer\"],\"4IITK7\":[\"Profil de l'administrateur\"],\"4IL9k/\":[\"En accédant, en naviguant ou en utilisant notre site web ou nos services, vous reconnaissez avoir lu, compris et accepté d'être lié par les présentes conditions générales, et de vous conformer à toutes les lois et réglementations applicables. Nous vous recommandons de consulter périodiquement les Conditions générales afin de comprendre les mises à jour ou les modifications qui pourraient vous concerner. Si vous n'acceptez pas les présentes conditions générales, veuillez vous abstenir d'utiliser notre site Web, nos produits et nos services.\"],\"4LPR0u\":[\"Effectuez une autre évaluation des domaines et sous-domaines applicables pour confirmer que la configuration a été mise à jour et que HTTPS est appliqué conformément à l'ITPIN. Les résultats apparaîtront dans le tableau de bord du traqueur dans les 24 heures.\"],\"4UWdNF\":[\"Supprimer l'utilisateur\"],\"4Ud7W6\":[\"Vous avez réussi à supprimer \",[\"url\"],\" de monSuivi.\"],\"4W70YI\":[\"Pas de données pour le graphique du rapport annuel de la DMARC\"],\"4XPzVQ\":[\"Résultat\"],\"4ZjcOP\":[\"Indique le pourcentage de domaines qui ont une configuration de politique DMARC valide.\"],\"4i/UAp\":[\"Si un domaine n'est plus utilisé mais existe toujours dans le DNS, il reste vulnérable aux attaques par usurpation d'adresse électronique, c'est-à-dire qu'un pirate peut envoyer un courrier électronique semblant provenir de votre domaine.\"],\"4ir5A+\":[\"Comment puis-je modifier ma liste de domaines?\"],\"4jh+pb\":[\"Balise utilisée pour afficher les domaines en tant qu'hébergement web.\"],\"4lgLew\":[\"Février\"],\"4qLtTO\":[\"Pour des conseils de mise en œuvre technique:\"],\"4sXWBq\":[\"Modifier le numéro de téléphone\"],\"4yG1B4\":[\"Résultats de l'analyse des courriels\"],\"5+SwWk\":[\"Résultats de la vérification DKIM du message. Il peut s'agir d'un succès, d'un échec, d'un résultat neutre, d'une erreur temporaire ou d'une erreur permanente.\"],\"50WXts\":[\"Chaîne de certificats\"],\"50pSij\":[\"Impossible de mettre à jour votre nom d'affichage, veuillez réessayer.\"],\"54GFcU\":[\"Dernière visite : \",[\"0\"]],\"54Ho/+\":[\"État du chiffrement\"],\"558DXR\":[\"<0>IPs: \",[\"0\"]],\"55d7P8\":[\"Par défaut, nos analyseurs vérifient les domaines se terminant par « .gc.ca » et « .canada.ca ». Si votre domaine se termine autrement, vous devez communiquer avec nous pour nous en aviser. Envoyez un courriel à l’équipe responsable de la cybersécurité du SCT pour confirmer que ce domaine vous appartient. \"],\"5AcwMY\":[\"Wildcard\"],\"5DZIGC\":[\"Le mot de passe doit comporter au moins 12 caractères\"],\"5H6tYm\":[\"Objets par page:\"],\"5HVeI7\":[\"Vérifiez si votre organisation figure déjà dans notre liste de surveillance. Si ce n'est pas le cas, vous pouvez créer un compte gratuit pour obtenir une vue d'ensemble de l'empreinte numérique de votre organisation et de ses vulnérabilités potentielles.\"],\"5HiUGT\":[\"<0>Les données suivantes peuvent avoir été modifiées récemment. Nous avons apporté des améliorations à nos tableaux de données DMARC afin de fournir une vue plus précise des informations.\"],\"5KZW7n\":[\"URL :\"],\"5KfWxA\":[\"Identificación externa\"],\"5Licch\":[\"Mises à jour par courriel\"],\"5OS23v\":[\"Impossible de cesser d'ignorer le CVE.\"],\"5VI7GD\":[\"Recherchez votre organisation pour demander une invitation\"],\"5b4J4v\":[\"Tout le temps\"],\"5cJXlQ\":[\"Certificats\"],\"5hV1no\":[\"Temps généré\"],\"5krSpm\":[\"Le compte du traqueur a été fermé avec succès.\"],\"5nMcRN\":[\"Une erreur s'est produite lorsque vous avez tenté de vous déconnecter.\"],\"5nzu5g\":[\"Total des messages\"],\"5p+7pq\":[\"État : \",[\"lastPortStateTranslated\"]],\"5q+gpw\":[\"Vous avez mis à jour votre courriel avec succès.\"],\"5u1xBE\":[\"Rejet de la demande de DCV\"],\"5w3Nn0\":[\"Ce champ ne peut pas être vide\"],\"5wlQcx\":[\"Mot de passe actuel:\"],\"5xvbu2\":[\"Recherche: \"],\"63Jze3\":[\"Rechercher les éléments en échec de DKIM\"],\"63M++q\":[\"Les comptes administrateurs doivent activer une option d'authentification multifactorielle.\"],\"66eIiQ\":[\"Rechercher les éléments défaillants du SPF\"],\"6BaJpc\":[\"Veuillez entrer votre code à deux facteurs ci-dessous.\"],\"6C8Njf\":[\"Aucune protection DDOS trouvée\"],\"6F9Wq/\":[\"Statut SPF\"],\"6G+/gP\":[\"Ciphers forts:\"],\"6IPebo\":[\"Incorrect typename received.\"],\"6JLz8n\":[\"WILDCARD\"],\"6JUp9P\":[\"Une erreur s'est produite lors de la mise à jour de votre adresse électronique.\"],\"6Js+tN\":[\"Est aligné sur la norme DKIM. Peut être vrai ou faux.\"],\"6Kaoan\":[\"Les avis, conseils ou services qui vous sont fournis par TBS le sont “en l'état“, sans garantie ni déclaration d'aucune sorte, et TBS n'est pas responsable des pertes, responsabilités, dommages ou coûts, y compris les pertes de données ou les interruptions d'activité résultant de la fourniture de tels avis, conseils ou services par Tracker. Par conséquent, TBS recommande aux utilisateurs d'utiliser les conseils, les orientations et les services fournis par Tracker en faisant preuve de compétence et de prudence.\"],\"6KrWPx\":[\"Total des conclusions négatives\"],\"6MvMz9\":[\"Vous avez réussi à mettre à jour vos préférences d'initié.\"],\"6QJscv\":[\"Organisation(s) :\"],\"6Rp+NY\":[\"Voir les détails de haut niveau pour chaque domaine.\"],\"6Uau97\":[\"Sauter\"],\"6Unnqy\":[\"Si vous avez des questions ou des préoccupations, n’hésitez pas à communiquer avec l’<0>équipe responsable de la cybersécurité du SCT.\"],\"6YgixW\":[\"Le guide « Getting Started » et la section FAQ vous aideront à comprendre les capacités et les limites de Suivi.\"],\"6YtxFj\":[\"Nom\"],\"6aXq+t\":[\"Sujet :\"],\"6dAA/1\":[\"\\n We've sent an SMS to your registered phone number with an authentication code to sign into Tracker.\"],\"6eGHIw\":[\"Une erreur s'est produite lors de la mise à jour de votre nom d'affichage.\"],\"6foA8n\":[\"Tu es sûr ?\"],\"6jjgW/\":[\"Pour des conseils approfondis sur la mise en œuvre:\"],\"6tglLx\":[\"Sélectionner un niveau de propriété\"],\"6vYqe7\":[\"Une erreur s'est produite lors de la mise à jour de votre numéro de téléphone.\"],\"6zmakZ\":[\"Méthode de renvoi incorrecte reçue.\"],\"73AuUj\":[\"<0>Note : Les domaines situés en dehors du champ d'application du GC peuvent ne pas être analysés immédiatement.\"],\"73BRT8\":[\"Constatations négatives\"],\"73fnil\":[\"TLS\"],\"75uUWt\":[\"Correspondance des noms d'hôtes\"],\"76++pR\":[\"Avertissements\"],\"7C+Jn5\":[\"Afficher le mot de passe\"],\"7F5iqL\":[\"Défaillances DKIM par adresse IP\"],\"7G1BWp\":[\"Application de la loi:\"],\"7MLVHn\":[\"Maintenir\"],\"7N0wyf\":[\"Cliquez pour voir les résultats détaillés de l'examen et les conseils.\"],\"7PzzBU\":[\"Utilisateur\"],\"7Q24LN\":[\"Politique\"],\"7VS/UI\":[\"<0>3. Quels domaines devriez-vous inscrire?<1/>Inscrivez tous les domaines ou sous-domaines publics accessibles sur Internet appartenant à votre service, en particulier les systèmes de production qui fournissent des services ou exposent les fonctionnalités des applications. Les environnements d’essai ou de prélancement peuvent être exclus, sauf s’ils sont accessibles au public.\"],\"7VpPHA\":[\"Confirmer\"],\"7XPQLc\":[\"MONITOR_ONLY\"],\"7aaD1O\":[\"Non pris en charge\"],\"7dlQ0y\":[\"Incorrect updateDomainsByDomainIds.result typename.\"],\"7kb4LU\":[\"Approuvé\"],\"7l+d0v\":[\"orientés vers l'Internet\"],\"7l5cgM\":[\"La page que vous recherchez a été déplacée ou n'existe pas.\"],\"7oqddH\":[\"L'enregistrement DKIM et les clés sont déployés et valides\"],\"7pe4vF\":[\"Avis\"],\"7qFzBo\":[\"Âge du HSTS:\"],\"7uyoVS\":[\"Acronyme (EN)\"],\"7vvXgg\":[\"Indique si le domaine utilise des protocoles acceptables.\"],\"7xbo7G\":[\"Scan en attente\"],\"8+KCO9\":[\"Web-hosting <0>domains\"],\"80wgTj\":[\"Statut d'inscription au DCV\"],\"87qUJ7\":[\"Les balises désignées par l'utilisateur apparaissent ici.\"],\"88VcNy\":[\", et\"],\"896mJG\":[\"Indique si l'en-tête HSTS (HTTP Strict Transport Security) est présent.\"],\"8BlqGC\":[\"Trier par:\"],\"8DvZBT\":[\"Aucune information sur la phase DMARC n'est disponible pour cette organisation.\"],\"8JFpmg\":[\"Email-hosting domains\"],\"8KcAKB\":[\"Les administrateurs d'une organisation peuvent ajouter des domaines à leur liste.\"],\"8L6Wqc\":[[\"count\"],\" enregistrements...\"],\"8N7TG7\":[\"Préférences de mise à jour du courrier électronique :\"],\"8O/94D\":[\"Impossible de créer une nouvelle balise.\"],\"8TMaZI\":[\"Timestamp\"],\"8ZsakT\":[\"Mot de passe\"],\"8f8G36\":[\". Les renseignements personnels ne seront pas divulgués par le Secrétariat du Conseil du Trésor du Canada (SCT), sauf en conformité avec les dispositions du\"],\"8jR6Tv\":[\"Échange de clés post-quantique\"],\"8jghp3\":[\"Faire passer la stratégie DMARC à Mettre en quarantaine (Quarantine) (l’appliquer progressivement pour passer de 25 % à 100 %).\"],\"8tQMD8\":[\"Révoqué :\"],\"8zSOwK\":[\"Le scan SSL pour le domaine \\\"\",[\"0\"],\"\\\" est terminé.\"],\"9+Rfnq\":[\"Voir les informations pour chaque domaine.\"],\"9/y0PW\":[\"Faire passer la stratégie DMARC à Rejeter (Reject) (l’appliquer progressivement pour passer de 25 % à 100 %).\"],\"90sO0p\":[\"pPolicy:\"],\"91L1jN\":[\"Conseils par courriel\"],\"9H30Aw\":[\"Suivre la sécurité numérique\"],\"9PFS1w\":[\"Adresse IP source\"],\"9Qs99X\":[\"Courrier électronique:\"],\"9TWZWG\":[\"Incorrect updateUserProfile.result typename.\"],\"9Ww6+i\":[\"Cette action ne peut être annulée, êtes-vous sûr de vouloir fermer le compte \",[\"0\"],\" ?\"],\"9YLQbZ\":[\"Le pourcentage de services d'hébergement web qui appliquent fortement le protocole HTTPS\"],\"9YV7/B\":[\"Résumé DKIM\"],\"9YyxSf\":[\"État des courbes\"],\"9cEHeq\":[\"Impossible de créer une nouvelle balise globale.\"],\"9d7oM7\":[\"La mesure d'application de DMARC prise par le destinataire, soit aucune, soit la mise en quarantaine, soit le rejet.\"],\"9gwS0g\":[\"Nom (EN)\"],\"9htWiS\":[\"Impossible de mettre à jour le domaine.\"],\"9ls/Vs\":[\"Weak\"],\"9rPuYN\":[\"Courriel envoyé avec succès\"],\"A5Mtdq\":[\"Non conforme\"],\"A70KQ3\":[\"Nouveau numéro de téléphone:\"],\"AAa65i\":[\"CVE ignorés non détectés :\"],\"AFbHRs\":[\"L'analyse HTTPS du domaine \\\"\",[\"0\"],\"\\\" est terminée.\"],\"AK5cnc\":[\"Organisation : \"],\"ALkQnm\":[\"Veuillez saisir votre code à usage unique pour continuer à Tracker.\"],\"AN/k7l\":[\"Se connecter.\"],\"ARoOjY\":[\"Résultats de la connexion\"],\"AWI4nU\":[\"Références :\"],\"AYbtd/\":[\"Pris en charge\"],\"AZ4xlc\":[\"Domaines\"],\"Ae4wEL\":[\"Ces résultats sont importés de l'outil <0>External Attack Surface Management <1/> de Microsoft. <2>Des mises à jour automatiques de ces résultats sont effectuées quotidiennement.\"],\"AeXO77\":[\"Compte\"],\"Ag8url\":[\"Statut/étiquette\"],\"Al/ERV\":[\"Ce service <0>n'héberge pas de contenu web et n'est pas soumis aux exigences de configuration de la gestion des sites et services web.\"],\"AoOi5e\":[\"Prise en charge de TLS 1.3\"],\"Aos73a\":[\"Les recherches :\"],\"AwSb0L\":[\"Domaine de balayage\"],\"AyQ+Oq\":[\"Pour les administrateurs d’organisation qui souhaitent recevoir des mises à jour par courriel sur les nouveaux changements apportés aux statuts de conformité de leur organisation.\"],\"B/YkqM\":[\"Aucune donnée n'a été trouvée pour l'exportation.\"],\"B1aKou\":[\"3.1.2 utilisent un service d’atténuation des dénis de service;\"],\"B2Tpo0\":[\"Courriel non valide\"],\"B4BmDq\":[\"Balise utilisée pour montrer les domaines comme un environnement d'essai.\"],\"B4V7Qh\":[\"Voir \",[\"pageSize\"]],\"B5BtCJ\":[\"Fournir à l’équipe responsable de la cybersécurité du SCT une liste à jour de tous les domaines et sous-domaines des sites Web et des services Web accessibles au public. L’équipe responsable de la cybersécurité du SCT est responsable de la mise à jour des listes de domaines et de sous-domaines qui se trouvent dans Suivi.\"],\"B6PmuN\":[\"Impossible de supprimer le domaine.\"],\"BAVbHj\":[\"Province:\"],\"BDHA/i\":[\"Sévérité\"],\"BHQT34\":[\"Compte de domaine\"],\"BHlrFe\":[\"HTTPS est configuré et les connexions HTTP sont redirigées vers HTTPS.\"],\"BOaYAR\":[\"HSTS inclut les sous-domaines\"],\"BUCSNg\":[\"Protéger les domaines qui n'envoient pas de courrier électronique - GOV.UK (www.gov.uk)\"],\"BUh3Tg\":[\"Incorrect closeAccount.result typename.\"],\"BVloQK\":[\"Si nécessaire, ajustez les plans informatiques et les estimations budgétaires pour l'exercice financier où des travaux sont prévus.\"],\"BXBqe/\":[\"Indique si les certificats reçus ne reposent pas sur un certificat racine Symantec douteux.\"],\"BaiLgc\":[\"Une erreur s'est produite lorsque vous avez tenté de télécharger tous les statuts de domaine.\"],\"BfdWP2\":[\"Balise utilisée pour montrer que les domaines sont un environnement de production.\"],\"Bg86w1\":[\"Courriel de l'utilisateur\"],\"BhWGln\":[\"Ignorer le CVE\"],\"Bk55Ql\":[\"Créez votre compte gratuit pour bénéficier d'une visibilité sur l'empreinte numérique de votre organisation. En vous inscrivant, vous aurez accès à un inventaire dynamique de l'infrastructure web dont vous avez la charge.\"],\"BoD3tx\":[\"CNAME:\"],\"BrSiMn\":[\"Téléphone validé\"],\"BsLrWR\":[\"monSuivi\"],\"Bsm5In\":[\"Il s'agit du menu Super Admin. Vous pouvez passer d'une organisation à l'autre, d'un utilisateur à l'autre et d'un journal d'audit à l'autre.\"],\"BvGJMw\":[\"Aucune information de configuration HTTPS disponible pour cette organisation.\"],\"BvIqRH\":[\"Affichage des données pour la période: \"],\"C+H7bp\":[\"Limitation de la responsabilité\"],\"C3MpcC\":[\"Indique le pourcentage de courriels provenant du domaine qui ont satisfait aux exigences SPF et DKIM.\"],\"C3NSgp\":[\"Recherche d'éléments défaillants DMARC\"],\"C409S4\":[\"Nouvelle valeur :\"],\"C41uz/\":[\"Exigence de confidentialité\"],\"C8GAau\":[\"Domaine ajouté\"],\"C8gr6l\":[\"Numérisation demandée\"],\"CBGIpw\":[\"La liste des domaines de chaque organisation doit inclure tous les services en contact avec l'internet. Il incombe aux administrateurs de l'organisation de gérer la liste actuelle et d'identifier les nouveaux domaines à ajouter.\"],\"CE+M2e\":[\"Info\"],\"CF1MT2\":[\"Un courriel de vérification a été envoyé à votre nouvelle adresse électronique. Veuillez vérifier votre adresse électronique pour terminer le changement.\"],\"CFe4OH\":[\"Tableau de bord du traqueur disponible en interne <0>Suivi.\"],\"CK8HVk\":[\"envoi de courrier\"],\"CNdz/s\":[\"Ce service n'est pas un service d'hébergement Web et ne nécessite pas la conformité aux exigences de configuration de la gestion des sites et services Web.\"],\"CQseYZ\":[\"Action :\"],\"CSBbeH\":[\"Les domaines utilisés pour la validation DKIM.\"],\"CSQPC0\":[\"Créer un compte\"],\"CUKxPA\":[\"Super Admin Menu :\"],\"CaVt24\":[\"L'adresse IP du serveur d'envoi.\"],\"Ckhhs5\":[\"CVE ignoré avec succès pour le domaine \",[\"0\"],\". Nouvelles CVE ignorées : « \",[\"1\"],\" ».\"],\"Coo//F\":[\"6.2.2 Les sites web et les services web qui impliquent un échange d'informations personnelles ou d'autres informations sensibles doivent être prioritaires selon une approche basée sur les risques, et migrer dès que possible.\"],\"CpttNW\":[\"Cela peut être dû à une mauvaise configuration ou à une erreur d'analyse\"],\"CrDl1N\":[\"Vue verticale\"],\"Cs/dcD\":[\"Une fois que l’équipe responsable de la cybersécurité du SCT a donné l'accès à votre département, celui-ci pourra inviter et gérer d'autres utilisateurs au sein de l'organisation et gérer la liste du domaine.\"],\"CuZuPi\":[\"Conseils de lecture\"],\"CyYEqC\":[\"informations sur les phases du dmarc\"],\"CyZIIr\":[\"Impossible de mettre à jour votre statut de mise à jour par courriel, veuillez réessayer.\"],\"D+zLDD\":[\"Caché\"],\"D0wp5C\":[\"Vous avez demandé avec succès la découverte d'un sous-domaine.\"],\"DB8zMK\":[\"Appliquer\"],\"DBHTm/\":[\"Août\"],\"DHhJ7s\":[\"Précédent\"],\"DM5E8T\":[\"Label (FR)\"],\"DPyDMe\":[\"Impossible de vous connecter à votre compte, veuillez réessayer.\"],\"DVEHfk\":[\"L'email de votre compte a été vérifié avec succès\"],\"DWV5ar\":[\"Sécurité du Web :\"],\"DeM2Qm\":[\"N'EST PAS ÉGAL\"],\"Dfvk20\":[\"Scan du domaine demandé avec succès\"],\"Di1mCj\":[\"Aucun autre composant web n'a été trouvé\"],\"DikQdw\":[\"Échec total %\"],\"DkxcQS\":[\"DÉPENDANCE\"],\"Dlm5Ng\":[\"Le point d'extrémité sélectionné est une adresse IP privée. Tracker n'effectue pas d'analyse sur les adresses IP privées.\"],\"DmJr2D\":[\"Acronyme:\"],\"DnRpiw\":[\"Le scan DNS du domaine \\\"\",[\"0\"],\"\\\" est terminé.\"],\"DoISCz\":[\"Appliquez des filtres pour affiner les résultats de votre recherche de domaine.\"],\"DppQ8V\":[\"Vous pouvez filtrer la liste des organisations\"],\"Ds7mFc\":[\"Vous reconnaissez que le SCT utilisera l'adresse électronique que vous fournissez comme principale méthode de communication.\"],\"Dtcb2V\":[\"Modifier l'e-mail\"],\"Duv7Ot\":[\"Incorrect signUp.result typename.\"],\"DwKTpw\":[\"Ce domaine n'existe plus\"],\"DwLcnR\":[\"L'information contenue dans ce site, à l'exception des éléments de propriété intellectuelle protégés, comme les droits d'auteur et les marques de commerce, ainsi que les symboles et autres éléments graphiques du gouvernement du Canada, a été affichée afin qu'elle soit facilement accessible pour une utilisation personnelle ou publique non commerciale et peut être reproduite, en tout ou en partie et par quelque moyen que ce soit, sans frais ou autre permission du SCT. Nous ne demandons que cela:\"],\"DyPqf6\":[\"AMOPS 25 principales vulnérabilités\"],\"Dywww4\":[\"Nous allons vous configurer pour que vous puissiez vérifier les informations de votre compte et commencer à utiliser Suivi.\"],\"E4G48M\":[\"Nom du fichier :\"],\"E7Pj6b\":[\"La requête a été envoyée avec succès pour obtenir les statuts de tous les domaines - cela peut prendre une minute.\"],\"EFTrJ1\":[\"Sélectionner la gravité\"],\"EHv6T0\":[\"Bienvenue, vous êtes connecté avec succès!\"],\"EKZgHU\":[\"Texte du logo du Suivi\"],\"EPEFrH\":[\"Journaux d'audit\"],\"EXR8N+\":[\"Rejeter tous les messages provenant de domaines autres que les domaines de courrier.\"],\"EXxLID\":[\"Informations sur les domaines\"],\"EcWi3L\":[\"Les conseils, orientations ou services qui vous sont fournis par le SCT le seront “tels quels“, sans garantie ni déclaration d'aucune sorte, et le SCT ne pourra être tenu responsable de toute perte, responsabilité, dommage ou coût, y compris la perte de données ou les interruptions d'activité découlant de la fourniture de ces conseils, orientations ou services par Suivi. Par conséquent, TBS recommande aux utilisateurs d'exercer leur propre compétence et leur propre prudence en ce qui concerne l'utilisation des conseils, orientations et services fournis par Suivi.\"],\"EdEpYN\":[\"Ajouter un domaine\"],\"EdQY6l\":[\"Aucun\"],\"EdSZUD\":[\"Inclure les domaines cachés dans les résumés.\"],\"Ef7StM\":[\"Inconnu\"],\"EhOR/l\":[\"Il s'agit d'un nouveau service, que nous améliorons constamment.\"],\"Ehtihc\":[\"Aller à la page\"],\"EkH9pt\":[\"Mise à jour\"],\"ElG4r1\":[\"Chaîne vérifiée exempte d'ancre Symantec ancienne\"],\"EnEKSX\":[\"Pour activer toutes les fonctionnalités de l'application et maximiser la sécurité de votre compte, <0>vous devez vérifier votre compte.\"],\"EoKe5U\":[\"Domaine\"],\"EsCdbQ\":[\"Ce filtre n'affichera que les domaines affiliés à votre compte.\"],\"EsW9CB\":[\"Baliser les actifs\"],\"EsdzMy\":[\"Demande d'invitation\"],\"Eu74yg\":[\"Objets par page: \"],\"EwO/Xg\":[\"Résumé de la configuration DMARC\"],\"F/Nvz7\":[\"Aucune donnée de balayage n'est actuellement disponible pour ce service. Vous pouvez demander un scan en utilisant le bouton d'actualisation, ou attendre jusqu'à 24 heures pour que les données soient actualisées.\"],\"F7G/TS\":[\"Foire aux questions\"],\"F9YcwP\":[\"Adresse/domaine utilisé(e) dans le champ \\\"From\\\".\"],\"FCbYMr\":[\"sp:\"],\"FDHYoy\":[\"Constatations supplémentaires\"],\"FH1WRg\":[\"Le champ de l'url du domaine ne doit pas être vide\"],\"FHx6kz\":[\"Positif\"],\"FNWRpJ\":[\"Vous pouvez filtrer la liste des domaines ici\"],\"FNsxkO\":[\"Disposition\"],\"FQvm8g\":[\"Les résultats de Suivi sont actualisés toutes les 24 heures.\"],\"FS1/JD\":[\"Liste des balises d'orientation\"],\"FTed18\":[\"<0>Disponibilité de l'application: Cette application Web en nuage doit être opérationnelle à 95 % de 8 h à 16 h (heure de l'Est) pendant les jours ouvrables réguliers.\"],\"FWQGGb\":[\"Cliquez sur une carte d'organisation pour obtenir plus de détails.\"],\"FWWAwd\":[\"Incorrect createDomain.result typename.\"],\"FcDIH8\":[\"Sélectionner tous les \",[\"domainCount\"],\" domaines\"],\"FeVxCP\":[\"Données:\"],\"Fk2Het\":[\"Total des messages de cet expéditeur.\"],\"FpNkVS\":[\"Cliquez ici.\"],\"FqwE0m\":[\"Filtrer la liste des organisations auxquelles s’applique la Politique sur les services et le numérique.\"],\"G+6xxh\":[\"Résumé TLS\"],\"G0SLvB\":[\"Incorrect updateDomain.result typename.\"],\"G2TE1M\":[\"Cela mettra à jour \",[\"0\"],\" domaine(s).\"],\"G3xh2U\":[\"Impossible de fermer ce compte.\"],\"G5EePN\":[\"Filtrer la liste aux ressources affiliées uniquement.\"],\"GCA9px\":[\"Longueur des clés :\"],\"GDvlUT\":[\"Rôle\"],\"GEA6eT\":[\"Obtenir des certificats d’une source de certificats approuvée par le GC, comme l’indiquent les Recommandations pour les certificats de serveur TLS pour les services Web publics du GC.\"],\"GEi8if\":[\"BLOQUÉ\"],\"GFvoBM\":[\"Obtenir les statuts des domaines\"],\"GGB2ZL\":[\"Les personnes d'un groupe ministériel de technologie de l'information peuvent communiquer avec la boîte aux lettres de la cybersécurité du SCT pour l'interprétation des résultats et la gestion des domaines.\"],\"GJd/q+\":[\"Slug:\"],\"GKe3PA\":[\"Tier 3\"],\"GLUC2q\":[\"Déployer\"],\"GRuFS2\":[[\"0\"],\" sélectionné au total\"],\"GS+Mus\":[\"Exporter\"],\"GTOcxw\":[\"Modifier l'utilisateur\"],\"GVcaW6\":[\"Détails de l'organisation\"],\"GaT4cj\":[\"Ce domaine n'appartient pas à cette organisation\"],\"Gfjbxu\":[\"AMOPS 25 principales\"],\"GnFC/X\":[\"Résultats du SPF\"],\"Gp/8p2\":[\"Composants concernés :\"],\"Gq6SZt\":[\"Web (HTTPS/TLS)\"],\"GsdBTZ\":[\"Email-hosting <0>domains\"],\"GzoOWw\":[\"Trouvez des domaines qui pourraient appartenir à votre organisation.\"],\"H3qTOK\":[\"<0>Suivre les indications de la section 2.4 de la <1>ITSP.40.065 v1.1.\"],\"H47YfF\":[\"Estados del activo\"],\"H6ohbT\":[\"Vous acceptez de protéger toute information qui vous est divulguée par TBS conformément aux mesures de traitement des données décrites dans les présentes conditions générales. De même, TBS accepte de protéger toute information que vous lui communiquez. Ces informations ne doivent être utilisées qu'aux fins pour lesquelles elles ont été prévues.\"],\"H8u4Wv\":[\"Première vue : \",[\"0\"]],\"H9Ol7O\":[\"Vulnérabilité Heartbleed:\"],\"HBZslL\":[\"Propriétés actualisées\"],\"HFKvys\":[\"Le champ de code ne doit pas être vide\"],\"HLAuGp\":[\"Las 25 principales vulnerabilidades detectadas en hallazgos adicionales.\"],\"HODgS5\":[\"Échec du SPF %\"],\"HVCvjT\":[\"Statut de l'ITPIN\"],\"HeXVdU\":[\"Tracker gère désormais automatiquement vos sélecteurs DKIM.\"],\"HiVi/n\":[\"Vue horizontale\"],\"Hjf97f\":[\"Impossible de mettre à jour le rôle de l'utilisateur.\"],\"Hk2vPu\":[\"Une erreur s'est produite lors du dé-favorisage d'un domaine.\"],\"HmWTI7\":[\"Utilisateur: \"],\"HohCRz\":[\"Avertissements :\"],\"HrJpUC\":[\"Veuillez entrer votre mot de passe actuel.\"],\"HskuH2\":[\"Sélectionnez une raison pour l'ajout de ce domaine extérieur\"],\"HumaRO\":[\"ADMIN\"],\"HxAsl2\":[\"Indique si le domaine dispose d'un certificat SSL valide.\"],\"Hyj6ug\":[\"Dernière analyse :\"],\"I+FvbD\":[\"Scanner\"],\"I1Ym9H\":[\"Statut SSL\"],\"I2jrDn\":[\"Niveau de confiance\"],\"I7VAhM\":[\"Haute disponibilité\"],\"I9vYw1\":[\"Changement de la méthode d'envoi des TFA\"],\"IAxc8y\":[\"Nous avons apporté des améliorations à nos tableaux de données DMARC afin de fournir une vue plus précise de l'information.\"],\"ICwOoM\":[\"Conseils techniques de mise en œuvre :\"],\"IFIilA\":[\"Tracker ajoute automatiquement des sélecteurs DKIM à l'aide des rapports DMARC. Les sélecteurs seront ajoutés à Tracker lorsque 1) le domaine possède un enregistrement DMARC RUA qui inclut \\\"mailto:dmarc@cyber.gc.ca\\\" ; et 2) le sélecteur a été utilisé pour signer un courriel et a passé la validation DKIM. Si le domaine ne remplit pas ces conditions, les sélecteurs ne seront pas ajoutés à Tracker.\"],\"IMs82o\":[\"Empêchez ce domaine d'être scanné et d'être compté dans les résumés.\"],\"IN14eU\":[\"Indique si la chaîne de certificats reçue contient Entrust en tant qu'autorité de certification.\"],\"INXmF5\":[\"Votre compte sera automatiquement lié à l'organisation qui vous a invité.\"],\"IQEaPl\":[\"Si vous pensez que cela a été causé par un problème avec Tracker, veuillez <0>Reporter un problème <1/>.\"],\"IS0nrP\":[\"Créer un compte\"],\"IZMm9/\":[\"These findings are imported from Microsoft's <0>External Attack Surface Management tool. Updates to these findings occur weekly.\"],\"IZzn9r\":[\"Pays (EN)\"],\"IacaTh\":[\"Veuillez suivre le lien afin de vérifier votre compte et commencer à utiliser Suivi.\"],\"IedE0A\":[\"Ciphers faibles:\"],\"IejbLv\":[\"PSG\"],\"Ii7fo2\":[\"La confirmation du mot de passe ne peut pas être vide\"],\"Iq9zAc\":[\"PROD\"],\"IzDZMY\":[\"Vérifiez si votre organisation est déjà incluse. Si ce n'est pas le cas, créez un compte gratuit pour obtenir une vue d'ensemble de l'empreinte numérique de votre organisation et de ses vulnérabilités potentielles.\"],\"Izhuvv\":[\"En série :\"],\"J0vRBR\":[\"Visualiser et modifier les rôles des utilisateurs affiliés à votre organisation.\"],\"J26rGJ\":[\"pct:\"],\"J2Nw00\":[\"Indique si le certificat feuille comprend l'extension \\\"OCSP Must-Staple\\\".\"],\"J5nbej\":[\"Critique\"],\"JHOuex\":[\"Résultats de l'orientation\"],\"JIDNWm\":[\"Recherche de scanner\"],\"JKON7w\":[\"Impossible de récupérer les données d'analyse pour \",[\"domain\"],\".\"],\"JMpJJh\":[\"Il est recommandé aux partenaires du SSC de contacter leur gestionnaire de prestation de services du SSC afin de discuter du plan d'action ministériel et des étapes nécessaires pour soumettre une demande de changement.\"],\"JNCzPW\":[\"Pays\"],\"JNdXxi\":[\"En attente de DCV\"],\"JOy8Oh\":[\"Indique si le domaine répond aux exigences du protocole de transfert hypertexte sécurisé (HTTPS).\"],\"JQ94qH\":[\"Résumé Tier :\"],\"JSjBs0\":[\"Vous n'avez actuellement aucune affiliation administrative.\"],\"JbWDNK\":[\"Le nom de l'organisation ne correspond pas.\"],\"JivUrY\":[\"Une erreur s'est produite lors de la mise à jour de votre méthode d'envoi de TFA.\"],\"JmZ/+d\":[\"Terminer\"],\"Jpnyqo\":[\"Protection DDOS\"],\"Jr0rwn\":[\"Voici les informations pour chaque domaine\"],\"JsY1p5\":[\"Refusé\"],\"JsY45j\":[\"Hôte du DNS inversé de l'adresse IP source.\"],\"K/Yxpy\":[\"Sélectionnez une raison pour la suppression de ce domaine\"],\"K22iFr\":[\"Ancienne valeur :\"],\"K5zuKx\":[\"Confirmer la suppression du domaine:\"],\"K6wJJD\":[\"Effectuez une évaluation des domaines et sous-domaines pour déterminer l'état de la configuration. Les outils disponibles pour soutenir cette activité comprennent le <0>Tracker Dashboard, <1>SSL Labs, <2>Hardenize, <3>SSLShopper, etc.\"],\"K7tIrx\":[\"Catégorie\"],\"KF9O08\":[\"HTTPS est configuré et les connexions HTTP sont redirigées vers HTTPS (ITPIN 6.1.1)\"],\"KGbrpr\":[\"0. Non mis en œuvre\"],\"KIdhao\":[\"Impossible d'inviter un utilisateur.\"],\"KR16gJ\":[\"Le pourcentage de services en contact avec l'internet qui ont une politique DMARC d'au moins p=”none”.\"],\"KSwvaC\":[\"Aucun protocole faible connu n'a été utilisé.\"],\"KUENZK\":[\"Bienvenue sur Suivi, veuillez entrer vos coordonnées.\"],\"KWC0B6\":[\"Une erreur s'est produite lorsque vous avez tenté de vous déconnecter\"],\"KWUgwY\":[\"Termes et conditions\"],\"KXqMY6\":[\"Organisation non mise à jour\"],\"KbS2K9\":[\"Réinitialiser le mot de passe\"],\"Ke8Vim\":[\"Incorrect inviteUserToOrg.result typename.\"],\"KldMMb\":[\"Fonction:\"],\"Kmrrnj\":[\"Statut/étiquette/état\"],\"KpVz6S\":[\"Ignorer la RUA\"],\"KxDZTk\":[\"Créez un compte en entrant un courriel et un mot de passe.\"],\"KzQFvE\":[\"Organisation d'édition\"],\"KzfAfq\":[\"Réaliser un inventaire de tous les domaines et sous-domaines du ministère. Les sources d'information comprennent :\"],\"Kzy2d8\":[\"Plus d'informations\"],\"L+PZ+0\":[\"Sécurité et utilisation des données\"],\"L4CLrh\":[\"<0>Préférence: \",[\"préférence\"]],\"L5/4N9\":[\"Indique si le domaine répond aux exigences de DomainKeys Identified Mail (DKIM).\"],\"L5P0h3\":[\"Accord sur le niveau de service\"],\"L6iDE/\":[\"Courbes acceptables:\"],\"L6uH4h\":[\"Afficher la liste des domaines\"],\"LA72iW\":[\"Vous acceptez d'utiliser notre site Web, nos produits et nos services uniquement à des fins légales et de manière à ne pas enfreindre les droits d'un tiers, ni à restreindre ou à empêcher l'utilisation et la jouissance du site Web, des produits ou des services par un tiers. En outre, vous ne devez pas abuser, compromettre ou interférer avec nos services, ni introduire dans nos services des éléments malveillants ou technologiquement dangereux. Vous ne devez pas tenter d'obtenir un accès non autorisé à notre site Web, à nos produits ou services, au(x) serveur(s) sur le(s)quel(s) ils sont stockés, ou à tout serveur, ordinateur ou base de données connecté à notre site Web, à nos produits ou à nos services, ni les altérer, les désosser ou les modifier. Nous pouvons suspendre ou cesser de vous fournir nos produits ou services si vous ne respectez pas nos conditions ou politiques ou si nous enquêtons sur une suspicion de mauvaise conduite. Tout soupçon d'utilisation illégale de notre site web, de nos produits ou de nos services peut être signalé aux autorités compétentes chargées de l'application de la loi et, si nécessaire, nous coopérerons avec ces autorités en leur divulguant votre identité.\"],\"LAiDdu\":[\"Soumettez des rapports de bogues et des demandes de fonctionnalités via notre page <0>GitHub.\"],\"LArty2\":[\"Aucune organisation\"],\"LEbOpR\":[\"Plus de détails\"],\"LHZNPL\":[\"CVE ignoré\"],\"LL8dy7\":[\"Bon nom d'hôte\"],\"LLx/nr\":[\"Strong\"],\"LONBwM\":[\"Aucun en-tête de réponse n'a été trouvé\"],\"LPfLcZ\":[\"Dernière numérisation\"],\"LTDS5W\":[\"ÉGAUX\"],\"LTZ0Yt\":[\"Vous pouvez modifier les résultats de la liste des domaines à l'aide des filtres suivants\"],\"LWf1bI\":[\"Les résultats de suivi des domaines HSTS et HTTPS s’affichent incorrectement lorsqu’un domaine possède un sous-domaine WWW qui ne se conforme pas aux règles. Vérifiez votre sous-domaine WWW si vos résultats vous semblent incorrects. Par exemple, les résultats que l’on obtient pour le site www.canada.ca dans la plateforme de suivi sont inclus dans les résultats pour le site canada.ca. Les travaux sont en cours pour séparer les résultats.\"],\"LXv/RF\":[\"Balise utilisée pour montrer que les domaines ont un résolveur de caractères génériques comme frère ou sœur.\"],\"LcSfMb\":[\"Aucun enregistrement n'a été trouvé pour ce service.\"],\"LdiZzs\":[\"L'enregistrement SPF est déployé et valide\"],\"LeSkbA\":[\"Tableau des échecs DKIM\"],\"Lf8wF8\":[\"Statut HSTS\"],\"LlIlYS\":[\"Les données des sommaires DMARC n'ont pas été mises à jour depuis décembre 2024. Nous travaillons à actualiser ces informations. Veuillez noter que les données affichées pourraient ne pas refléter l'état actuel de la sécurité des courriels.\"],\"LpOIus\":[\"Prochaines étapes :\"],\"LqhjxR\":[\"Par défaut :\"],\"Ls08BH\":[\"Ajouter un utilisateur\"],\"LsXP1P\":[\"Impossible de mettre à jour votre nom d'utilisateur, veuillez réessayer.\"],\"Lw2FI5\":[\"Certificat Entrust détecté\"],\"M3+Ht7\":[\"Acronyme\"],\"M70Qdp\":[\"Un activo que es relevante para la organización pero que no forma parte directamente de la superficie de ataque.\"],\"M8er/5\":[\"Nom:\"],\"MEFtR2\":[\"Utiliser Tracker et <0>l’orientation du protocole de sécurité de la couche transport (TLS) ITSP.40.062 pour surveiller les domaines et sous-domaines de votre organisation. Les autres outils disponibles pour appuyer cette activité incluent <1>Laboratoires SSL, <2>Hardenize, <3>SSLShopper, etc.\"],\"MEUfqY\":[\"Erreur lors de la récupération des données d'analyse pour \",[\"domainName\"],\". <0/>Cela peut être dû à des privilèges d'utilisateur insuffisants ou au fait que le domaine n'existe pas dans le système. Vous pouvez demander l'accès à une organisation ci-dessous pour voir les résultats du domaine.\"],\"MILoeL\":[\"Services\"],\"MJtPXf\":[\"Indique le pourcentage de courriels provenant du domaine qui ne répondent pas aux exigences DKIM, mais qui répondent aux exigences SPF.\"],\"MKRejy\":[\"Résultats négatifs les plus fréquents\"],\"MYBysd\":[\"Incorrect removeDomain.result typename.\"],\"MaIXUI\":[\"Défaillances du SPF par adresse IP\"],\"Mbs4mO\":[[\"editingDomainUrl\"],\" de \",[\"orgSlug\"],\" mis à jour avec succès\"],\"MfoETE\":[\"Vous avez ajouté avec succès \",[\"url\"],\" à monSuivi.\"],\"MmdOIM\":[\"Aucune balise d'orientation n'a été trouvée pour cette catégorie de balayage.\"],\"MqpjCY\":[\"Organisation supprimée\"],\"Mw2muw\":[\"EXTÉRIEUR\"],\"MxCO+9\":[\"Ces résultats sont importés de l'outil <0>External Attack Surface Management de Microsoft. Ces résultats sont mis à jour quotidiennement.\"],\"Mxt7mO\":[\"Filtrez la liste des domaines ici.\"],\"MxwkfL\":[\"DMARC configuré\"],\"N0XARq\":[\"Balise utilisée pour afficher les domaines qui ne sont pas actifs.\"],\"N2Buh0\":[\"Votre organisation n'utilise pas encore Tracker ?\"],\"N4OVNn\":[\"Mise en œuvre\"],\"NDCfR1\":[\"Extérieur\"],\"NJFQ66\":[\"Exigences : <0>Configuration requise pour les services de gestion du courrier électronique\"],\"NP/GAG\":[\"Arrêt réussi de l'ignorance des CVE pour le domaine « \",[\"0\"],\" ». Nouvelles CVE ignorées : « \",[\"1\"],\" ».\"],\"NQ3JAW\":[\"Exportation vers CSV\"],\"NRDH4v\":[\"Pourquoi d'autres outils affichent-ils des résultats positifs pour un domaine alors que Suivi affiche des résultats négatifs ?\"],\"NTIp6w\":[\"Pas après :\"],\"NUVjEe\":[\"Tracker HSTS and HTTPS results display incorrectly when a domain has a non-compliant WWW subdomain. Check your WWW subdomain if your results appear incorrect. For example, the results for www.canada.ca in the Tracker platform are included in the results for canada.ca Work is in progress to separate the results.\"],\"NVhJi1\":[\"Trier par: \"],\"NVn6vQ\":[\"Algorithme de hachage :\"],\"NYFASA\":[\"Non réclamé\"],\"NnH3pK\":[\"Test\"],\"NoKvKm\":[\"Confirmer le nouveau mot de passe:\"],\"NoNwIX\":[\"Inactif\"],\"NqTDTp\":[\"Pas de numéro de téléphone actuel\"],\"Nu4oKW\":[\"Description\"],\"NuI3cI\":[\"Cette action ne peut être annulée, êtes-vous sûr de vouloir fermer le compte \",[\"displayName\"],\"?\"],\"NuhuBC\":[\"EN ATTENTE\"],\"Nx6F8k\":[\"Comparaison\"],\"O3oNi5\":[\"Courriel\"],\"O63ZFt\":[\"Heure générée (UTC)\"],\"OH+rHg\":[\"Utilisez ce champ de recherche pour trouver une organisation.\"],\"OJgtsX\":[\"abandonnées\"],\"OJx3wK\":[\"Non disponible\"],\"OPnS0i\":[\"Indique si tous les certificats du paquet fourni par le serveur ont été envoyés dans le bon ordre.\"],\"OQoPDj\":[\"Signature Hash :\"],\"OV99YN\":[\"Utilisez les filtres pour affiner votre recherche.\"],\"OX6vme\":[\"Authentifier\"],\"OYHzN1\":[\"Balises\"],\"OZXjiQ\":[\"Balise utilisée pour indiquer que les domaines sont cachés et n'affectent pas les notes de synthèse de l'organisation.\"],\"ObaDfw\":[\"Niveau 1 : Exigences minimales\"],\"Ocwo6K\":[\"spPolicy:\"],\"Odegd3\":[\"Données des 30 derniers jours\"],\"OhbQFG\":[\"Déclassements HTTPS\"],\"OlCJKy\":[\"Le format PSN s'applique :\"],\"Opv4re\":[\"Nos demandes d'analyse peuvent être identifiées par l'en-tête User-Agent suivant :\"],\"Ov00/+\":[\"Une erreur s'est produite lors de la demande d'un scan.\"],\"OvAZpb\":[\"Agrafe obligatoire\"],\"Ozr/d9\":[\"Veuillez choisir votre langue préférée\"],\"P3366C\":[\"Évaluer\"],\"P3d5qF\":[\"Pas de balises\"],\"P5BMwU\":[\"Indique si le point de terminaison HTTPS passe en HTTP non sécurisé immédiatement, éventuellement ou jamais.\"],\"P5Xdjh\":[\"Supprimer un domaine\"],\"PA0obv\":[\"Obtenir une orientation en matière de configuration pour les points terminaux appropriés (p. ex., serveur Web, dispositifs de réseau ou de sécurité) et mettre en œuvre les configurations recommandées.\"],\"PAnfdM\":[\"Souhaitez-vous demander une invitation à \",[\"orgName\"],\" ?\"],\"PHUxmV\":[\"INACTIF\"],\"PIz50E\":[\"Le rôle de l'utilisateur a été mis à jour avec succès\"],\"PJT78K\":[\"Liste des utilisateurs\"],\"PLrg5f\":[\"Avis important :\"],\"POOZo/\":[\"La reproduction n'est pas présentée comme une version officielle des documents reproduits, ni comme ayant été faite en affiliation avec le SCT ou sous sa direction.\"],\"POkOop\":[\"Prod\"],\"PQs7eb\":[\"URL :\"],\"PSGjEt\":[\"Conditions d'utilisation\"],\"PTCq3h\":[\"Par défaut, nos scanners vérifient les domaines se terminant par \\\".gc.ca\\\" et \\\".canada.ca\\\". Si votre domaine ne fait pas partie de cette liste, vous devez nous contacter pour nous en informer. Envoyez un courriel à l’<0>équipe responsable de la cybersécurité du SCT pour confirmer que vous êtes propriétaire de ce domaine.\"],\"PVYIRf\":[\"Aucune phase de mise en œuvre DMARC\"],\"PVpIFF\":[\"Le matériel disponible sur ce site web est soumis à l'approbation de la Commission européenne.\"],\"PXenob\":[\"Loi sur les marques de commerce\"],\"PYfxDh\":[\"En-tête De\"],\"Ph14Wm\":[\"Voir les en-têtes\"],\"PlskcA\":[\"Portail Admin\"],\"Pm0qcs\":[\"Recherche d'éléments entièrement alignés\"],\"Pr5WdA\":[\"Loi sur la protection de la vie privée.\"],\"PsiZ7B\":[\"Chargement \",[\"children\"],\"...\"],\"PsuHqc\":[\"Veuillez choisir votre langue préférée\"],\"Pu8BV1\":[\"Entrez \\\"\",[\"userName\"],\"\\\" ci-dessous pour confirmer la suppression. Ce champ est sensible à la casse.\"],\"Puv7+X\":[\"Paramètres du compte\"],\"Pw01g0\":[\"Cacher le mot de passe\"],\"PyoHuT\":[\"Élaborer un calendrier de priorités pour corriger tout échec. Envisager de donner la priorité aux sites Web et aux services Web qui échangent des données protégées.\"],\"Q1NzNX\":[\"Point d'aboutissement :\"],\"Q5+2cS\":[\"la plateforme <0>Tracker;\"],\"Q8L0wp\":[\"Recherche d'un utilisateur (email)\"],\"Q93sDy\":[\"Empêchez ce domaine d'être visible, d'être scanné et d'être compté dans les résumés.\"],\"QB3TTp\":[\"Résumé du point d'aboutissement\"],\"QDEWii\":[\"Vérifié\"],\"QDcb9e\":[\"Filtrer la liste aux seules organisations vérifiées.\"],\"QHgSK6\":[\"Domaine supprimé de \",[\"orgSlug\"]],\"QNH6mm\":[\"Compte clôturé avec succès\"],\"QOSvBL\":[\"Le message a été rejeté et ne sera plus affiché.\"],\"QRv92O\":[\"Ajouter des détails concernant l'inscription (facultatif)\"],\"QT0yfo\":[\"La <0>Directive sur les services et le numérique du gouvernement du Canada (GC) définit les attentes quant à la façon dont les organisations du GC doivent gérer leurs services de la technologie de l’information (TI). L’objectif de l’outil Suivi est d’aider les organisations à demeurer conformes aux directives relatives aux <1>Exigences en matière de configuration pour les services de gestion des courriels et les directives ayant trait aux <2>Exigences de configuration de la gestion des sites Web et des services. \"],\"QXjlIE\":[\"Pourcentages\"],\"Qbk83b\":[\"Indique si le domaine répond aux exigences du Sender Policy Framework (SPF).\"],\"QdZlQZ\":[\"Changement du statut d'utilisateur interne\"],\"QjxL33\":[\"Les acronymes ne peuvent utiliser que des lettres majuscules et des caractères de soulignement.\"],\"Qn8r0/\":[\"Aucun résultat négatif à signaler.\"],\"R07tP/\":[\"Résumé de la configuration https\"],\"R44vel\":[\"le SCT soit identifié comme la source; et\"],\"R5H2sO\":[\"Cliquez pour obtenir des conseils sur la façon de démarrer avec Tracker et les questions les plus fréquentes.\"],\"RAEZXU\":[\"404 - Page non trouvée\"],\"RBg26R\":[\"Aidez-nous à rendre les sites Web du gouvernement plus sûrs. Veuillez suivre les étapes suivantes pour vous conformer aux normes de sécurité Web du gouvernement du Canada. Si vous avez des questions sur ce processus, veuillez <0>nous contacter.\"],\"RCGMuM\":[\"Auto-signé :\"],\"RSKNnk\":[\"Aucun conseil trouvé pour cette catégorie\"],\"RUp1j6\":[\"<0>Help Desk: All enquiries submitted via generic mailboxs tracker@tbs-sct.gc.ca, suivi@tbs-sct.gc.ca will be responded to within 10 business days.\"],\"RVv6yw\":[\"Balise utilisée pour indiquer les domaines qui sont hors de la portée de l'organisation.\"],\"Ralayn\":[\"Ajouter un tag\"],\"Rc9loj\":[\"4. Maintenir\"],\"Rd14F9\":[\"Sélecteurs DKIM\"],\"Rjm0zZ\":[\"Connexions web\"],\"RqO0eR\":[\"fort\"],\"RqvBOI\":[\"Chaîne HTTP (80)\"],\"Rr1UBV\":[\"Vulnerabilidad\"],\"Rsjgm0\":[\"Expérimental\"],\"RvmKvd\":[\"CVE détecté\"],\"RvwH+e\":[\"Utilisateur invité\"],\"S3owus\":[\"Résumé du site web\"],\"S5Tw3I\":[\"Créer une organisation\"],\"SBQFyj\":[\"Résultats des analyses des technologies du web (SSL, HTTPS).\"],\"SFm6y5\":[\"Tracker ajoute automatiquement des sélecteurs DKIM à l'aide des rapports DMARC. Les sélecteurs seront ajoutés à Tracker lorsque 1) le domaine possède un enregistrement DMARC RUA qui inclut \\\"mailto:dmarc@cyber.gc.ca\\\" ; et 2) le sélecteur a été utilisé pour signer un courriel et a passé la validation DKIM.\"],\"SIfFqx\":[\"Web-hosting domains\"],\"SLTmyE\":[\"Each organization’s domain list should include every internet-facing service. It is the responsibility of org admins to manage the current list and identify new domains to add.\"],\"SOhD3S\":[\"Défaillances du DMARC par adresse IP\"],\"SQKPvQ\":[\"Inviter l'utilisateur\"],\"SXQFr8\":[\"Hôte DNS\"],\"SZw9tS\":[\"Voir les détails\"],\"SaZ6L+\":[\"Volume de messages usurpant \",[\"domainSlug\"],\" (rejet + quarantaine + aucun) :\"],\"SfdMcC\":[\"Résultat expérimental issu d'une version non publiée de SSLyze. Cela n'a aucune incidence sur la note de conformité et n'est visible que par les super-administrateurs.\"],\"Sk332e\":[\"HTTPS configuré\"],\"SlfejT\":[\"Erreur\"],\"Smh7Oz\":[\"Résumé de votre tracker\"],\"Spo4mQ\":[\"En-têtes de réponse\"],\"Sq7GOU\":[\"Pour plus de détails concernant les termes relatifs à la vie privée, veuillez vous référer à\"],\"SrVEBu\":[\"Non balayé\"],\"SsaSBB\":[\"Loi sur le droit d'auteur\"],\"Ssk04z\":[\"Déployer les enregistrements DKIM et les clés pour tous les domaines et expéditeurs.\"],\"SteJns\":[\"Phases DMARC\"],\"SxG8Ml\":[\"Ce composant n'est pas disponible actuellement. Essayez de recharger la page.\"],\"Sxm8rQ\":[\"Utilisateurs\"],\"Sxw8pN\":[\"L'organisation est investie dans le domaine extérieur\"],\"Szz0uM\":[\"Balise utilisée pour afficher les domaines susceptibles d'être bloqués par un pare-feu.\"],\"T4zr9t\":[\"Connectez-vous à votre compte\"],\"T8DC3r\":[\"Tag créé\"],\"THT43/\":[\"Pas de RDC trouvé\"],\"TIL5UY\":[\"Indique la durée, en secondes, pendant laquelle l'en-tête HSTS est valide.\"],\"TK9JHr\":[\"Nous nous réservons le droit de modifier la présentation et le contenu de notre site Web, nos politiques, nos produits, nos services et les présentes conditions générales à tout moment et sans préavis. Veuillez consulter régulièrement les présentes conditions générales, car l'utilisation continue de nos services après qu'une modification a été apportée sera considérée comme une acceptation de cette modification.\"],\"TVVTQ1\":[\"Actualiser les résultats de l'analyse du Web et du courrier électronique pour ce domaine.\"],\"TZ4oql\":[\"Chargement des données...\"],\"TaTrFz\":[\"Marquez ce domaine comme haute disponibilité. Il sera surveillé par le tableau de bord de disponibilité.\"],\"TdfEV7\":[\"Archivé\"],\"TdgpBL\":[\"Aucune donnée d'analyse disponible pour \",[\"0\"],\".\"],\"TiKezy\":[\"DÉV\"],\"TnE3tt\":[\"Depuis le début de l'année\"],\"TnRVWV\":[\"\\n We've sent you an email with an authentication code to sign into Tracker.\"],\"TvssMP\":[\"Dépendance\"],\"TxJV9g\":[\"total des utilisateurs\"],\"Ty2jlx\":[\"L'adresse du domaine.\"],\"TyhTvr\":[\"d'hébergement d'emails\"],\"U3h1os\":[\"Indique si la connexion HTTPS est active.\"],\"U3pytU\":[\"Administrateur\"],\"U6GeYF\":[\"Les renseignements partagés avec le SCT ou acquis par l'entremise de systèmes hébergés par le SCT peuvent faire l'objet d'une divulgation publique en vertu de la Loi sur la protection des renseignements personnels.\"],\"U6kiMF\":[\"Indique le pourcentage d'e-mails du domaine qui ne répondent pas aux exigences DKIM, mais qui répondent aux exigences SPF.\"],\"U9CvYr\":[\"Direction du graphique :\"],\"UCUfML\":[\"Composants concernés\"],\"UDGkR8\":[\"Supporte l'échange de clés ECDH:\"],\"UL8A9w\":[\"Tag\"],\"UZZLtk\":[\"Label (EN)\"],\"UbRKMZ\":[\"En attente\"],\"Ufe/7B\":[\"Employés du gouvernement du Canada\"],\"Uj/wmw\":[\"Dresser la liste de tous les domaines et sous-domaines organisationnels. Les sources d’information comprennent :\"],\"Ujzz/n\":[\"Immédiatement\"],\"Ukc1yU\":[\"Orientation:\"],\"UrjddE\":[\"Les utilisateurs font preuve de diligence raisonnable en s'assurant de l'exactitude des documents reproduits;\"],\"UtKWyZ\":[\"HSTS Âge maximum\"],\"Uu6FGP\":[\"Résultats pour les analyses des technologies web (TLS, HTTPS).\"],\"UuPNoj\":[\"Prend en charge l'échange de clés post-quantique\"],\"UwUGG3\":[\"Indique le pourcentage d'e-mails du domaine qui ont passé les exigences SPF et DKIM.\"],\"UxDJQH\":[\"Changement du numéro de téléphone de l'utilisateur\"],\"V15bkS\":[\"PROPRIÉTAIRE\"],\"VA9MZs\":[\"Utilisez Suivi pour surveiller les domaines et sous-domaines de votre organisation.\"],\"VADSKS\":[\"Demander qu'un domaine soit scanné:\"],\"VCAw+b\":[\"Affiliations des utilisateurs\"],\"VGm6lt\":[\"Indique si la connexion HTTP est active.\"],\"VJScHU\":[\"Raison\"],\"VL3117\":[\"Signaler un problème\"],\"VLQU3n\":[\"Où puis-je obtenir un certificat TLS approuvé par le GC?\"],\"VNHeQl\":[\"Tracker ajoute automatiquement des sélecteurs DKIM à l'aide des rapports DMARC. Les sélecteurs seront ajoutés à Tracker lorsque 1) le domaine possède un enregistrement DMARC RUA qui inclut « mailto:dmarc@cyber.gc.ca » ; et 2) le sélecteur a été utilisé pour signer un e-mail et a passé la validation DKIM. Si vos sélecteurs DKIM ou toute autre information DMARC sont manquants, veuillez envoyer un courriel à <0>TBS Cyber Security.\"],\"VOYYu9\":[\"Une erreur s'est produite lors de la mise à jour de vos préférences d'utilisateur interne.\"],\"VQ8hjU\":[\"Impossible de mettre à jour votre adresse électronique, veuillez réessayer.\"],\"VTFUU5\":[\"Les mots de passe doivent correspondre\"],\"VTabg1\":[\"Indique si le domaine répond aux exigences de Hypertext Transfer ol Secure (HTTPS).\"],\"VV3o1u\":[\"Nom de l'affichage actuel:\"],\"VVzJBE\":[\"Description (FR)\"],\"VYExE3\":[\"Éventuellement\"],\"Vb4rKO\":[\"Les informations sur la chaîne de certificats n'ont pas pu être trouvées pendant l'analyse.\"],\"VbN7mk\":[\"Ne plus montrer\"],\"VhMDMg\":[\"Changer le mot de passe\"],\"VoWGfx\":[\"Réseau de diffusion de contenu\"],\"VpM60a\":[\"Conseils sur le Web\"],\"VvKBAO\":[\"Modification du mot de passe de l'utilisateur\"],\"VwOrlc\":[\"Le sélecteur doit être une chaîne contenant des caractères alphanumériques et des points, commençant et se terminant uniquement par des caractères alphanumériques.\"],\"W/x/AD\":[\"Incorrect updateOrganization.result typename.\"],\"W1KJcv\":[\"Pour les utilisateurs intéressés par l'utilisation de nouvelles fonctionnalités qui sont encore en cours de développement.\"],\"W3pON0\":[\"<0>Nom d'hôte: \",[\"hostname\"]],\"W6UJvS\":[\"Une erreur s'est produite lors de la mise à jour de votre langue.\"],\"WD4aNC\":[\"Affichage des données pour la période:\"],\"WGQHXA\":[\"Aucun cadre trouvé\"],\"WQczKl\":[\"Effectuer la rotation des clés DKIM annuellement.\"],\"WRtyAC\":[\"Afficher la liste des mises à jour\"],\"WTCGSJ\":[\"Vérifiez le lien de vérification dans votre courriel de suivi associé.\"],\"WUnDrx\":[\"Courbes fortes:\"],\"WWBK6M\":[\"Indique le pourcentage de domaines qui ont configuré HTTPS et qui mettent à niveau les connexions HTTP vers HTTPS (ITPIN 6.1.1).\"],\"WXDrr0\":[\"Filtres :\"],\"WXPj0U\":[\"Saisissez l'adresse électronique vérifiée de votre compte d'utilisateur et nous vous enverrons un lien pour réinitialiser votre mot de passe.\"],\"WXtLCg\":[\"Pour consulter les résultats détaillés de l'analyse et d'autres fonctionnalités, <0>vous devez vous affilier à une organisation.\"],\"Wa8Jtm\":[\"Ciphers\"],\"WdFHIK\":[\"Moniteur uniquement\"],\"WiHo0m\":[\"Ville:\"],\"WkpvU+\":[\"Aucun sélecteur DKIM n'est actuellement associé à ce domaine. Veuillez contacter un administrateur d'une organisation affiliée pour ajouter des sélecteurs.\"],\"WlaYm0\":[\"Vous avez réussi à mettre à jour votre numéro de téléphone.\"],\"WnpHVH\":[\"Étiquettes négatives\"],\"WuBDPs\":[\"<0>Application Availability: This cloud-based web application is to be 95% fully operational from 8:00 AM to 4:00 PM Eatern time on regular business days.\"],\"WzvrqK\":[\"Tous les domaines \",[\"0\"],\" de cette page sont sélectionnés.\"],\"X+yIKo\":[\"Si vous pensez que cela peut être le résultat d'un problème avec l'analyse, réanalysez le service en utilisant le bouton d'actualisation. Si vous pensez que c'est parce que le service n'existe plus (NXDOMAIN), ce domaine doit être supprimé de toutes les organisations affiliées.\"],\"X006Na\":[\"Cadres\"],\"X73iqs\":[\"https://https-everywhere.canada.ca/en/help/\"],\"X9enf0\":[\"Noms :\"],\"XATwen\":[\"Résumé de l'e-mail\"],\"XAhdNc\":[\"Vous avez mis à jour vos préférences de mise à jour de l'email avec succès.\"],\"XEkCVN\":[\"Politique sur la sécurité gouvernementale (PSG)\"],\"XGzDLr\":[\"Recherche par URL de domaine\"],\"XJH9eU\":[\"Serveurs de noms (NS)\"],\"XJOV1Y\":[\"Activité\"],\"XLHhMF\":[\"Créer une organisation\"],\"XMYjNb\":[\"Une ventilation plus détaillée de chaque domaine peut être trouvée en cliquant sur son adresse dans la première colonne.\"],\"XPHfVu\":[\"Impossible de fermer le compte.\"],\"XSDGjU\":[[\"selectedOnPage\"],\" sélectionné sur cette page.\"],\"XWh+dn\":[\"Envoi d'une invitation par courriel\"],\"XXwrnb\":[\"Impossible de mettre à jour le mot de passe\"],\"XXzR4R\":[\"ENTRUST\"],\"Xc87ZJ\":[\"Indique si le nom d'hôte figurant sur le certificat du serveur correspond au nom d'hôte figurant dans la requête HTTP.\"],\"Xd0BN3\":[\"Impossible de demander une invitation, veuillez réessayer.\"],\"XepVWg\":[\"Statut ou étiquette\"],\"XexWCK\":[\"Sélecteur DKIM\"],\"XhgUvQ\":[\"createOrganization.result incorrecte typename.\"],\"XlkiPi\":[\"Étiquette utilisée pour afficher les domaines résolus par une entrée générique.\"],\"XqZKdH\":[\"L'utilisation de la propriété intellectuelle en violation du présent accord peut entraîner la résiliation de l'accès au site web, au produit ou aux services de Suivi.\"],\"Xu9QQn\":[\"Type de message dismissMessage.result incorrect.\"],\"XuXErF\":[\"Les données suivantes peuvent avoir été modifiées récemment.\"],\"XxlcGv\":[\"Activité récente\"],\"XyOToQ\":[\"Une erreur s'est produite.\"],\"Y6K2Dw\":[\"Province (EN)\"],\"Y7iXtq\":[\"Surveillez l'évolution de la conformité de votre organisation en matière de sécurité au fil du temps.\"],\"Y8UTny\":[\"Entrez \\\"\",[\"0\"],\"\\\" ci-dessous pour confirmer la suppression. Ce champ est sensible à la casse.\"],\"YCjF3f\":[\"Renforcement de la cybersécurité au gouvernement du Canada AMOPS\"],\"YClp7D\":[\"Multifactor authentication (MFA) is active by deafult and used to verify account email\"],\"YFciqL\":[\"Courriel de l'utilisateur\"],\"YGftDL\":[\"Méthode de mise à jour incorrecte reçue.\"],\"YJfHtC\":[\"Indique le nombre total d'e-mails qui ont été envoyés par ce domaine pendant la période sélectionnée.\"],\"YKAZly\":[\"Appliquer des filtres pour affiner la liste des organisations.\"],\"YKuPEz\":[\"Une erreur s'est produite lors de la fermeture du message.\"],\"YMUzka\":[\"Balise utilisée pour afficher les domaines dont l'analyse web est en cours.\"],\"YN6VNq\":[\"Indique si le serveur s'est avéré vulnérable à la faille Heartbleed.\"],\"YUzq19\":[\"Mot de passe:\"],\"YWHtP/\":[\"Impossible de vérifier votre numéro de téléphone, veuillez réessayer.\"],\"YbQJ2+\":[\"Voici les informations pour chaque organisation\"],\"YcfUZ9\":[\"Nous contacter\"],\"Yi9o52\":[\"Résumé de la configuration HTTPS\"],\"YljFZL\":[\"État : \",[\"lastPortState\"]],\"YnqCPK\":[\"Vérifier le compte\"],\"Yq0/s5\":[\"Impossible de rejeter le message.\"],\"YrtGHB\":[\"Courbes faibles:\"],\"YwtmGn\":[\"Déployer les enregistrements DMARC initiaux en utilisant la stratégie Aucune (None)\"],\"Z4irAC\":[\"Je ne comprends pas pourquoi un domaine a échoué.\"],\"Z5MoJq\":[\"Domaines utilisés pour la validation SPF.\"],\"Z5XwFs\":[\"Filtrez la liste pour afficher vos organisations affiliées.\"],\"Z7TJ9F\":[\"Aucun journal d'activité\"],\"ZFVl25\":[\"HTTP Live\"],\"ZKCI79\":[\"Incorrect unignoreCve.result typename.\"],\"ZKZRqX\":[\"<0>Help Desk: All enquiries submitted via generic mailboxs <1>tracker@tbs-sct.gc.ca will be responded to within 10 business days.\"],\"ZO8g8+\":[\"Erreur lors de la récupération des données DMARC pour \",[\"domainSlug\"],\". Dernière numérisation: \",[\"0\"]],\"aVO7ll\":[\"Select a state that best describes the asset in realtion to your organization.\"],\"aVsoxF\":[\"Nouvelle URL de domaine\"],\"aWExql\":[\"Adresse IP statique : <0>52.138.13.28\"],\"aaTkO5\":[\"Il existe une interruption dans les données historiques de DMARC entre le 20 décembre 2024 et le 21 janvier 2025 en raison d'une perturbation de service. Cela n'affecte pas les rapports DMARC actuels, et toutes les données avant et après cette période demeurent complètes et exactes.\"],\"aaxm+9\":[\"Informations sur l'organisation\"],\"agPptk\":[\"Moyen\"],\"agRbLJ\":[\"Une erreur s'est produite lors de la mise à jour de cette organisation.\"],\"aiCOdn\":[\"ENTRÉE WILDCARD\"],\"al/31v\":[\"Scan HTTPS terminé\"],\"aqlA8/\":[\"Scan TLS terminé\"],\"aujCzW\":[\"Pour assurer des résultats de numérisation précis, configurez les paramètres de votre pare-feu et de protection contre les attaques DDoS (déni de service) afin de permettre le trafic de numérisation requis. Collaborez avec votre équipe informatique et/ou votre gestionnaire de prestation de services du SPC pour ajouter l'adresse IP de numérisation (52.138.13.28) à vos listes d'autorisation.\"],\"avd7LG\":[\"Pour plus de détails, veuillez consulter le <0>directives de mise en œuvre du CCC.\"],\"b71w0N\":[\"SUPER_ADMIN\"],\"bDZnc7\":[\"Vous pouvez rechercher une organisation ici\"],\"bFGOmy\":[\"Indique si le domaine est conforme à la politique ITPIN 2018-01.\"],\"bHYIks\":[\"Déconnexion\"],\"bJwXgF\":[\"Modifier le nom d'affichage\"],\"bNrEjL\":[\"Résumé des résultats du DNS\"],\"bQjIis\":[\"Phase DMARC\"],\"bVNe1p\":[\"Exporter la liste des RUA\"],\"bZ3IhR\":[\"Cacher ce domaine\"],\"bbHaMF\":[\"Étiquettes d'orientation\"],\"biQHaE\":[\"Unable to retrieve scan data for \",[\"0\"],\".\"],\"boNpir\":[\"Zone:\"],\"boOkah\":[\"Ces paramètres constituent une première étape importante dans la sécurisation de vos services et doivent être considérés comme des exigences minimales. D'autres paramètres sont disponibles dans la liste des domaines de votre organisation.\"],\"bsG4jK\":[\"Impossible de mettre à jour cette organisation.\"],\"bwRvnp\":[\"Action\"],\"bz6QLk\":[[\"title\"],\" - Suivi\"],\"c5Ppwu\":[\"Services: \",[\"domainCount\"]],\"c6evQz\":[\"Une erreur s'est produite lors de la réalisation de la visite.\"],\"c6jf1X\":[\"Évaluer l’état actuel.\"],\"c8I7gl\":[\"HTTPS Live\"],\"c8kun5\":[\"Étiquette utilisée pour indiquer que les domaines sont nouveaux dans le système.\"],\"c9e7Yi\":[\"Aucun utilisateur\"],\"cBpD5S\":[\"L'email de votre compte n'a pas pu être vérifié pour le moment. Veuillez réessayer.\"],\"cCWFz3\":[\"Serveurs de messagerie (MX)\"],\"cQmN7c\":[\"Grand public\"],\"cSCbv3\":[\"BETA\"],\"cSev+j\":[\"Filtres\"],\"cTPxBU\":[\"Aucune donnée pour le tableau des défaillances du SPF par adresse IP\"],\"cXM0FN\":[\"Êtes-vous sûr de vouloir quitter \",[\"orgName\"],\"? Vous devrez être réinvité pour y accéder.\"],\"calYcx\":[\"Un courriel a été envoyé avec un lien pour réinitialiser votre mot de passe\"],\"ccKIvE\":[\"Unités opérationnelles départementales\"],\"ceLB/n\":[\"Obtenir un rapport sur les 25 principales\"],\"cf4CMf\":[\"Étiquettes neutres\"],\"cl1atp\":[\"Tags du domaine\"],\"cnGeoo\":[\"Supprimer\"],\"cuUdWK\":[\"Entrez le code à deux facteurs\"],\"cy0Haw\":[\"Statut des protocoles\"],\"d1ZRyd\":[\"nos conditions générales sur le site Web du SCT\"],\"d3at0v\":[\"Rechercher une organisation\"],\"d5zxa4\":[\"Local\"],\"d8JA3o\":[\"Si disponible, veuillez utiliser un dispositif géré fourni par votre organisation.\"],\"dBUfST\":[\"Changements requis pour la conformité aux exigences de configuration de la gestion des sites et services Web.\"],\"dBrtsA\":[\"Accès à l'information\"],\"dCJyrP\":[\"Ouverture d'un compte :\"],\"dEgA5A\":[\"Annuler\"],\"dJeaFR\":[\"<0><1>Conseil de recherche : Caractère générique <2>%<3>Utilisez <4>% pour élargir votre recherche:<5><6><7>Démarrez avec <8>% : Recherchez <9><10>%exemple.gc. ca pour trouver des sous-domaines comme <11>\\\"sub.exemple.gc.ca.\\\"<12><13>Finissez avec <14>% : Recherchez <15><16>exemple% pour trouver des domaines comme <17>\\\"exemple. gc.ca\\\" ou <18>\\\"exemple.canada.ca.\\\"<19><20>Utiliser les deux : Recherche <21><22>%exemple% pour trouver tout ce qui contient \\\"exemple\\\", comme<23>\\\" sub.exemple.gc.ca\\\" ou <24>\\\"exemple.canada.ca.\\\"<25>Cela vous aide à localiser rapidement les domaines et sous-domaines apparentés.\"],\"dMm3DP\":[\"Les balises neutres mettent en évidence les détails pertinents de la configuration, mais ne sont pas traitées dans le cadre des exigences de la politique et n'ont aucun impact sur la notation.\"],\"dQV58K\":[\"Statut HSTS:\"],\"dVV0L/\":[\"For users interested in using new features that are still in\\nprogress.\"],\"dW4BpU\":[\"Voies de certification\"],\"dXoieq\":[\"Résumé\"],\"dihZwh\":[\"Aucune donnée trouvée\"],\"dn8X5t\":[\"Mot de passe oublié\"],\"dz+RE3\":[\"L'enregistrement SPF n'a pas pu être trouvé pendant l'analyse.\"],\"dzQfDY\":[\"Octobre\"],\"eC9Syr\":[\"Loi sur l'accès à l'information.\"],\"eEf9RE\":[\"<0>Service d'assistance : Toutes les demandes soumises via les boîtes aux lettres génériques <1>suivi@tbs-sct.gc.ca recevront une réponse dans un délai de 10 jours ouvrables.\"],\"eIt31i\":[\"My Tracker\"],\"eJpRJ5\":[\"Gérer vos domaines :\"],\"ePK91l\":[\"Edit\"],\"eScaIn\":[\"Si votre organisation n'a pas d'utilisateurs affiliés à Suivi, contactez l’<0>équipe responsable de la cybersécurité du SCT pour vous aider à l'intégrer.\"],\"eUEB+O\":[\"Tous les produits ou services connexes qui vous sont fournis par le SCT sont et demeureront la propriété intellectuelle du gouvernement du Canada.\"],\"eUrKBH\":[\"Tous les \",[\"domainCount\"],\" sélectionnés\"],\"eh5q0a\":[\"e-mail de l'utilisateur\"],\"ehaiUS\":[\"Le nom d'hôte correspond : \",[\"0\"]],\"ekFL0C\":[\"Indique le pourcentage de courriels provenant du domaine qui ne satisfont pas aux exigences SPF et DKIM.\"],\"ekNSRt\":[\"Bienvenue sur la page du profil de l'administrateur !\"],\"ekdL2B\":[\"Activo propiedad de un tercero que sirve de apoyo al funcionamiento de los activos propiedad de la organización.\"],\"epNvcm\":[\"Contour du logo Suivi\"],\"epQGm8\":[\"Courbes\"],\"eqDTe6\":[\"Propriété intellectuelle, droits d'auteur et marques de commerce\"],\"esl+Tv\":[\"Type de ressource\"],\"esmG4Z\":[\"Impossible de supprimer l'utilisateur.\"],\"et4QWz\":[\"Envoi d'un courriel de vérification\"],\"ewFhux\":[\"Les étiquettes désignées par le système apparaissent ici.\"],\"eyDnfG\":[\"Le code de vérification doit comporter exactement 6 chiffres.\"],\"eyFYak\":[\"Symbole du gouvernement du Canada\"],\"ezD1fz\":[\"HSTS analysé\"],\"f1qHvO\":[\"Pas de données pour le tableau Entièrement aligné par adresse IP\"],\"f2PSr/\":[\"Toute donnée ou information divulguée au SCT sera utilisée d'une manière compatible avec notre\"],\"f5WBpa\":[\"Surveiller les rapports DMARC et corriger les erreurs de configuration.\"],\"f6vLgq\":[\"Etes-vous sûr de vouloir quitter \",[\"0\"],\" ? Vous devrez être réinvité pour y accéder.\"],\"fGcebO\":[\"Les champs vides ne seront pas pris en compte lors de la mise à jour de l'organisation.\"],\"fNhmR5\":[\"Les présentes conditions générales sont régies et interprétées en vertu des lois du Canada, sans égard aux règles de droit applicables. Les tribunaux du Canada auront la compétence exclusive sur toutes les questions relatives à ces conditions générales.\"],\"fQ+ouT\":[\"Consulter les journaux d'événements des activités privilégiées dans votre organisation.\"],\"fQ2Czb\":[\"Ressource :\"],\"fSy6T1\":[\"Mot de passe mis à jour\"],\"fUfx6w\":[\"Choisissez la période de données à visualiser\"],\"fVFB/O\":[\"Vous avez quitté \",[\"orgSlug\"],\" avec succès.\"],\"fVdoB0\":[\"Il se peut aussi que votre domaine ne soit pas connecté à Internet.\"],\"fXy7ep\":[\"Les acronymes doivent comporter au maximum 50 caractères.\"],\"fcDW3N\":[[\"0\"],\" a été ajouté à \",[\"orgSlug\"]],\"fgLNSM\":[\"Registre\"],\"fi2MMF\":[\"Configuration de DMARC\"],\"foJEMp\":[\"Ciphers acceptés:\"],\"fpzyLj\":[\"Page \",[\"0\"],\" de \",[\"1\"]],\"fq+T8t\":[\"Déterminer les ressources nécessaires qui agiront en tant que point de contact central auprès du Secrétariat du Conseil du Trésor du Canada (SCT). Communiquer la liste de personnes-ressources à l’<0>équipe responsable de la cybersécurité du SCT et la mettre à jour, au besoin.\"],\"frNdL8\":[\"Suites de chiffrement\"],\"fvImQM\":[[\"0\"],\" sélectionné\"],\"fw+TMi\":[\"Web\"],\"fxoHI/\":[\"Vous avez ajouté avec succès \",[\"domainName\"],\" à myTracker.\"],\"fzpa2K\":[\"Les demandes de mise à jour peuvent être envoyées directement à l’<0>équipe responsable de la cybersécurité du SCT.\"],\"g/qqOA\":[\"Si, à tout moment, vous ou vos représentants souhaitez ajuster ou annuler ces services, veuillez\"],\"g15Bdl\":[\"Exigences en matière de configuration des services de gestion des courriels\"],\"g87ZuN\":[\"Mise en œuvre : <0>Conseils sur la configuration sécurisée des protocoles réseau (ITSP.40.062)\"],\"g8VBvx\":[\"Numéro de téléphone actuel:\"],\"g9SlSM\":[\"Compte créé\"],\"gAKYP2\":[\"Incorrect removeOrganization.result typename.\"],\"gBRugH\":[\"Étiquettes positives\"],\"gFyUhQ\":[\"Incorrect setPhoneNumber.result typename.\"],\"gIYy/p\":[\"Les Canadiens comptent sur le gouvernement du Canada pour fournir des services numériques sécurisés. La politique sur les services et le numérique guide les services en ligne du gouvernement pour qu'ils adoptent de bonnes pratiques de sécurité pour les services <0>email<1/> et <2>web<3/>. Suivez l'évolution de la sécurité des sites gouvernementaux.\"],\"gOCQT7\":[\"Notez que les données de conformité ne sont pas automatiquement actualisées. La mise à jour des modifications apportées aux domaines peut prendre 24 heures.\"],\"gYigjt\":[\"Le mot de passe ne peut pas être vide\"],\"gaeuL7\":[\"et par les lois, politiques, règlements et accords internationaux applicables.\"],\"gauQww\":[\"Les cartes récapitulatives présentent deux mesures que Suivi analyse :\"],\"gbL10J\":[\"Les personnes d'un groupe ministériel de technologie de l'information peuvent communiquer avec la boîte aux lettres de la cybersécurité du SCT pour obtenir des interprétations de cette NIPTI.\"],\"gdAlBn\":[\"Statut des certificats\"],\"geJIwa\":[\"Recherche:\"],\"gh1arN\":[\"Niveau 2 : Amélioration de la posture\"],\"gim/c7\":[\"Domaine supprimé\"],\"glqO38\":[\"APPROUVÉE\"],\"glx6on\":[\"Oublié votre mot de passe?\"],\"gq6hIc\":[\"Aucune organisation trouvée pour ce domaine.\"],\"grCCVs\":[\"Êtes-vous sûr de vouloir supprimer définitivement l'organisation \\\"\",[\"0\"],\"\\\" ?\"],\"h5YczL\":[\"Êtes-vous sûr de vouloir appliquer ces modifications aux balises ?\"],\"hEksWI\":[\"Protocoles\"],\"hFNCBY\":[\"Niveau 3 : Conformité\"],\"hFV+eA\":[\"Sélecteurs DKIM:\"],\"hHx0AA\":[\"Incorrect authenticate.result typename.\"],\"hKR2a/\":[\"HSTS\"],\"hLBR0V\":[\"Balise utilisée pour afficher les domaines dont le code rcode est NXDOMAIN\"],\"hOplmT\":[\"Les comptes administrateurs doivent activer une option d'authentification multifactorielle.\"],\"hQ/3Js\":[\"Changement de statut des mises à jour par courrier électronique\"],\"hQPgOZ\":[\"Bienvenue dans votre vision personnelle de Suivi. Modérez la posture de sécurité des domaines d'intérêt à travers plusieurs organisations. Pour ajouter des domaines à cette vue, utilisez les boutons de l'icône étoile disponibles sur les listes de domaines.\"],\"hQRttt\":[\"Soumettre\"],\"hRVbYp\":[\"Filtrer la liste pour n'afficher que les organisations vérifiées.\"],\"hTntxi\":[\"Gestion du portefeuille d'applications (APM) du SCT\"],\"hWV77O\":[\"3. Appliquer\"],\"hXzOVo\":[\"Suivant\"],\"hYOnMZ\":[\"Plus d'informations\"],\"hYgDIe\":[\"Créer\"],\"haYAvO\":[\"Pour garantir des résultats d'analyse précis, mettez à jour les paramètres de votre pare-feu et de votre protection contre le DDOS afin d'autoriser le trafic en provenance de :\"],\"heXTPL\":[\"Liens à revoir :\"],\"hg6l4j\":[\"Mars\"],\"hgvbYY\":[\"Septembre\"],\"hh5GE5\":[\"Résumé DMARC\"],\"hjwN/s\":[\"Nom de la ressource\"],\"hqN7r6\":[\"Cela peut être dû à des privilèges utilisateur insuffisants ou au fait que le domaine n'existe pas dans le système.<0/>Vous pouvez demander l'accès à une organisation ci-dessous pour afficher les résultats du domaine.\"],\"hqkJ+Y\":[[\"buttonLabel\"]],\"hqkLj8\":[\"Utilisateur supprimé.\"],\"htOpO4\":[\"Indicateurs :\"],\"htTcVX\":[\"Statut :\"],\"huGkDL\":[\"Impossible de créer un compte, veuillez réessayer.\"],\"hxvVEx\":[\"Veuillez prévoir jusqu'à 24 heures pour que les résumés reflètent les changements éventuels.\"],\"hyILlb\":[\"Pour toute question ou problème lié aux données d'analyse, à la liste de domaines de votre organisation ou à l'intégration des utilisateurs, veuillez contacter l’équipe responsable de la cybersécurité du SCT.\"],\"hywebu\":[\"Modifier les préférences de mise à jour des courriels\"],\"i0qMbr\":[\"Accueil\"],\"i192JR\":[\"Portée :\"],\"i3sz1c\":[\"Impossible de réinitialiser votre mot de passe, veuillez réessayer.\"],\"iC21bg\":[\"Additonal findings\"],\"iD8oTG\":[\"Indique le pourcentage de courriels provenant du domaine qui ne répondent pas aux exigences SPF, mais qui répondent aux exigences DKIM.\"],\"iDr9nO\":[\"Impossible de quitter l'organisation.\"],\"iH8pgl\":[\"Retour\"],\"iLK7zA\":[\"acceptable\"],\"iTsefJ\":[\"Un lien de vérification a été envoyé à votre compte de messagerie.\"],\"iVKpqc\":[\"Résumés\"],\"iaC3Fh\":[\"Consultez les résumés de la conformité de votre organisation en matière de sécurité du web et du courrier électronique.\"],\"iiF7bS\":[\"Le code de vérification ne doit contenir que des chiffres\"],\"il0LMQ\":[\"SCAN EN ATTENTE\"],\"ilQjgP\":[\"UTILISATEUR\"],\"inkk73\":[\"Échec du SPF\"],\"isRobC\":[\"Nouveau\"],\"iu7S4K\":[\"Indique si le domaine est conforme à la politique.\"],\"iuuxVT\":[\"Nouvelle URL de domaine:\"],\"ixSZnb\":[\"Sélectionnez l'état qui décrit le mieux l'actif par rapport à votre organisation.\"],\"ixqS6A\":[\"Nom (FR)\"],\"iym5Fw\":[\"Cliquez pour plus d'informations sur les statuts, les étiquettes et les filtres.\"],\"j/CAMu\":[\"La chaîne reçue contient le certificat d'ancrage\"],\"j0D7p6\":[\"HTTPS\"],\"j0SHnn\":[\"Si, à tout moment, vous ou vos représentants souhaitez adapter ou annuler ces services, veuillez nous contacter à l'adresse suivante\"],\"jCqx2O\":[\"Alignement du SPF\"],\"jGIVqQ\":[\"Provide an up-to-date list of all domain and sub-domains of publicly accessible websites and web services to TBS Cyber Security. The <0>TBS Cyber Security team is responsible for updating the domain and sub-domain lists within Tracker.\"],\"jHXIf5\":[\"Changement d'adresse électronique de l'utilisateur\"],\"jKOxg5\":[\"6.2.3 Tous les sites web et services web restants doivent être accessibles par une connexion sécurisée, comme indiqué à la section 6.1, d'ici le 31 décembre 2019.\"],\"jKm4V2\":[\"PREVIEW\"],\"jMiN3O\":[\"\\n We've sent an SMS to your new phone number with an authentication code to confirm this change.\"],\"jO7FAA\":[\"Domaine du message de bannière du protocole de transfert de courrier simple (PTCS).\"],\"jQ6I8X\":[\"Rôle mis à jour\"],\"jR2PDt\":[\"DKIM\"],\"jTBVUO\":[\"Erreur lors de la récupération des données d'analyse pour \",[\"domainName\"],\". s'il vous plaît activer MFA.\"],\"jfC/xh\":[\"Contact\"],\"jfl0z1\":[\"Les Canadiens comptent sur le gouvernement du Canada pour fournir des services numériques sécurisés. La Politique sur les services et le numérique guide les services en ligne du gouvernement pour qu'ils adoptent de bonnes pratiques de sécurité pour les pratiques décrites dans les services de <0>courriel et les services <1>Web. Suivez l'évolution de la sécurisation des sites gouvernementaux.\"],\"jiE6Vn\":[\"Organisations\"],\"jmflcJ\":[\"Veuillez envoyer toutes les mises à jour de domaine par courriel à l’équipe responsable de la cybersécurité du SCT.\"],\"jn4EwX\":[\"Directives de mise en œuvre – protection du domaine de courrier (ITSP.40.065 v1.1) – Centre canadien pour la cybersécurité\"],\"jqRp5i\":[[\"0\"],\" a été mis à jour avec succès.\"],\"jqVo/k\":[\"ici.\"],\"ju9bew\":[\"Composants Web\"],\"jyi0+B\":[\"Authentification à deux facteurs:\"],\"jzFjwP\":[\"Élaborer un calendrier de mise en œuvre prioritaire pour chacun des sites Web et services Web concernés, en suivant l'approche de hiérarchisation recommandée dans l'ITPIN :\"],\"k/mqZ/\":[\"Les certificats Entrust émis après le 31 octobre 2024 <0>ne seront pas fiables dans Chrome 127 et les versions ultérieures. Une action immédiate est nécessaire pour maintenir l'accès des utilisateurs. L'absence d'action peut entraîner des avertissements de sécurité ou des problèmes d'accès pour les utilisateurs de Chrome.\"],\"k3hMxi\":[[\"0\"],\" Constatations\"],\"k5WBtU\":[\"Même si d’autres outils sont utiles en complément de Suivi, ils ne respectent pas précisément les exigences de configuration indiquées dans les <0>Exigences en matière de configuration des services de gestion des courriels et les <1>Exigences de configuration de la gestion des sites Web et des services. Pour une liste des protocoles, chiffrements et courbes autorisés, veuillez consulter les <2>Directives du protocole TLS ITSP.40.062.\"],\"k9ZOYf\":[\"Pointeur vers un enregistrement de clé publique DKIM dans le DNS.\"],\"kLja4m\":[\"Initiée par\"],\"kN4/F8\":[\"Incorrect ignoreCve.result typename.\"],\"kPUQ8k\":[\"Changement de la langue de l'utilisateur\"],\"kQL5lw\":[\"Obtenez des certificats auprès d'une source de certificats approuvée par le GC, comme indiqué dans les Recommandations relatives aux certificats de serveur TLS pour les services Web publics du GC.\"],\"kahVms\":[\"Vulnérabilité Heartbleed\"],\"kfYXST\":[\"Secteur:\"],\"khZauI\":[\"Ville (EN)\"],\"kvOyWH\":[\"Domaines DKIM\"],\"l+Rjrz\":[\"DMARC\"],\"l0dxHS\":[\"Recherche d'un domaine spécifique\"],\"l0i4m5\":[\"Statut DMARC\"],\"l3hXVY\":[\"Certificat Entrust\"],\"l75CjT\":[\"Oui\"],\"lFe7w8\":[\"Basé à:\"],\"lIm/UW\":[\"ARCHIVES\"],\"lP4+ZT\":[\"Chaîne HTTPS (443)\"],\"lYGfRP\":[\"Anglais\"],\"lfagLN\":[\"Le nom d'affichage ne peut pas être vide\"],\"liwyXA\":[\"Analyse du sous-domaine demandé\"],\"ll8NVS\":[\"J'accepte toutes les <0>Conditions générales, la politique de confidentialité et les directives du code de conduite<1/>.\"],\"lvODH0\":[\"Les détails d'une balise d'orientation donnée peuvent être trouvés sur le wiki, voir ci-dessous.\"],\"m16xKo\":[\"Ajouter\"],\"m7hdNc\":[\"Aucune adresse IP n'était disponible pour analyser ce service. Veuillez vérifier votre configuration DNS ou nous contacter pour obtenir de l'aide.\"],\"mAXsCG\":[\"Vous pouvez filtrer la liste des organisations pour n'afficher que les organisations vérifiées.\"],\"mCB6Je\":[\"Tout sélectionner\"],\"mEE91r\":[\"Aucune donnée pour le tableau des défaillances DKIM par adresse IP\"],\"mEwAil\":[\"La vulnérabilité AMOPS 25 principales a été détectée dans d'autres résultats.\"],\"mFcIVa\":[\"Non inscrit\"],\"mKxwXh\":[\"Déclaration de confidentialité\"],\"mLEknY\":[\"Recherche d'une activité\"],\"mN9cQQ\":[\"1. Évaluez\"],\"mSUSgK\":[\"Mettre à niveau la politique DMARC pour qu'elle rejette (augmentation progressive de l'application de 25 % à 100 %)\"],\"mSXwEy\":[\"Organisation:\"],\"mUVXtI\":[\"Cet onglet affiche une liste de vos domaines favoris.\"],\"mV129s\":[\"<0>Conseil de recherche : Les caractères génériques <1>%<2>Utilisent <3>% pour élargir votre recherche:<4><5><6>Démarrez avec <7>% : Recherchez <8>%exemple.gc.ca pour trouver des sous-domaines comme \\\"sub.exemple.gc.ca.\\\"<9><10>Finissez avec <11>% : Recherchez <12>exemple% pour trouver des domaines comme \\\"exemple. gc.ca\\\" ou \\\"exemple.canada.ca\\\"<13><14>Utilisez les deux : Recherchez <15>%exemple% pour trouver tout ce qui contient \\\"exemple\\\", comme \\\"sub.exemple.gc.ca\\\" ou \\\"exemple.canada.ca\\\"<16>Cela vous aide à localiser rapidement les domaines et sous-domaines apparentés.\"],\"mVSlBU\":[\"Inscrit\"],\"mWRYCe\":[\"les unités fonctionnelles au sein de votre organisation.\"],\"mZNZfW\":[\"Sécurité du courrier électronique :\"],\"mbICwp\":[\"Un activo que requiere más investigación para determinar su relación con la organización.\"],\"mbx9gT\":[\"Rechercher un domaine\"],\"mfSz1c\":[\"6.2.1 Les sites web et les services web nouvellement développés doivent adhérer à la présente NITP dès leur lancement.\"],\"mgBuqd\":[[\"totalRecords\"],\" total artículo(s)\"],\"mjiB16\":[\"Un domaine ne peut être supprimé que pour l'une des raisons ci-dessous. Pour qu'un domaine n'existe plus, il doit être supprimé du DNS. Si vous devez supprimer ce domaine pour une autre raison, veuillez contacter TBS Cyber Security.\"],\"mkzHvn\":[\"Nouveau nom d'affichage:\"],\"mlRLYO\":[\"Nous nous réservons le droit de modifier ou de mettre fin à nos services pour quelque raison que ce soit, sans préavis, à tout moment.\"],\"mvP/25\":[\"Termes et conditions\"],\"mxSqDR\":[\"Pourquoi la page d'orientation n'affiche-t-elle pas les sélecteurs DKIM du domaine alors qu'ils existent ?\"],\"mz/edJ\":[\"TBS se réserve le droit de refuser le service, de rejeter votre demande de compte ou d'annuler un compte existant, pour quelque raison que ce soit, à sa seule discrétion.\"],\"mzI/c+\":[\"Télécharger\"],\"n1QfbY\":[\"Est aligné sur le SPF. Peut être vrai ou faux.\"],\"n1ekoW\":[\"Se connecter\"],\"n7dEaY\":[\"Cet onglet affiche les résumés HTTPS et DMARC pour vos domaines favoris.\"],\"n8oNqd\":[\"Une erreur s'est produite lors de la mise à jour de vos préférences de mise à jour du courrier électronique.\"],\"n8wO5p\":[\"Additional findings\"],\"nCBnae\":[\"2. Déployer\"],\"nD7I1G\":[\"Une erreur s'est produite lors de la suppression de cette organisation.\"],\"nGnyTD\":[\"Politique sur les services et le numérique (PSN)\"],\"nI2yw7\":[\"Vous avez demandé un scan avec succès.\"],\"nLC6tu\":[\"Français\"],\"nOLA3K\":[\"Pourquoi d’autres outils (<0>Hardenize, <1>Laboratoires SSL, etc.) affichent-ils des résultats positifs pour un domaine alors que Tracker affiche des résultats négatifs?\"],\"nP3Esd\":[\"Demandez une invitation si vous n'êtes pas affilié à votre organisation.\"],\"nTWWCZ\":[\"Faible\"],\"nZNg+Z\":[\"<0>Numéro de téléphone actuel: \",[\"detailValue\"]],\"naCW6Z\":[\"Avril\"],\"ndb2A2\":[\"Vous reconnaissez que toute donnée ou information divulguée au SCT peut être utilisée pour protéger le gouvernement du Canada ainsi que l'information électronique et les infrastructures d'information désignées comme étant importantes pour le gouvernement du Canada, conformément à l'aspect cybersécurité et assurance de l'information du mandat du SCT en vertu de la Politique sur la sécurité du gouvernement et de la Politique sur le service et le numérique.\"],\"neUNON\":[\"Les domaines ne peuvent être supprimés de votre liste que 1) s'ils n'existent plus, c'est-à-dire s'ils sont supprimés du DNS et renvoient un code d'erreur NXDOMAIN (le nom de domaine n'existe pas) ; ou 2) si vous avez constaté qu'ils n'appartiennent pas à votre organisation.\"],\"nfnm9D\":[\"Nom de l'organisation\"],\"nifCy0\":[\"Mettez la politique DMARC en quarantaine (augmentez progressivement l'application de 25% à 100%) ;\"],\"nj2MP8\":[\"Vulnérabilités\"],\"nvAt0H\":[\"Ressources\"],\"nvGKa3\":[\"Supprimer l'organisation\"],\"o+j3MR\":[\"Vous avez réussi à mettre à jour votre nom d'affichage.\"],\"o43htB\":[\"Impossible de demander un balayage, veuillez réessayer.\"],\"oAvVQu\":[\"Résumé de la phase DMARC\"],\"oCsgB0\":[\"Nous avons envoyé un SMS à votre nouveau numéro de téléphone avec un code d'authentification pour confirmer ce changement.\"],\"oDR4Mm\":[\"Mise en œuvre : <0>Conseils de mise en œuvre : protection du domaine de messagerie (ITSP.40.065 v1.1)\"],\"oFBulp\":[\"Impossible de créer une nouvelle organisation.\"],\"oJgbw3\":[\"Sélectionnez votre langue préférée\"],\"oLvnoi\":[\"Engager les groupes de planification informatique des départements pour la mise en œuvre, le cas échéant.\"],\"oPfWwa\":[\"Confirmez le mot de passe:\"],\"oQLLFW\":[\"Résultats de la vérification DKIM du message. Il peut s'agir d'un succès, d'un échec, d'un résultat neutre, d'un échec léger, d'une erreur temporaire ou d'une erreur permanente.\"],\"oVfkp4\":[[\"info\"]],\"oh2hLk\":[\"Statut HTTPS\"],\"oh8+os\":[\"Visible\"],\"okPezD\":[\"Ville (FR)\"],\"olrNOE\":[\"Votre compte\"],\"ou3ZRx\":[\"Wiki\"],\"ouNOkn\":[\"Recherchez des domaines ici.\"],\"ouYtN6\":[\"Valeur du statut\"],\"ovla9z\":[\"Identifiez les utilisateurs affiliés à Suivi au sein de votre organisation et élaborez un plan avec eux.\"],\"oz9YjX\":[\"Tableau entièrement aligné\"],\"p0L7Lx\":[\"Nécessité d'une enquête\"],\"p6NueD\":[\"NOUVEAU\"],\"p7hKtf\":[\"L'authentification multifactorielle (MFA) est active par défaut et utilisée pour vérifier l'adresse électronique du compte.\"],\"pBB1BN\":[\"Détection de dégradation\"],\"pC29zz\":[\"Organisation mise à jour\"],\"pDgeaz\":[[\"title\"]],\"pHtSfY\":[\"Mettre en application\"],\"pN0A45\":[\"Générateur de configuration SSL de Mozilla\"],\"pOixTq\":[\"contactez-nous\"],\"pOticu\":[\"Province\"],\"pQzRja\":[\"Résumé du SPF\"],\"pRav8g\":[\"Utilisateur interne\"],\"pUhoRG\":[\"Déterminer tous les expéditeurs autorisés.\"],\"pbPdf4\":[\"IP privé\"],\"pfp1Ga\":[\"Domaine SPF\"],\"pg1u+M\":[\"Impossible de mettre à jour les domaines.\"],\"plLSRI\":[\"Impossible de supprimer cette organisation.\"],\"ppFM1R\":[\"La chaîne reçue a un ordre valide\"],\"ppIqKI\":[\"URL du domaine:\"],\"ppulMR\":[\"Résumé des connexions web\"],\"puEops\":[\"Aucun résultat négatif à signaler.\"],\"pxg/sf\":[\"DCV \",[\"0\"]],\"pxzFy0\":[\"Organisation des congés\"],\"pyOFxH\":[\"Consultez et modifiez votre liste de domaines.\"],\"pzcsih\":[\"Passage complet %\"],\"q/FaqH\":[\"SPF\"],\"q1YQ+0\":[\"Nom d'utilisateur incorrect signIn.result.\"],\"q4wj4m\":[\"Courriel actuel:\"],\"q5ks8/\":[\"Si vous pensez que cela est dû à un problème avec Suivi, veuillez utiliser le lien \\\"Signaler un problème\\\" ci-dessous\"],\"q70B2C\":[\"Vous pouvez notamment communiquer avec l’<0>équipe responsable des services WebSSL de SPC ou utiliser <1>Let’sEncrypt. Pour en apprendre davantage, veuillez vous reporter aux <2>Recommandations pour les certificats de serveur TLS.\"],\"q92huR\":[\"Vous avez réussi à mettre à jour votre langue préférée.\"],\"qC7903\":[\"Impossible de mettre à jour votre méthode d'envoi TFA, veuillez réessayer.\"],\"qCMzIK\":[\"Indique si les certificats reçus sont exempts de l'utilisation de l'algorithme SHA-1 déprécié.\"],\"qF8qD2\":[\"Sélectionnez une organisation\"],\"qFEQLW\":[\"Demande envoyée avec succès pour obtenir le rapport sur le 25 principales.\"],\"qHWo9D\":[\"Domaine mis à jour\"],\"qHxHKh\":[\"Suivi n'ajoute pas automatiquement les sélecteurs, il est donc probable qu'ils ne soient pas encore dans le système. Vous trouverez plus d'informations à ce sujet dans la section Démarrage.\"],\"qKqAq9\":[\"Échec DKIM %\"],\"qLPAm4\":[\"Conseils de lecture\"],\"qPQsRe\":[\"Impossible de modifier le rôle de l'utilisateur, veuillez réessayer.\"],\"qV7lDm\":[\"Cette page est dédiée à votre avis personnel sur le tracker.\"],\"qVl+qU\":[\"<0>Note: Les étiquettes ne doivent pas inclure de données qui reclasseraient le bien au-dessus de <1>\\tNon classifié, intégrité faible, disponibilité faible (NID).\"],\"qWSUkd\":[\"Élaborer un calendrier de mesures prioritaires pour remédier à toute défaillance :\"],\"qcC3DF\":[\"Échec DKIM\"],\"qcloGZ\":[\"Échec\"],\"qhJ4/u\":[\"Aucune donnée n'a été trouvée lors de la récupération de tous les statuts de domaine.\"],\"qlt5oi\":[\"Obtenez les conseils de configuration pour les points d'extrémité appropriés (par exemple, serveur Web, appareils de réseau/sécurité, etc.) et mettez en œuvre les configurations recommandées pour prendre en charge HTTPS.\"],\"qmEo46\":[\"Une erreur s'est produite lors de la recherche des informations relatives à cette organisation.\"],\"qo39aD\":[\"Le SCT s'engage à protéger toute information que vous lui communiquez d'une manière correspondant au niveau de protection que vous utilisez pour sécuriser cette information, mais en tout état de cause, avec au moins un niveau de soin raisonnable.\"],\"qqeAJM\":[\"Jamais\"],\"qs+L7a\":[\"Orientation politique :\"],\"qu2yay\":[\"Résumés DMARC\"],\"qwyL58\":[\"Filter Tags\"],\"qxQ0TR\":[\"Comprendre les métriques d'analyse :\"],\"r1HCNk\":[\"Mise en œuvre:\"],\"r5NCAo\":[\"Domaines orientés vers l'Internet\"],\"r6zgGo\":[\"Décembre\"],\"r8gV8X\":[\"WILDCARD EN RAPPORT\"],\"rCBkQc\":[\"L'organisation possède ce domaine, mais il est en dehors du champ d'application autorisé\"],\"rCv3IK\":[\"Impossible de mettre à jour votre numéro de téléphone, veuillez réessayer.\"],\"rNCzjN\":[[\"domainSlug\"],\" ne supporte pas les données agrégées\"],\"rPwAeU\":[\"CCC a mis à jour sa <0>liste de suites de chiffrement TLS et de courbes elliptiques recommandées. Veuillez prendre connaissance de ces résultats et mettre à jour vos configurations en conséquence.\"],\"rTypAX\":[\"Confirmer la découverte du sous-domaine pour <0>\",[\"domainUrl\"],\" :\"],\"rXebJx\":[\"Mises à jour HTTP\"],\"ragmrk\":[\"The selected endpoint is a private IP address. Tracker scans are not performed on private IP addresses.\"],\"rbNeSd\":[\"Le sélecteur ne peut pas être vide\"],\"riJPMg\":[\"Ports\"],\"rjGI/Q\":[\"Confidentialité\"],\"rjyWPb\":[\"Janvier\"],\"rrCIMz\":[\"Entrez et confirmez votre nouveau mot de passe.\"],\"rsIu2x\":[\"Impossible de mettre à jour la balise.\"],\"rt1uny\":[\"2.1 Des cadres d’application Web robustes sont utilisés pour faciliter le développement d’applications Web sécurisées.\"],\"rtf8Jk\":[\"Affiche le nom de l'organisation, son acronyme et une coche bleue s'il s'agit d'une organisation vérifiée.\"],\"ruRXBx\":[\"Impossible d'envoyer le lien de réinitialisation du mot de passe par courriel.\"],\"rzZiLI\":[\"Conforme à l'ITPIN\"],\"rzfOxm\":[\"les systèmes de gestion du portefeuille d’applications (GPA);\"],\"s+pYrS\":[\"HTTPS est configuré, les redirections HTTP et HSTS sont activés.\"],\"s0ha0k\":[\"Wildcard en rapport\"],\"s1LzTw\":[\"p:\"],\"s2OLl5\":[\"Envisagez de donner la priorité aux sites web et aux services web qui échangent des données protégées.\"],\"s5LjY0\":[\"Insider\"],\"s606tt\":[\"Votre compte sera entièrement activé lors de votre prochaine connexion.\"],\"s6TVyN\":[\"Données des 365 derniers jours\"],\"sByLf2\":[\"Oui, postuler\"],\"sH4D0z\":[\"Impossible de mettre à jour votre langue préférée, veuillez réessayer.\"],\"sQZ2ad\":[\"Rapport DMARC pour \",[\"domainSlug\"]],\"sZzM+Y\":[\"Sélectionnez la période de données à visualiser.\"],\"sad1fX\":[\"Le numéro de téléphone doit être un numéro de téléphone valide de 10 à 15 chiffres.\"],\"sdZKwt\":[\"HAUTE DISPONIBILITÉ\"],\"seffNB\":[\"Résultats DKIM\"],\"sf3/FY\":[\"Le PSG s'applique :\"],\"shWT5t\":[\"Non mis en œuvre\"],\"sn+xD4\":[\"Une politique DMARC minimale de \\\"p=none\\\" avec au moins une adresse définie comme destinataire des rapports agrégés.\"],\"svlPPv\":[\"Exigence d'intégrité\"],\"swZFfT\":[\"Orientation\"],\"t/03sK\":[\"Balise utilisée pour afficher les domaines disposant d'un certificat Entrust.\"],\"t/YqKh\":[\"Retirer\"],\"t0BTTM\":[\"Blocs de domaines de faux e-mails (rejet + quarantaine) :\"],\"t4GRCY\":[\"Enveloppe De\"],\"t4vHuv\":[\"Groupes négociés\"],\"t9QlBd\":[\"Novembre\"],\"t9ZrhE\":[\"Province (FR)\"],\"tAmwlH\":[[\"editingDomainUrl\"],\" from \",[\"orgSlug\"],\" successfully updated to \",[\"0\"]],\"tBPvVq\":[\"Le scan TLS pour le domaine \\\"\",[\"0\"],\"\\\" est terminé.\"],\"tD08mo\":[\"Le certificat Leaf est EV\"],\"tHjGBG\":[\"Domaine non favorisé\"],\"tIR6XT\":[\"<0>2. Pourquoi inscrire vos domaines?<1/>L’inscription de vos ressources accessibles sur Internet garantit que les chercheurs peuvent signaler les vulnérabilités réelles directement au gouvernement du Canada par un canal approuvé et sûr. Cela améliore la détection précoce, réduit les risques pour la sécurité et renforce la capacité de votre ministère à réagir rapidement et uniformément.\"],\"tKyQQ/\":[\"Gravité maximale\"],\"tPDyW4\":[\"Rapport d'avancement\"],\"tQZ59c\":[\"Note : Cela pourrait affecter les résultats de plusieurs organisations\"],\"tV8yXB\":[\"Pas avant :\"],\"tVQnPx\":[\"Recueillir et analyser les rapports DMARC.\"],\"tWpjw9\":[\"Domaines mis à jour.\"],\"tfDRzk\":[\"Sauvez\"],\"tm1R+g\":[\"Émetteur :\"],\"toquX8\":[\"Une erreur s'est produite lors de la mise à jour de votre mot de passe.\"],\"ttK7h0\":[\"Aperçu des fonctionnalités\"],\"tuvLv1\":[\"Authentification à deux facteurs\"],\"tybWAN\":[\"Premiers pas dans l'utilisation de Suivi\"],\"tz22Yj\":[\"Modifier les détails d'un domaine\"],\"tzToAj\":[[\"0\"],\" a été ajouté à la liste des balises.\"],\"tzt0M/\":[\"Built from sslyze \",[\"0\"],\" and nassl \",[\"nasslCommit\"]],\"u+zvaS\":[\"<0>1. Qu’est-ce que la divulgation coordonnée des vulnérabilités (DCV)?<1/>Un processus structuré qui permet aux chercheurs en sécurité de signaler les vulnérabilités de manière sûre et responsable. Il veille à ce que les constatations soient reçues, validées et traitées de manière organisée, ce qui aide les ministères à régler les problèmes avant qu’ils ne puissent être exploités.\"],\"u3o90+\":[\"Si vous êtes administrateur, vous pouvez trouver votre organisation ici.\"],\"u4ex5r\":[\"Juillet\"],\"u6QSRe\":[\"Organisation créée\"],\"u89gfc\":[\"Voir les résultats\"],\"u8s7qA\":[\"Déployer les enregistrements SPF pour tous les domaines.\"],\"uAQUqI\":[\"Statut\"],\"uCbwCe\":[\"Demande de numérisation\"],\"uE46Ok\":[\"TEST\"],\"uEr/Ui\":[\"Pour toute question ou préoccupation relative à l'ITPIN et aux orientations de mise en œuvre connexes, contactez l’équipe responsable de la cybersécurité du SCT (<0>zzTBSCybers@tbs-sct.gc.ca).\"],\"uFIrst\":[\"Sur la base de l'évaluation, et en utilisant le <0>HTTPS Everywhere Guidance Wiki, les activités suivantes peuvent être requises :\"],\"uGmDm6\":[\"Une erreur s'est produite lors de la demande de découverte du sous-domaine.\"],\"uJLdJu\":[\"Indique le pourcentage de domaines qui ont configuré HTTPS et qui mettent à niveau les connexions HTTP vers HTTPS.\"],\"uR8YOg\":[\"Pas de données pour le tableau des défaillances DMARC par adresse IP\"],\"uSMfoN\":[\"Vérifier\"],\"uYWUqA\":[\"Courrier\"],\"ucgZ0o\":[\"Organisation\"],\"udrDjH\":[\"Affiliations :\"],\"ueN5Z9\":[\"Découvrir les sous-domaines\"],\"ugcxQS\":[\"Impossible de créer un nouveau domaine.\"],\"ukGNrB\":[\"Activo que se sospecha que pertenece a la organización pero que no se ha confirmado.\"],\"ukdVDC\":[\"Incorrect updateUserPassword.result typename.\"],\"unEEog\":[\"Le courriel ne peut être vide\"],\"uoWvmY\":[\"État des actifs\"],\"utIq3s\":[\"Sauvegarder la langue\"],\"uvf9fH\":[\"Les chiffrements suivants proviennent de protocoles faibles connus et doivent être désactivés :\"],\"uxjnhI\":[\"WEB\"],\"v5Mk7I\":[\"Cet utilisateur n'est pas affilié à une quelconque organisation\"],\"v6nRtH\":[\"Non numérisé\"],\"v907KG\":[\"NXDOMAIN\"],\"vJBq4l\":[\"3.1.3 utilisent des réseaux de diffusion de contenu approuvés par le GC qui stockent temporairement les sites Web et protègent l’accès au serveur d’origine.\"],\"vKw6fr\":[\"Corriger les erreurs de configuration et mettre à jour les enregistrements, au besoin.\"],\"vM1Cz9\":[\"Utilisateur:\"],\"vR6CAE\":[\"Marquez les domaines comme « favoris » pour les enregistrer sur votre page « myTracker ».\"],\"vSfyst\":[\"Une requête DNS pour ce service a donné lieu au code d'erreur suivant :\"],\"vUp/NJ\":[\"Balise utilisée pour afficher les domaines qui peuvent provenir d'un sous-domaine générique (un résolveur générique existe en tant que frère ou sœur).\"],\"vYbxvU\":[\"Confirmer le retrait de l'utilisateur:\"],\"vc7AR9\":[\"DCV inscrit\"],\"vh54wJ\":[\"Impossible d'ignorer le CVE.\"],\"viR921\":[\"d'hébergement web\"],\"vnFpkN\":[\"Aucune des 25 principales vulnérabilités détectées\"],\"voZfWN\":[\"Filtrer les données à afficher\"],\"vqukNU\":[\"GitHub du suivi\"],\"vusjc8\":[\"DKIM Aligné\"],\"vutdID\":[\"Seul l’<0>équipe responsable de la cybersécurité du SCT peut supprimer des domaines de votre organisation. Les domaines ne peuvent être supprimés de votre liste que 1) s'ils n'existent plus, c'est-à-dire s'ils sont supprimés du DNS et renvoient un code d'erreur NX DOMAIN (le nom de domaine n'existe pas) ; ou 2) si vous avez constaté qu'ils n'appartiennent pas à votre organisation.\"],\"vz7HHR\":[\"Shows if the domain is compliant with policy ITPIN2018-01.\"],\"w+UAtK\":[\"L'email de l'utilisateur ne correspond pas\"],\"w2G1Zk\":[\"Recherche par initié par, nom de la ressource\"],\"w78ini\":[\"Début de la visite\"],\"w9dLMW\":[[\"label\"]],\"wELyS0\":[\"Passer au contenu principal\"],\"wFwgKk\":[\"Passez\"],\"wGNJxi\":[\"Phase de mise en œuvre de DMARC: \",[\"0\"]],\"wIRwdL\":[\"Une erreur s'est produite lors de la mise à jour de votre numéro de téléphone.\"],\"wKA+uh\":[\"Une erreur s'est produite.\"],\"wLe/r3\":[\"Statut préchargé:\"],\"wMHvYH\":[\"Valeur\"],\"wNC2wS\":[\"Changement du nom d'affichage de l'utilisateur\"],\"wQoQAW\":[\"Recherche d'un domaine spécifique.\"],\"wS54JT\":[\"Contacter l'équipe Suivi\"],\"wTlLIv\":[\"Identifier les ressources clés nécessaires pour agir comme point(s) de contact central(aux) avec le SCT et la communauté de pratique HTTPS.\"],\"wUmEND\":[\"Liste des SAN :\"],\"wVH9HL\":[\"Les personnes ayant des questions sur l'exactitude des données de conformité de leur domaine peuvent contacter la boîte aux lettres de la cybersécurité du SCT.\"],\"wXa//T\":[\"Les 30 derniers jours\"],\"wasqgy\":[\"Voici la façon dont les organisations gouvernementales peuvent tirer parti de la plateforme Suivi:\"],\"wdX0nf\":[\"Archiver ce domaine\"],\"wdcWpS\":[\"Aucun domaine\"],\"wdhi5B\":[\"Courriel envoyé\"],\"wixIgH\":[\"Vous avez déjà un compte ? <0>Connecter\"],\"wmTxep\":[\"Changement de statut d'initié\"],\"wmUNv4\":[\"Incorrect updateUserRole.result typename.\"],\"wq/Xor\":[\"Expiré :\"],\"wteWMo\":[\"Politique DMARC de mise en quarantaine ou de rejet, et rejet de tous les messages provenant d'un domaine autre que la messagerie.\"],\"wwiTff\":[\"Vérification de l'e-mail\"],\"wwrMwp\":[\"Impossible de créer votre compte, veuillez réessayer\"],\"x+B6Wu\":[\"Impossible de terminer la visite.\"],\"x0y7kr\":[\"Indique le pourcentage d'e-mails du domaine qui ne répondent pas aux exigences SPF et DKIM.\"],\"x1vklK\":[\"Une erreur s'est produite lors de la récupération des informations sur cette organisation.\"],\"x2rKrA\":[\"Nous vous avons envoyé un e-mail avec un code d'authentification pour vous connecter à Suivi.\"],\"xCJdfg\":[\"Dégager\"],\"xCTSZd\":[\"Pour recevoir les résultats de l'analyse DKIM et des conseils, vous devez ajouter les sélecteurs DKIM utilisés pour chaque domaine. Les administrateurs de l'organisation peuvent ajouter des sélecteurs dans le \\\"profil administrateur\\\" en cliquant sur le bouton d'édition du domaine pour lequel ils souhaitent ajouter le sélecteur. Les sélecteurs les plus courants sont “selector1“ et “selector2“.\"],\"xDJRQx\":[\"Indique si le domaine utilise uniquement des ciphers forts ou acceptables.\"],\"xDKOFk\":[\"Ignoré\"],\"xGVfLh\":[\"Continuer\"],\"xIrP7g\":[\"Le certificat est valide et configuré pour utiliser des protocoles, des chiffrements et des courbes robustes.\"],\"xJhu+/\":[\"Utilisez ces filtres pour modifier les résultats de la liste des domaines.\"],\"xKUVIV\":[\"Veuillez communiquer avec l’<0>équipe responsable de la cybersécurité du SCT pour obtenir de l’aide.\"],\"xL5AL7\":[\"Domaine favori\"],\"xOJtQy\":[\"Ouvrir le glossaire.\"],\"xP7lCg\":[\"<0>2. Pourquoi inscrire vos domaines?<1/>L’inscription de vos ressources accessibles sur Internet garantit que les chercheurs peuvent signaler les vulnérabilités réelles directement au gouvernement du Canada par un canal approuvé et sûr. Cela améliore la détection précoce, réduit les risques pour la sécurité et renforce la capacité de votre ministère à réagir rapidement et uniformément.\"],\"xQJU7t\":[\"30-D-J\"],\"xRFr9n\":[\"Balise utilisée pour montrer les domaines en tant qu'environnement de test.\"],\"xTQrTi\":[\"Exigence de disponibilité\"],\"xVgmpK\":[\"ITPIN\"],\"xXH1KX\":[\"<0>Erreur: \",[\"0\"]],\"xYG/fs\":[\"Négatif\"],\"xZ3aeC\":[\"Résultats des analyses des technologies du courrier électronique (DMARC, SPF, DKIM).\"],\"xZUy4d\":[\"Indique si le domaine répond aux exigences de Message Authentication, Reporting, and Conformance (DMARC).\"],\"xazJTP\":[\"Informatif\"],\"xbFv6h\":[\"Gestion des sites et services Web - Exigences de configuration conformes\"],\"xd+Iol\":[\"L'enregistrement DMARC n'a pas pu être trouvé pendant le scan.\"],\"xeLcbB\":[\"Incorrect resetPassword.result typename.\"],\"xecWVg\":[\"Aucun enregistrement MX n'a été trouvé. Le domaine est-il parqué ?\"],\"xiUzxy\":[\"Fournir une liste actualisée de tous les domaines et sous-domaines des sites web et services web accessibles au public à l’<0>équipe responsable de la cybersécurité du SCT.\"],\"xikL0C\":[\"ROBOT Vulnérable\"],\"xkwolO\":[\"HSTS préchargé\"],\"xs4EEn\":[\"Les 365 derniers jours\"],\"xx5Yij\":[\"Type de clé :\"],\"xx73BX\":[\"Vous avez été déconnecté avec succès.\"],\"xzLve4\":[\"Cessez d'ignorer CVE\"],\"xziKPE\":[\"Glossaire\"],\"y+4+5H\":[\"Se confirma que un activo pertenece a la organización.\"],\"y9SfgM\":[\"1. Qu’est-ce que la divulgation coordonnée des vulnérabilités (DCV)?<1/>Un processus structuré qui permet aux chercheurs en sécurité de signaler les vulnérabilités de manière sûre et responsable. Il veille à ce que les constatations soient reçues, validées et traitées de manière organisée, ce qui aide les ministères à régler les problèmes avant qu’ils ne puissent être exploités.\"],\"yEFb54\":[\"Aucune autre conclusion n'est disponible pour l'instant.\"],\"yER83x\":[\"Identificación externa :\"],\"yLx7Cb\":[\"Vous avez retiré \",[\"0\"],\" avec succès.\"],\"yMA2Yn\":[\"Avis d'accord\"],\"yOVCqm\":[\"Indique si le certificat de la feuille est un certificat de validation étendue.\"],\"yPNR7T\":[\"Volume de messages usurpant domaine (rejet + quarantaine + aucun) :\"],\"yQpz5B\":[\"Propriété :\"],\"yRR0Sx\":[\"Tableau des échecs du SPF\"],\"yRZyYq\":[\"ID CVE\"],\"ySBlBj\":[\"Vous avez réussi à mettre à jour \",[\"0\"],\".\"],\"yTFfbj\":[\"L'utilisateur \",[\"0\"],\" a été supprimé.\"],\"yTVUi9\":[\"Wildcard*\"],\"yY3S0s\":[\"Gamme :\"],\"ybmN3c\":[\"Phase de mise en œuvre de DMARC: \",[\"currentPhase\"]],\"ycCSuD\":[\"Avis important :\"],\"ycdVfN\":[\"Surveiller les rapports DMARC.\"],\"ydzoW2\":[\"Message rejeté avec succès\"],\"yjBh/c\":[\"Numéro de téléphone:\"],\"ym/Lmj\":[\"Vous avez réussi à mettre à jour vos préférences d'utilisateur interne.\"],\"ymOoBe\":[\"Identifier les problèmes de sécurité les plus courants de votre organisation.\"],\"yrwl2P\":[\"Conforme\"],\"ytOTCS\":[\"Sélectionner une exigence\"],\"yv9Qqg\":[\"Les exigences de configuration des sites et services web sont entièrement satisfaites\"],\"yvI9JW\":[\"Quels sont ces résultats supplémentaires ?\"],\"yx/fMc\":[\"Haut\"],\"yz7wBu\":[\"Fermer\"],\"z0t9bb\":[\"Connexion\"],\"z2nmCi\":[\"L'état du bien montre la relation du domaine avec votre organisation. Seuls les biens approuvés sont pris en compte dans les résumés.\"],\"zAFSAP\":[\"Statut DKIM\"],\"zMyymG\":[\"Nous avons envoyé un SMS à votre numéro de téléphone enregistré avec un code d'authentification pour vous connecter à Suivi.\"],\"zQ0Czj\":[\"Etiquette non mise à jour\"],\"zQ1eT8\":[\"Candidat\"],\"zZcPP3\":[\"Notification des changements\"],\"zdbnVZ\":[\"Dploy DKIM records and keys for all domains and senders; and\"],\"zeEQd/\":[\"Juin\"],\"zjEFCa\":[\"Rappelle-toi de moi\"],\"zlarLk\":[\"Pays:\"],\"zldZVd\":[\"Résultats de l'analyse du Web\"],\"zmwvG2\":[\"Téléphone\"],\"zoW5Ry\":[\"Créez un compte gratuit pour avoir une visibilité sur l'empreinte numérique de votre organisation et accéder à un inventaire dynamique de votre infrastructure web.\"],\"zqNnfg\":[\"Indique le nombre de domaines dont l'organisation a le contrôle.\"],\"zqfZ6p\":[\"Traitement des données\"],\"zucql+\":[\"Menu\"]}")}; \ No newline at end of file diff --git a/frontend/src/locales/fr.po b/frontend/src/locales/fr.po index ad29cd5fa9..a5677cadbe 100644 --- a/frontend/src/locales/fr.po +++ b/frontend/src/locales/fr.po @@ -36,7 +36,7 @@ msgid "{0} selected in total" msgstr "{0} sélectionné au total" #. placeholder {0}: createDomain.result.domain -#: src/admin/AdminDomainModal.js:82 +#: src/admin/AdminDomainModal.js:80 msgid "{0} was added to {orgSlug}" msgstr "{0} a été ajouté à {orgSlug}" @@ -46,7 +46,7 @@ msgid "{0} was added to tag list." msgstr "{0} a été ajouté à la liste des balises." #. placeholder {0}: createOrganization.result.name -#: src/createOrganization/CreateOrganizationPage.js:49 +#: src/createOrganization/CreateOrganizationPage.js:47 msgid "{0} was created" msgstr "{0} a été créée" @@ -59,7 +59,7 @@ msgstr "{0} a été mis à jour avec succès." msgid "{buttonLabel}" msgstr "{buttonLabel}" -#: src/components/ReactTableGlobalFilter.js:50 +#: src/components/ReactTableGlobalFilter.js:48 msgid "{count} records..." msgstr "{count} enregistrements..." @@ -67,7 +67,7 @@ msgstr "{count} enregistrements..." msgid "{domainSlug} does not support aggregate data" msgstr "{domainSlug} ne supporte pas les données agrégées" -#: src/admin/AdminDomainModal.js:128 +#: src/admin/AdminDomainModal.js:126 msgid "{editingDomainUrl} from {orgSlug} successfully updated." msgstr "{editingDomainUrl} de {orgSlug} mis à jour avec succès" @@ -87,7 +87,7 @@ msgstr "{selectedOnPage} sélectionné sur cette page." msgid "{title}" msgstr "{title}" -#: src/utilities/useDocumentTitle.js:8 +#: src/utilities/useDocumentTitle.js:7 msgid "{title} - Tracker" msgstr "{title} - Suivi" @@ -161,7 +161,7 @@ msgstr "<0>IPs: {0}" #: src/guidance/AdditionalFindings.js:81 #: src/guidance/EmailGuidance.js:113 #: src/guidance/GuidancePage.js:263 -#: src/guidance/WebGuidance.js:175 +#: src/guidance/WebGuidance.js:176 msgid "<0>Last Scanned: {0}" msgstr "<0>Dernière numérisation: {0}" @@ -245,7 +245,7 @@ msgstr "404 - Page non trouvée" msgid "A DNS request for this service has resulted in the following error code:" msgstr "Une requête DNS pour ce service a donné lieu au code d'erreur suivant :" -#: src/admin/AdminDomains.js:512 +#: src/admin/AdminDomains.js:490 msgid "A domain may only be removed for one of the reasons below. For a domain to no longer exist, it must be removed from the DNS. If you need to remove this domain for a different reason, please contact TBS Cyber Security." msgstr "Un domaine ne peut être supprimé que pour l'une des raisons ci-dessous. Pour qu'un domaine n'existe plus, il doit être supprimé du DNS. Si vous devez supprimer ce domaine pour une autre raison, veuillez contacter TBS Cyber Security." @@ -253,7 +253,7 @@ msgstr "Un domaine ne peut être supprimé que pour l'une des raisons ci-dessous msgid "A minimum DMARC policy of “p=none” with at least one address defined as a recipient of aggregate reports" msgstr "Une politique DMARC minimale de \"p=none\" avec au moins une adresse définie comme destinataire des rapports agrégés." -#: src/dmarc/DmarcByDomainPage.js:320 +#: src/dmarc/DmarcByDomainPage.js:318 msgid "A more detailed breakdown of each domain can be found by clicking on its address in the first column." msgstr "Une ventilation plus détaillée de chaque domaine peut être trouvée en cliquant sur son adresse dans la première colonne." @@ -294,7 +294,7 @@ msgid "Account" msgstr "Compte" #: src/admin/SuperAdminUserList.js:88 -#: src/user/UserPage.js:63 +#: src/user/UserPage.js:61 msgid "Account Closed Successfully" msgstr "Compte clôturé avec succès" @@ -304,12 +304,12 @@ msgstr "Compte créé" #: src/app/App.js:153 #: src/app/FloatingMenu.js:178 -#: src/user/UserPage.js:112 +#: src/user/UserPage.js:110 msgid "Account Settings" msgstr "Paramètres du compte" -#: src/createOrganization/CreateOrganizationPage.js:118 -#: src/createOrganization/CreateOrganizationPage.js:119 +#: src/createOrganization/CreateOrganizationPage.js:116 +#: src/createOrganization/CreateOrganizationPage.js:117 #: src/organizations/Organizations.js:101 msgid "Acronym" msgstr "Acronyme" @@ -326,11 +326,11 @@ msgstr "Acronyme (FR)" msgid "Acronym:" msgstr "Acronyme:" -#: src/utilities/fieldRequirements.js:37 +#: src/utilities/fieldRequirements.js:36 msgid "Acronyms can only use upper case letters and underscores" msgstr "Les acronymes ne peuvent utiliser que des lettres majuscules et des caractères de soulignement." -#: src/utilities/fieldRequirements.js:38 +#: src/utilities/fieldRequirements.js:37 msgid "Acronyms must be at most 50 characters" msgstr "Les acronymes doivent comporter au maximum 50 caractères." @@ -342,7 +342,7 @@ msgstr "Action" msgid "Action:" msgstr "Action :" -#: src/admin/AdminPanel.js:29 +#: src/admin/AdminPanel.js:28 msgid "Activity" msgstr "Activité" @@ -354,11 +354,11 @@ msgstr "Ajouter" msgid "Add details about the enrollment (optional)" msgstr "Ajouter des détails concernant l'inscription (facultatif)" -#: src/admin/AdminDomains.js:429 +#: src/admin/AdminDomains.js:407 msgid "Add Domain" msgstr "Ajouter un domaine" -#: src/admin/AdminDomainModal.js:261 +#: src/admin/AdminDomainModal.js:259 msgid "Add Domain Details" msgstr "Ajouter les détails du domaine" @@ -391,7 +391,7 @@ msgstr "ADMIN" #~ msgid "Admin accounts must activate a multi-factor authentication option, <0>please activate MFA." #~ msgstr "Les comptes administrateurs doivent activer une option d'authentification multifactorielle, <0>s'il vous plaît activer MFA." -#: src/user/UserPage.js:136 +#: src/user/UserPage.js:134 msgid "Admin accounts must activate a multi-factor authentication option." msgstr "Les comptes administrateurs doivent activer une option d'authentification multifactorielle." @@ -444,27 +444,27 @@ msgstr "Tout le temps" msgid "Already have an account? <0>Log in" msgstr "Vous avez déjà un compte ? <0>Connecter" -#: src/admin/AdminDomains.js:561 +#: src/admin/AdminDomains.js:539 #: src/organizationDetails/OrganizationDomains.js:267 msgid "An asset confirmed to belong to the organization." msgstr "Se confirma que un activo pertenece a la organización." -#: src/admin/AdminDomains.js:564 +#: src/admin/AdminDomains.js:542 #: src/organizationDetails/OrganizationDomains.js:270 msgid "An asset that is owned by a third party and supports the operation of organization-owned assets." msgstr "Activo propiedad de un tercero que sirve de apoyo al funcionamiento de los activos propiedad de la organización." -#: src/admin/AdminDomains.js:568 +#: src/admin/AdminDomains.js:546 #: src/organizationDetails/OrganizationDomains.js:274 msgid "An asset that is relevant to the organization but is not a direct part of the attack surface." msgstr "Un activo que es relevante para la organización pero que no forma parte directamente de la superficie de ataque." -#: src/admin/AdminDomains.js:572 +#: src/admin/AdminDomains.js:550 #: src/organizationDetails/OrganizationDomains.js:278 msgid "An asset that is suspected to belong to the organization but has not been confirmed." msgstr "Activo que se sospecha que pertenece a la organización pero que no se ha confirmado." -#: src/admin/AdminDomains.js:576 +#: src/admin/AdminDomains.js:554 #: src/organizationDetails/OrganizationDomains.js:282 msgid "An asset that requires further investigation to determine its relationship to the organization." msgstr "Un activo que requiere más investigación para determinar su relación con la organización." @@ -577,20 +577,20 @@ msgstr "Une erreur s'est produite lors de la mise à jour de votre méthode d'en msgid "An error occurred while verifying your phone number." msgstr "Une erreur s'est produite lors de la mise à jour de votre numéro de téléphone." -#: src/admin/AdminDomainModal.js:69 -#: src/admin/AdminDomainModal.js:115 -#: src/admin/AdminDomains.js:135 +#: src/admin/AdminDomainModal.js:67 +#: src/admin/AdminDomainModal.js:113 +#: src/admin/AdminDomains.js:132 #: src/admin/DomainUpdateList.js:57 #: src/admin/DomainUpdateList.js:104 #: src/admin/TagForm.js:28 #: src/admin/TagForm.js:73 #: src/admin/UserListModal.js:51 #: src/admin/UserListModal.js:141 -#: src/auth/TwoFactorAuthenticatePage.js:29 -#: src/createOrganization/CreateOrganizationPage.js:37 -#: src/guidance/CveIgnorer.js:20 -#: src/guidance/CveIgnorer.js:69 -#: src/user/UserPage.js:52 +#: src/auth/TwoFactorAuthenticatePage.js:27 +#: src/createOrganization/CreateOrganizationPage.js:35 +#: src/guidance/CveIgnorer.js:18 +#: src/guidance/CveIgnorer.js:65 +#: src/user/UserPage.js:50 msgid "An error occurred." msgstr "Une erreur s'est produite." @@ -614,7 +614,7 @@ msgstr "Tous les produits ou services connexes qui vous sont fournis par le SCT #~ msgid "Application Portfolio Management (APM) systems; and" #~ msgstr "les systèmes de gestion du portefeuille d’applications (GPA);" -#: src/admin/AdminDomains.js:307 +#: src/admin/AdminDomains.js:304 #: src/admin/DomainUpdateList.js:338 #: src/domains/DomainListFilters.js:170 msgid "Apply" @@ -633,9 +633,9 @@ msgid "Apply Tags" msgstr "Appliquer les balises" #: src/admin/AdminDomainCard.js:9 -#: src/admin/AdminDomainModal.js:320 -#: src/admin/AdminDomains.js:285 -#: src/admin/AdminDomains.js:561 +#: src/admin/AdminDomainModal.js:318 +#: src/admin/AdminDomains.js:282 +#: src/admin/AdminDomains.js:539 #: src/domains/DomainCard.js:113 #: src/domains/FilterList.js:22 #: src/organizationDetails/OrganizationDomains.js:127 @@ -656,7 +656,7 @@ msgstr "Avril" msgid "Archive domain" msgstr "Archiver ce domaine" -#: src/admin/AdminDomains.js:189 +#: src/admin/AdminDomains.js:186 #: src/domains/DomainCard.js:149 #: src/domains/DomainsPage.js:141 #: src/organizationDetails/OrganizationDomains.js:120 @@ -671,7 +671,7 @@ msgstr "ARCHIVES" msgid "Are you sure you want to apply these tag changes?" msgstr "Êtes-vous sûr de vouloir appliquer ces modifications aux balises ?" -#: src/guidance/CveIgnorer.js:125 +#: src/guidance/CveIgnorer.js:119 msgid "Are you sure you want to ignore this CVE?" msgstr "Êtes-vous sûr de vouloir ignorer ce CVE ?" @@ -680,7 +680,7 @@ msgstr "Êtes-vous sûr de vouloir ignorer ce CVE ?" msgid "Are you sure you want to permanently remove the organization \"{0}\"?" msgstr "Êtes-vous sûr de vouloir supprimer définitivement l'organisation \"{0}\" ?" -#: src/guidance/CveIgnorer.js:123 +#: src/guidance/CveIgnorer.js:117 msgid "Are you sure you want to stop ignoring this CVE?" msgstr "Êtes-vous sûr de vouloir cesser d'ignorer ce CVE ?" @@ -707,17 +707,17 @@ msgstr "Évaluer" msgid "Assess current state;" msgstr "Évaluer l’état actuel." -#: src/admin/AdminDomainModal.js:308 -#: src/admin/AdminDomains.js:246 +#: src/admin/AdminDomainModal.js:306 +#: src/admin/AdminDomains.js:243 #: src/domains/DomainListFilters.js:110 msgid "Asset State" msgstr "État des actifs" -#: src/admin/AdminDomains.js:555 +#: src/admin/AdminDomains.js:533 msgid "Asset States" msgstr "Estados del activo" -#: src/admin/AdminPage.js:240 +#: src/admin/AdminPage.js:243 #: src/admin/AuditLogTable.js:97 msgid "Audit Logs" msgstr "Journaux d'audit" @@ -736,8 +736,8 @@ msgid "Availability Requirement" msgstr "Exigence de disponibilité" #: src/auth/ForgotPasswordPage.js:88 -#: src/createOrganization/CreateOrganizationPage.js:127 -#: src/guidance/CveIgnorer.js:130 +#: src/createOrganization/CreateOrganizationPage.js:125 +#: src/guidance/CveIgnorer.js:124 #: src/userOnboarding/components/TourComponent.js:107 msgid "Back" msgstr "Retour" @@ -762,10 +762,10 @@ msgstr "BETA" msgid "Blank fields will not be included when updating the organization." msgstr "Les champs vides ne seront pas pris en compte lors de la mise à jour de l'organisation." -#: src/admin/AdminDomains.js:185 +#: src/admin/AdminDomains.js:182 #: src/domains/DomainCard.js:154 #: src/domains/DomainsPage.js:140 -#: src/guidance/WebGuidance.js:108 +#: src/guidance/WebGuidance.js:109 #: src/organizationDetails/OrganizationDomains.js:116 msgid "Blocked" msgstr "Bloqué" @@ -775,6 +775,10 @@ msgstr "Bloqué" msgid "BLOCKED" msgstr "BLOQUÉ" +#: src/guidance/WebPqcResults.js:97 +msgid "Built from sslyze {sslyzeCommit} and nassl {nasslCommit}" +msgstr "Conçu à partir de sslyze {sslyzeCommit} et de nassl {nasslCommit}" + #: src/app/ReadGuidancePage.js:126 #~ msgid "Business units within your organization." #~ msgstr "les unités fonctionnelles au sein de votre organisation." @@ -806,14 +810,14 @@ msgstr "Les Canadiens comptent sur le gouvernement du Canada pour fournir des se #: src/admin/DomainUpdateList.js:364 #: src/admin/SuperAdminUserList.js:424 #: src/components/ExportButton.js:94 -#: src/user/UserPage.js:216 +#: src/user/UserPage.js:214 msgid "Cancel" msgstr "Annuler" #: src/admin/AdminDomainCard.js:12 -#: src/admin/AdminDomainModal.js:329 -#: src/admin/AdminDomains.js:294 -#: src/admin/AdminDomains.js:571 +#: src/admin/AdminDomainModal.js:327 +#: src/admin/AdminDomains.js:291 +#: src/admin/AdminDomains.js:549 #: src/domains/DomainCard.js:116 #: src/domains/FilterList.js:25 #: src/organizationDetails/OrganizationDomains.js:130 @@ -829,7 +833,7 @@ msgstr "CANDIDAT" #~ msgid "Category" #~ msgstr "Catégorie" -#: src/guidance/WebGuidance.js:158 +#: src/guidance/WebGuidance.js:159 msgid "CCCS has updated their <0>list of recommended TLS cipher suites and elliptic curves. Please review these findings and update your configurations accordingly." msgstr "CCC a mis à jour sa <0>liste de suites de chiffrement TLS et de courbes elliptiques recommandées. Veuillez prendre connaissance de ces résultats et mettre à jour vos configurations en conséquence." @@ -970,7 +974,7 @@ msgstr "Cliquez pour plus d'informations sur les statuts, les étiquettes et les msgid "Click for guidance on getting started with Tracker and frequently asked questions." msgstr "Cliquez pour obtenir des conseils sur la façon de démarrer avec Tracker et les questions les plus fréquentes." -#: src/admin/AdminPage.js:142 +#: src/admin/AdminPage.js:140 msgid "Click here." msgstr "Cliquez ici." @@ -986,8 +990,8 @@ msgstr "Fermer" #: src/admin/SuperAdminUserList.js:338 #: src/admin/SuperAdminUserList.js:404 -#: src/user/UserPage.js:172 -#: src/user/UserPage.js:199 +#: src/user/UserPage.js:170 +#: src/user/UserPage.js:197 msgid "Close Account" msgstr "Fermer le compte" @@ -995,7 +999,7 @@ msgstr "Fermer le compte" msgid "CNAME:" msgstr "CNAME:" -#: src/utilities/fieldRequirements.js:29 +#: src/utilities/fieldRequirements.js:28 msgid "Code field must not be empty" msgstr "Le champ de code ne doit pas être vide" @@ -1004,7 +1008,7 @@ msgstr "Le champ de code ne doit pas être vide" msgid "Collect and analyze DMARC reports." msgstr "Recueillir et analyser les rapports DMARC." -#: src/admin/AdminDomains.js:256 +#: src/admin/AdminDomains.js:253 #: src/domains/DomainListFilters.js:147 msgid "Comparison" msgstr "Comparaison" @@ -1029,15 +1033,15 @@ msgstr "Les exigences de configuration pour les services de courrier électroniq msgid "Configuration requirements for web sites and services completely met" msgstr "Les exigences de configuration des sites et services web sont entièrement satisfaites" -#: src/admin/AdminDomainModal.js:358 -#: src/admin/AdminDomains.js:547 +#: src/admin/AdminDomainModal.js:356 +#: src/admin/AdminDomains.js:525 #: src/admin/OrganizationInformation.js:358 #: src/admin/OrganizationInformation.js:470 #: src/admin/SuperAdminUserList.js:428 #: src/admin/TagForm.js:247 #: src/admin/UserListModal.js:278 #: src/domains/SubdomainDiscoveryButton.js:93 -#: src/guidance/CveIgnorer.js:158 +#: src/guidance/CveIgnorer.js:152 #: src/organizations/RequestOrgInviteModal.js:76 #: src/user/EditableEmailUpdateOptions.js:227 #: src/user/EditableUserDisplayName.js:169 @@ -1045,7 +1049,7 @@ msgstr "Les exigences de configuration des sites et services web sont entièreme #: src/user/EditableUserPassword.js:183 #: src/user/EditableUserPhoneNumber.js:187 #: src/user/EditableUserPhoneNumber.js:245 -#: src/user/UserPage.js:220 +#: src/user/UserPage.js:218 msgid "Confirm" msgstr "Confirmer" @@ -1057,7 +1061,7 @@ msgstr "Confirmer le nouveau mot de passe:" msgid "Confirm Password:" msgstr "Confirmez le mot de passe:" -#: src/admin/AdminDomains.js:507 +#: src/admin/AdminDomains.js:485 msgid "Confirm removal of domain:" msgstr "Confirmer la suppression du domaine:" @@ -1154,13 +1158,13 @@ msgstr "Créer un compte" #~ msgid "Create an account by entering an email and password." #~ msgstr "Créez un compte en entrant un courriel et un mot de passe." -#: src/createOrganization/CreateOrganizationPage.js:110 +#: src/createOrganization/CreateOrganizationPage.js:108 msgid "Create an organization" msgstr "Créer une organisation" -#: src/admin/AdminPage.js:169 +#: src/admin/AdminPage.js:167 #: src/app/App.js:394 -#: src/createOrganization/CreateOrganizationPage.js:131 +#: src/createOrganization/CreateOrganizationPage.js:129 msgid "Create Organization" msgstr "Créer une organisation" @@ -1213,12 +1217,12 @@ msgstr "État des courbes" msgid "CVD {0}" msgstr "DCV {0}" -#: src/admin/AdminDomains.js:193 +#: src/admin/AdminDomains.js:190 #: src/organizationDetails/OrganizationDomains.js:123 msgid "CVD Denied" msgstr "Rejet de la demande de DCV" -#: src/admin/AdminDomains.js:191 +#: src/admin/AdminDomains.js:188 #: src/organizationDetails/OrganizationDomains.js:122 msgid "CVD Enrolled" msgstr "DCV inscrit" @@ -1227,7 +1231,7 @@ msgstr "DCV inscrit" msgid "CVD Enrollment Status" msgstr "Statut d'inscription au DCV" -#: src/admin/AdminDomains.js:192 +#: src/admin/AdminDomains.js:189 msgid "CVD Pending" msgstr "En attente de DCV" @@ -1239,7 +1243,7 @@ msgstr "En attente de DCV" msgid "CVE ID" msgstr "ID CVE" -#: src/guidance/CveIgnorer.js:31 +#: src/guidance/CveIgnorer.js:29 msgid "CVE ignored" msgstr "CVE ignoré" @@ -1291,9 +1295,9 @@ msgstr "Refusé" #~ msgstr "Unités opérationnelles départementales" #: src/admin/AdminDomainCard.js:10 -#: src/admin/AdminDomainModal.js:323 -#: src/admin/AdminDomains.js:288 -#: src/admin/AdminDomains.js:563 +#: src/admin/AdminDomainModal.js:321 +#: src/admin/AdminDomains.js:285 +#: src/admin/AdminDomains.js:541 #: src/domains/DomainCard.js:114 #: src/domains/FilterList.js:23 #: src/organizationDetails/OrganizationDomains.js:128 @@ -1367,7 +1371,7 @@ msgstr "Découvrir les sous-domaines" msgid "Display Name" msgstr "Nom d'affichage" -#: src/utilities/fieldRequirements.js:16 +#: src/utilities/fieldRequirements.js:15 msgid "Display name cannot be empty" msgstr "Le nom d'affichage ne peut pas être vide" @@ -1522,8 +1526,8 @@ msgstr "Statut DMARC" #: src/app/App.js:142 #: src/app/App.js:356 #: src/app/FloatingMenu.js:132 -#: src/dmarc/DmarcByDomainPage.js:169 -#: src/dmarc/DmarcByDomainPage.js:227 +#: src/dmarc/DmarcByDomainPage.js:167 +#: src/dmarc/DmarcByDomainPage.js:225 msgid "DMARC Summaries" msgstr "Résumés DMARC" @@ -1548,15 +1552,15 @@ msgstr "Scan DNS terminé" msgid "DNS scan for domain \"{0}\" has completed." msgstr "Le scan DNS du domaine \"{0}\" est terminé." -#: src/admin/AdminDomains.js:262 +#: src/admin/AdminDomains.js:259 #: src/domains/DomainListFilters.js:153 msgid "DOES NOT EQUAL" msgstr "N'EST PAS ÉGAL" #: src/admin/AuditLogTable.js:78 #: src/admin/DomainUpdateList.js:262 -#: src/dmarc/DmarcByDomainPage.js:112 -#: src/dmarc/DmarcByDomainPage.js:298 +#: src/dmarc/DmarcByDomainPage.js:110 +#: src/dmarc/DmarcByDomainPage.js:296 #: src/domains/DomainsPage.js:292 #: src/domains/DomainsPage.js:340 #: src/organizationDetails/OrganizationDomains.js:230 @@ -1564,7 +1568,7 @@ msgstr "N'EST PAS ÉGAL" msgid "Domain" msgstr "Domaine" -#: src/admin/AdminDomainModal.js:81 +#: src/admin/AdminDomainModal.js:79 msgid "Domain added" msgstr "Domaine ajouté" @@ -1576,7 +1580,7 @@ msgstr "Compte de domaine" msgid "Domain from Simple Mail Transfer Protocol (SMTP) banner message." msgstr "Domaine du message de bannière du protocole de transfert de courrier simple (PTCS)." -#: src/admin/AdminDomains.js:198 +#: src/admin/AdminDomains.js:195 msgid "Domain List" msgstr "Liste des domaines" @@ -1584,28 +1588,28 @@ msgstr "Liste des domaines" msgid "Domain Name System (DNS) Services Management Configuration Requirements - Canada.ca" msgstr "Exigences de configuration pour la gestion des sites Web et des services" -#: src/admin/AdminDomains.js:147 +#: src/admin/AdminDomains.js:144 msgid "Domain removed" msgstr "Domaine supprimé" -#: src/admin/AdminDomains.js:148 +#: src/admin/AdminDomains.js:145 msgid "Domain removed from {orgSlug}" msgstr "Domaine supprimé de {orgSlug}" -#: src/admin/AdminPage.js:241 +#: src/admin/AdminPage.js:246 msgid "Domain Tags" msgstr "Tags du domaine" -#: src/admin/AdminDomainModal.js:127 +#: src/admin/AdminDomainModal.js:125 msgid "Domain updated" msgstr "Domaine mis à jour" -#: src/admin/AdminDomains.js:418 +#: src/admin/AdminDomains.js:396 #: src/components/fields/DomainField.js:10 msgid "Domain URL" msgstr "URL du domaine" -#: src/utilities/fieldRequirements.js:32 +#: src/utilities/fieldRequirements.js:31 msgid "Domain url field must not be empty" msgstr "Le champ de l'url du domaine ne doit pas être vide" @@ -1617,7 +1621,7 @@ msgstr "URL du domaine:" msgid "Domain:" msgstr "Domaine:" -#: src/admin/AdminPanel.js:23 +#: src/admin/AdminPanel.js:22 #: src/app/App.js:135 #: src/app/App.js:326 #: src/app/FloatingMenu.js:117 @@ -1653,7 +1657,7 @@ msgstr "Domaines mis à jour." msgid "Domains used for SPF validation." msgstr "Domaines utilisés pour la validation SPF." -#: src/auth/SignInPage.js:151 +#: src/auth/SignInPage.js:149 msgid "Don't have an account? <0>Sign up" msgstr "Vous n'avez pas de compte ? <0>S'inscrire" @@ -1681,7 +1685,7 @@ msgstr "Edit" msgid "Edit Display Name" msgstr "Modifier le nom d'affichage" -#: src/admin/AdminDomainModal.js:261 +#: src/admin/AdminDomainModal.js:259 msgid "Edit Domain Details" msgstr "Modifier les détails d'un domaine" @@ -1714,8 +1718,8 @@ msgid "Email" msgstr "Courriel" #: src/auth/ForgotPasswordPage.js:19 -#: src/utilities/fieldRequirements.js:11 -#: src/utilities/fieldRequirements.js:14 +#: src/utilities/fieldRequirements.js:10 +#: src/utilities/fieldRequirements.js:13 msgid "Email cannot be empty" msgstr "Le courriel ne peut être vide" @@ -1785,11 +1789,11 @@ msgstr "Envoi d'un courriel de vérification" msgid "Email:" msgstr "Courrier électronique:" -#: src/guidance/WebGuidance.js:68 +#: src/guidance/WebGuidance.js:69 msgid "Endpoint Summary" msgstr "Résumé du point d'aboutissement" -#: src/guidance/WebGuidance.js:127 +#: src/guidance/WebGuidance.js:128 msgid "Endpoint:" msgstr "Point d'aboutissement :" @@ -1811,8 +1815,8 @@ msgstr "Mettre en application" #~ msgid "Engage departmental IT planning groups for implementation as appropriate." #~ msgstr "Engager les groupes de planification informatique des départements pour la mise en œuvre, le cas échéant." -#: src/createOrganization/CreateOrganizationPage.js:115 -#: src/createOrganization/CreateOrganizationPage.js:118 +#: src/createOrganization/CreateOrganizationPage.js:113 +#: src/createOrganization/CreateOrganizationPage.js:116 msgid "English" msgstr "Anglais" @@ -1827,7 +1831,7 @@ msgstr "Inscrit" msgid "Enter \"{0}\" below to confirm removal. This field is case-sensitive." msgstr "Entrez \"{0}\" ci-dessous pour confirmer la suppression. Ce champ est sensible à la casse." -#: src/user/UserPage.js:208 +#: src/user/UserPage.js:206 msgid "Enter \"{userName}\" below to confirm removal. This field is case-sensitive." msgstr "Entrez \"{userName}\" ci-dessous pour confirmer la suppression. Ce champ est sensible à la casse." @@ -1874,11 +1878,15 @@ msgstr "Saisissez l'adresse électronique vérifiée de votre compte d'utilisate msgid "Envelope From" msgstr "Enveloppe De" -#: src/admin/AdminDomains.js:259 +#: src/admin/AdminDomains.js:256 #: src/domains/DomainListFilters.js:150 msgid "EQUALS" msgstr "ÉGAUX" +#: src/guidance/WebPqcResults.js:88 +msgid "Error" +msgstr "Erreur" + #: src/dmarc/DmarcReportPage.js:104 msgid "Error while retrieving DMARC data for {domainSlug}. <0/>This could be due to insufficient user privileges or the domain does not exist in the system." msgstr "Erreur lors de la récupération des données DMARC pour {domainSlug}. TBS Cyber Security to assist in onboarding." msgstr "Si votre organisation n'a pas d'utilisateurs affiliés à Suivi, contactez l’<0>équipe responsable de la cybersécurité du SCT pour vous aider à l'intégrer." -#: src/guidance/CveIgnorer.js:117 +#: src/guidance/CveIgnorer.js:111 msgid "Ignore CVE" msgstr "Ignorer le CVE" -#: src/admin/AdminDomainModal.js:442 +#: src/admin/AdminDomainModal.js:444 msgid "Ignore RUA" msgstr "Ignorer la RUA" @@ -2564,20 +2580,20 @@ msgstr "INACTIF" #~ msgid "Include hidden domains in summaries." #~ msgstr "Inclure les domaines cachés dans les résumés." -#: src/auth/TwoFactorAuthenticatePage.js:77 +#: src/auth/TwoFactorAuthenticatePage.js:75 msgid "Incorrect authenticate.result typename." msgstr "Incorrect authenticate.result typename." #: src/admin/SuperAdminUserList.js:108 -#: src/user/UserPage.js:84 +#: src/user/UserPage.js:82 msgid "Incorrect closeAccount.result typename." msgstr "Incorrect closeAccount.result typename." -#: src/admin/AdminDomainModal.js:100 +#: src/admin/AdminDomainModal.js:98 msgid "Incorrect createDomain.result typename." msgstr "Incorrect createDomain.result typename." -#: src/createOrganization/CreateOrganizationPage.js:68 +#: src/createOrganization/CreateOrganizationPage.js:66 msgid "Incorrect createOrganization.result typename." msgstr "createOrganization.result incorrecte typename." @@ -2589,7 +2605,7 @@ msgstr "Méthode de renvoi incorrecte reçue." msgid "Incorrect dismissMessage.result typename." msgstr "Type de message dismissMessage.result incorrect." -#: src/guidance/CveIgnorer.js:54 +#: src/guidance/CveIgnorer.js:50 msgid "Incorrect ignoreCve.result typename." msgstr "Incorrect ignoreCve.result typename." @@ -2602,7 +2618,7 @@ msgstr "Incorrect inviteUserToOrg.result typename." #~ msgid "Incorrect leaveOrganization.result typename." #~ msgstr "Incorrect leaveOrganization.result typename." -#: src/admin/AdminDomains.js:166 +#: src/admin/AdminDomains.js:163 msgid "Incorrect removeDomain.result typename." msgstr "Incorrect removeDomain.result typename." @@ -2614,9 +2630,9 @@ msgstr "Incorrect removeOrganization.result typename." msgid "Incorrect resetPassword.result typename." msgstr "Incorrect resetPassword.result typename." -#: src/admin/AdminDomainModal.js:99 -#: src/admin/AdminDomainModal.js:145 -#: src/admin/AdminDomains.js:165 +#: src/admin/AdminDomainModal.js:97 +#: src/admin/AdminDomainModal.js:143 +#: src/admin/AdminDomains.js:162 #: src/admin/DomainUpdateList.js:89 #: src/admin/DomainUpdateList.js:136 #: src/admin/SuperAdminUserList.js:107 @@ -2626,18 +2642,18 @@ msgstr "Incorrect resetPassword.result typename." #: src/admin/UserListModal.js:126 #: src/auth/CreateUserPage.js:62 #: src/auth/ResetPasswordPage.js:61 -#: src/auth/SignInPage.js:86 -#: src/auth/TwoFactorAuthenticatePage.js:76 -#: src/createOrganization/CreateOrganizationPage.js:67 -#: src/guidance/CveIgnorer.js:53 -#: src/guidance/CveIgnorer.js:102 +#: src/auth/SignInPage.js:84 +#: src/auth/TwoFactorAuthenticatePage.js:74 +#: src/createOrganization/CreateOrganizationPage.js:65 +#: src/guidance/CveIgnorer.js:49 +#: src/guidance/CveIgnorer.js:96 #: src/user/EditableUserDisplayName.js:73 #: src/user/EditableUserEmail.js:69 #: src/user/EditableUserPassword.js:76 #: src/user/EditableUserPhoneNumber.js:68 #: src/user/EditableUserPhoneNumber.js:119 #: src/user/EditableUserTFAMethod.js:77 -#: src/user/UserPage.js:83 +#: src/user/UserPage.js:81 msgid "Incorrect send method received." msgstr "Méthode d'envoi incorrecte reçue." @@ -2645,7 +2661,7 @@ msgstr "Méthode d'envoi incorrecte reçue." msgid "Incorrect setPhoneNumber.result typename." msgstr "Incorrect setPhoneNumber.result typename." -#: src/auth/SignInPage.js:87 +#: src/auth/SignInPage.js:85 msgid "Incorrect signIn.result typename." msgstr "Nom d'utilisateur incorrect signIn.result." @@ -2658,7 +2674,7 @@ msgstr "Incorrect signUp.result typename." msgid "Incorrect typename received." msgstr "Incorrect typename received." -#: src/guidance/CveIgnorer.js:103 +#: src/guidance/CveIgnorer.js:97 msgid "Incorrect unignoreCve.result typename." msgstr "Incorrect unignoreCve.result typename." @@ -2667,7 +2683,7 @@ msgstr "Incorrect unignoreCve.result typename." msgid "Incorrect update method received." msgstr "Méthode de mise à jour incorrecte reçue." -#: src/admin/AdminDomainModal.js:146 +#: src/admin/AdminDomainModal.js:144 msgid "Incorrect updateDomain.result typename." msgstr "Incorrect updateDomain.result typename." @@ -2781,7 +2797,7 @@ msgid "Internet-facing" msgstr "orientés vers l'Internet" #: src/auth/ForgotPasswordPage.js:20 -#: src/utilities/fieldRequirements.js:12 +#: src/utilities/fieldRequirements.js:11 msgid "Invalid email" msgstr "Courriel non valide" @@ -2801,7 +2817,7 @@ msgstr "Est aligné sur la norme DKIM. Peut être vrai ou faux." msgid "Is SPF aligned. Can be true or false." msgstr "Est aligné sur le SPF. Peut être vrai ou faux." -#: src/admin/AdminPage.js:139 +#: src/admin/AdminPage.js:137 msgid "Is your organization not using Tracker yet?" msgstr "Votre organisation n'utilise pas encore Tracker ?" @@ -2825,7 +2841,7 @@ msgstr "On recommande aux partenaires de Services partagés Canada (SPC) de comm msgid "Items per page:" msgstr "Objets par page:" -#: src/components/TrackerTable.js:282 +#: src/components/TrackerTable.js:280 msgid "Items per page: " msgstr "Objets par page: " @@ -2954,7 +2970,7 @@ msgstr "Liste des balises d'orientation" msgid "Loading {children}..." msgstr "Chargement {children}..." -#: src/dmarc/DmarcByDomainPage.js:243 +#: src/dmarc/DmarcByDomainPage.js:241 msgid "Loading Data..." msgstr "Chargement des données..." @@ -2962,11 +2978,11 @@ msgstr "Chargement des données..." msgid "Local" msgstr "Local" -#: src/auth/SignInPage.js:118 +#: src/auth/SignInPage.js:116 msgid "Login" msgstr "Connexion" -#: src/auth/SignInPage.js:123 +#: src/auth/SignInPage.js:121 msgid "Login to your account" msgstr "Connectez-vous à votre compte" @@ -3018,7 +3034,7 @@ msgstr "Mars" msgid "Mark domains as \"Favourite\" to save them to your \"myTracker\" page." msgstr "Marquez les domaines comme « favoris » pour les enregistrer sur votre page « myTracker »." -#: src/admin/AdminDomainModal.js:406 +#: src/admin/AdminDomainModal.js:408 msgid "Mark this domain as high availability. It will be monitored by the uptime dashboard." msgstr "Marquez ce domaine comme haute disponibilité. Il sera surveillé par le tableau de bord de disponibilité." @@ -3069,9 +3085,9 @@ msgid "Monitor DMARC reports;" msgstr "Surveiller les rapports DMARC." #: src/admin/AdminDomainCard.js:11 -#: src/admin/AdminDomainModal.js:326 -#: src/admin/AdminDomains.js:291 -#: src/admin/AdminDomains.js:567 +#: src/admin/AdminDomainModal.js:324 +#: src/admin/AdminDomains.js:288 +#: src/admin/AdminDomains.js:545 #: src/domains/DomainCard.js:115 #: src/domains/FilterList.js:24 #: src/organizationDetails/OrganizationDomains.js:129 @@ -3122,8 +3138,8 @@ msgstr "Mon domaine n'envoie pas d'e-mails, comment puis-je faire passer les con msgid "myTracker" msgstr "monSuivi" -#: src/createOrganization/CreateOrganizationPage.js:115 -#: src/createOrganization/CreateOrganizationPage.js:116 +#: src/createOrganization/CreateOrganizationPage.js:113 +#: src/createOrganization/CreateOrganizationPage.js:114 #: src/organizationDetails/OrganizationAffiliations.js:58 #: src/organizations/Organizations.js:100 msgid "Name" @@ -3166,6 +3182,10 @@ msgstr "Constatations négatives" #~ msgid "Negative Tags" #~ msgstr "Étiquettes négatives" +#: src/guidance/WebPqcResults.js:80 +msgid "Negotiated groups" +msgstr "Groupes négociés" + #: src/guidance/GuidanceTagList.js:110 #~ msgid "Neutral Tags" #~ msgstr "Étiquettes neutres" @@ -3190,11 +3210,11 @@ msgstr "NOUVEAU" msgid "New Display Name:" msgstr "Nouveau nom d'affichage:" -#: src/admin/AdminDomainModal.js:267 +#: src/admin/AdminDomainModal.js:265 msgid "New Domain URL" msgstr "Nouvelle URL de domaine" -#: src/admin/AdminDomainModal.js:267 +#: src/admin/AdminDomainModal.js:265 msgid "New Domain URL:" msgstr "Nouvelle URL de domaine:" @@ -3210,7 +3230,7 @@ msgstr "Nouveau mot de passe:" msgid "New Phone Number:" msgstr "Nouveau numéro de téléphone:" -#: src/guidance/WebGuidance.js:155 +#: src/guidance/WebGuidance.js:156 msgid "New Recommended TLS Ciphers" msgstr "Nouveaux codes TLS recommandés" @@ -3233,6 +3253,8 @@ msgstr "Prochaines étapes :" #: src/guidance/WebConnectionResults.js:208 #: src/guidance/WebConnectionResults.js:220 #: src/guidance/WebConnectionResults.js:226 +#: src/guidance/WebPqcResults.js:68 +#: src/guidance/WebPqcResults.js:75 #: src/guidance/WebTLSResults.js:217 #: src/guidance/WebTLSResults.js:275 #: src/guidance/WebTLSResults.js:286 @@ -3325,7 +3347,7 @@ msgstr "Aucune phase de mise en œuvre DMARC" #~ msgid "No DMARC phase information available for this organization." #~ msgstr "Aucune information sur la phase DMARC n'est disponible pour cette organisation." -#: src/admin/AdminDomainList.js:24 +#: src/admin/AdminDomainList.js:23 #: src/domains/DomainsPage.js:234 #: src/organizationDetails/OrganizationDomains.js:163 msgid "No Domains" @@ -3428,6 +3450,7 @@ msgstr "Non conforme" #: src/guidance/EmailGuidance.js:274 #: src/guidance/IgnoredCves.js:23 #: src/guidance/IgnoredCves.js:67 +#: src/guidance/WebPqcResults.js:82 #: src/user/EditableUserTFAMethod.js:165 msgid "None" msgstr "Aucun" @@ -3456,6 +3479,14 @@ msgstr "Non inscrit" msgid "Not Implemented" msgstr "Non mis en œuvre" +#: src/guidance/WebPqcResults.js:27 +msgid "Not scanned" +msgstr "Non numérisé" + +#: src/guidance/WebPqcResults.js:39 +msgid "Not supported" +msgstr "Non pris en charge" + #: src/app/ContactUsPage.js:24 #~ msgid "Note that compliance data does not automatically refresh. Modifications to domains could take 24 hours to update." #~ msgstr "Notez que les données de conformité ne sont pas automatiquement actualisées. La mise à jour des modifications apportées aux domaines peut prendre 24 heures." @@ -3540,7 +3571,7 @@ msgstr "Vous pouvez notamment communiquer avec l’<0>équipe responsable des se msgid "Organization" msgstr "Organisation" -#: src/createOrganization/CreateOrganizationPage.js:48 +#: src/createOrganization/CreateOrganizationPage.js:46 msgid "Organization created" msgstr "Organisation créée" @@ -3584,8 +3615,8 @@ msgstr "L'organisation possède ce domaine, mais il est en dehors du champ d'app #~ msgid "Organization:" #~ msgstr "Organisation:" -#: src/admin/AdminPage.js:91 -#: src/admin/AdminPage.js:108 +#: src/admin/AdminPage.js:89 +#: src/admin/AdminPage.js:106 #: src/admin/UserListModal.js:238 msgid "Organization: " msgstr "Organisation : " @@ -3594,7 +3625,7 @@ msgstr "Organisation : " msgid "Organization(s):" msgstr "Organisation(s) :" -#: src/admin/AdminPage.js:238 +#: src/admin/AdminPage.js:237 #: src/app/App.js:132 #: src/app/App.js:293 #: src/app/FloatingMenu.js:104 @@ -3641,7 +3672,7 @@ msgstr "p:" #. placeholder {0}: state.pageIndex + 1 #. placeholder {1}: pageOptions.length -#: src/components/TrackerTable.js:270 +#: src/components/TrackerTable.js:268 msgid "Page {0} of {1}" msgstr "Page {0} de {1}" @@ -3661,18 +3692,18 @@ msgid "Password" msgstr "Mot de passe" #: src/auth/ResetPasswordPage.js:21 -#: src/utilities/fieldRequirements.js:18 -#: src/utilities/fieldRequirements.js:20 +#: src/utilities/fieldRequirements.js:17 +#: src/utilities/fieldRequirements.js:19 msgid "Password cannot be empty" msgstr "Le mot de passe ne peut pas être vide" #: src/auth/ResetPasswordPage.js:24 -#: src/utilities/fieldRequirements.js:22 +#: src/utilities/fieldRequirements.js:21 msgid "Password confirmation cannot be empty" msgstr "La confirmation du mot de passe ne peut pas être vide" #: src/auth/ResetPasswordPage.js:22 -#: src/utilities/fieldRequirements.js:19 +#: src/utilities/fieldRequirements.js:18 msgid "Password must be at least 12 characters long" msgstr "Le mot de passe doit comporter au moins 12 caractères" @@ -3686,7 +3717,7 @@ msgid "Password:" msgstr "Mot de passe:" #: src/auth/ResetPasswordPage.js:25 -#: src/utilities/fieldRequirements.js:23 +#: src/utilities/fieldRequirements.js:22 msgid "Passwords must match" msgstr "Les mots de passe doivent correspondre" @@ -3744,11 +3775,11 @@ msgstr "abandonnées" msgid "Phone" msgstr "Téléphone" -#: src/utilities/fieldRequirements.js:34 +#: src/utilities/fieldRequirements.js:33 msgid "Phone number field must not be empty" msgstr "Le champ du numéro de téléphone ne doit pas être vide" -#: src/utilities/fieldRequirements.js:35 +#: src/utilities/fieldRequirements.js:34 msgid "Phone number must be a valid phone number that is 10-15 digits long" msgstr "Le numéro de téléphone doit être un numéro de téléphone valide de 10 à 15 chiffres." @@ -3761,11 +3792,11 @@ msgstr "Numéro de téléphone:" msgid "Phone Validated" msgstr "Téléphone validé" -#: src/admin/AdminDomainModal.js:351 +#: src/admin/AdminDomainModal.js:349 msgid "Please allow up to 24 hours for summaries to reflect any changes." msgstr "Veuillez prévoir jusqu'à 24 heures pour que les résumés reflètent les changements éventuels." -#: src/utilities/fieldRequirements.js:26 +#: src/utilities/fieldRequirements.js:25 msgid "Please choose your preferred language" msgstr "Veuillez choisir votre langue préférée" @@ -3777,7 +3808,7 @@ msgstr "Veuillez communiquer avec l’<0>équipe responsable de la cybersécurit #~ msgid "Please direct all updates to TBS Cyber Security." #~ msgstr "Veuillez envoyer toutes les mises à jour de domaine par courriel à l’équipe responsable de la cybersécurité du SCT." -#: src/utilities/fieldRequirements.js:24 +#: src/utilities/fieldRequirements.js:23 msgid "Please enter your current password." msgstr "Veuillez entrer votre mot de passe actuel." @@ -3828,6 +3859,10 @@ msgstr "Positif" #~ msgid "Positive Tags" #~ msgstr "Étiquettes positives" +#: src/guidance/WebPqcResults.js:48 +msgid "Post-Quantum Key Exchange" +msgstr "Échange de clés post-quantique" + #: src/new-guidance/NewEmailGuidance.js:281 #~ msgid "pPolicy:" #~ msgstr "pPolicy:" @@ -3871,7 +3906,7 @@ msgstr "Loi sur la protection de la vie privée." msgid "Privacy Notice Statement" msgstr "Déclaration de confidentialité" -#: src/guidance/WebGuidance.js:113 +#: src/guidance/WebGuidance.js:114 msgid "Private IP" msgstr "IP privé" @@ -3958,7 +3993,7 @@ msgstr "Conseils de lecture" msgid "Read Guidance" msgstr "Conseils de lecture" -#: src/admin/AdminDomains.js:521 +#: src/admin/AdminDomains.js:499 #: src/admin/AuditLogTable.js:134 msgid "Reason" msgstr "Raison" @@ -3999,7 +4034,7 @@ msgstr "Registre" msgid "Reject all messages from non-mail domains." msgstr "Rejeter tous les messages provenant de domaines autres que les domaines de courrier." -#: src/auth/SignInPage.js:135 +#: src/auth/SignInPage.js:133 msgid "Remember me" msgstr "Rappelle-toi de moi" @@ -4007,7 +4042,7 @@ msgstr "Rappelle-toi de moi" msgid "Remove" msgstr "Retirer" -#: src/admin/AdminDomains.js:501 +#: src/admin/AdminDomains.js:479 msgid "Remove Domain" msgstr "Supprimer un domaine" @@ -4074,9 +4109,9 @@ msgid "Requirements: <0>Web Sites and Services Management Configuration Requirem msgstr "Exigences : <0>Exigences de configuration de la gestion des sites et services web" #: src/admin/AdminDomainCard.js:13 -#: src/admin/AdminDomainModal.js:332 -#: src/admin/AdminDomains.js:297 -#: src/admin/AdminDomains.js:575 +#: src/admin/AdminDomainModal.js:330 +#: src/admin/AdminDomains.js:294 +#: src/admin/AdminDomains.js:553 #: src/domains/DomainCard.js:117 #: src/domains/FilterList.js:26 #: src/organizationDetails/OrganizationDomains.js:131 @@ -4181,7 +4216,7 @@ msgstr "Domaine de balayage" msgid "Scan of domain successfully requested" msgstr "Scan du domaine demandé avec succès" -#: src/admin/AdminDomains.js:188 +#: src/admin/AdminDomains.js:185 #: src/domains/DomainCard.js:164 #: src/domains/DomainsPage.js:144 #: src/guidance/GuidancePage.js:341 @@ -4206,7 +4241,7 @@ msgstr "Demande de numérisation" msgid "Scope:" msgstr "Portée :" -#: src/admin/AdminDomains.js:419 +#: src/admin/AdminDomains.js:397 msgid "Search by Domain URL" msgstr "Recherche par URL de domaine" @@ -4222,8 +4257,8 @@ msgstr "Rechercher les éléments en échec de DKIM" msgid "Search DMARC Failing Items" msgstr "Recherche d'éléments défaillants DMARC" -#: src/dmarc/DmarcByDomainPage.js:201 -#: src/dmarc/DmarcByDomainPage.js:257 +#: src/dmarc/DmarcByDomainPage.js:199 +#: src/dmarc/DmarcByDomainPage.js:255 #: src/domains/DomainsPage.js:341 #: src/organizationDetails/OrganizationDomains.js:300 msgid "Search for a domain" @@ -4257,7 +4292,7 @@ msgstr "Rechercher une organisation" msgid "Search for domains here." msgstr "Recherchez des domaines ici." -#: src/admin/AdminPage.js:131 +#: src/admin/AdminPage.js:129 msgid "Search for your organization to request an invite" msgstr "Recherchez votre organisation pour demander une invitation" @@ -4269,11 +4304,11 @@ msgstr "Recherche d'éléments entièrement alignés" msgid "Search SPF Failing Items" msgstr "Rechercher les éléments défaillants du SPF" -#: src/components/ReactTableGlobalFilter.js:37 +#: src/components/ReactTableGlobalFilter.js:35 msgid "Search:" msgstr "Recherche:" -#: src/admin/AdminDomains.js:408 +#: src/admin/AdminDomains.js:386 #: src/admin/UserList.js:148 #: src/components/SearchBox.js:46 msgid "Search: " @@ -4291,11 +4326,11 @@ msgstr "Voir les en-têtes" #~ msgid "Select a reason for adding this outside domain" #~ msgstr "Sélectionnez une raison pour l'ajout de ce domaine extérieur" -#: src/admin/AdminDomains.js:532 +#: src/admin/AdminDomains.js:510 msgid "Select a reason for removing this domain" msgstr "Sélectionnez une raison pour la suppression de ce domaine" -#: src/admin/AdminDomainModal.js:305 +#: src/admin/AdminDomainModal.js:303 msgid "Select a state that best describes the asset in relation to your organization." msgstr "Sélectionnez l'état qui décrit le mieux l'actif par rapport à votre organisation." @@ -4307,12 +4342,12 @@ msgstr "Tout sélectionner" msgid "Select all {domainCount} domains" msgstr "Sélectionner tous les {domainCount} domaines" -#: src/admin/AdminPage.js:94 -#: src/admin/AdminPage.js:111 +#: src/admin/AdminPage.js:92 +#: src/admin/AdminPage.js:109 msgid "Select an organization" msgstr "Sélectionnez une organisation" -#: src/admin/AdminPage.js:192 +#: src/admin/AdminPage.js:190 msgid "Select an organization to view admin options" msgstr "Sélectionnez une organisation pour voir les options d'administration" @@ -4338,11 +4373,11 @@ msgstr "Sélectionner la gravité" msgid "Select the data period to view." msgstr "Sélectionnez la période de données à visualiser." -#: src/utilities/fieldRequirements.js:79 +#: src/utilities/fieldRequirements.js:78 msgid "Selector cannot be empty" msgstr "Le sélecteur ne peut pas être vide" -#: src/utilities/fieldRequirements.js:83 +#: src/utilities/fieldRequirements.js:81 msgid "Selector must be either a string containing alphanumeric characters and periods, starting and ending with only alphanumeric characters, or an asterisk" msgstr "Le sélecteur doit être soit une chaîne contenant des caractères alphanumériques et des points, commençant et se terminant uniquement par des caractères alphanumériques, soit un astérisque" @@ -4384,11 +4419,11 @@ msgstr "Services: {domainCount}" msgid "Severity" msgstr "Sévérité" -#: src/components/TrackerTable.js:295 +#: src/components/TrackerTable.js:293 msgid "Show {pageSize}" msgstr "Voir {pageSize}" -#: src/admin/AdminDomains.js:337 +#: src/admin/AdminDomains.js:318 msgid "Show Domain List" msgstr "Afficher la liste des domaines" @@ -4397,7 +4432,7 @@ msgstr "Afficher la liste des domaines" msgid "Show password" msgstr "Afficher le mot de passe" -#: src/admin/AdminDomains.js:337 +#: src/admin/AdminDomains.js:318 msgid "Show Update List" msgstr "Afficher la liste des mises à jour" @@ -4406,7 +4441,7 @@ msgstr "Afficher la liste des mises à jour" #~ msgid "Showing data for period:" #~ msgstr "Affichage des données pour la période:" -#: src/dmarc/DmarcByDomainPage.js:231 +#: src/dmarc/DmarcByDomainPage.js:229 #: src/dmarc/DmarcReportPage.js:671 msgid "Showing data for period: " msgstr "Affichage des données pour la période: " @@ -4565,7 +4600,7 @@ msgstr "Indique le pourcentage de domaines qui ont configuré HTTPS et qui mette #~ msgid "Shows the percentage of domains which have HTTPS configured and upgrade HTTP connections to HTTPS (ITPIN 6.1.1)" #~ msgstr "Indique le pourcentage de domaines qui ont configuré HTTPS et qui mettent à niveau les connexions HTTP vers HTTPS (ITPIN 6.1.1)." -#: src/dmarc/DmarcByDomainPage.js:317 +#: src/dmarc/DmarcByDomainPage.js:315 msgid "Shows the percentage of emails from the domain that fail both SPF and DKIM requirements." msgstr "Indique le pourcentage de courriels provenant du domaine qui ne satisfont pas aux exigences SPF et DKIM." @@ -4573,7 +4608,7 @@ msgstr "Indique le pourcentage de courriels provenant du domaine qui ne satisfon #~ msgid "Shows the percentage of emails from the domain that fail both SPF and DKIM requirments." #~ msgstr "Indique le pourcentage d'e-mails du domaine qui ne répondent pas aux exigences SPF et DKIM." -#: src/dmarc/DmarcByDomainPage.js:313 +#: src/dmarc/DmarcByDomainPage.js:311 msgid "Shows the percentage of emails from the domain that fail DKIM requirements, but pass SPF requirements." msgstr "Indique le pourcentage de courriels provenant du domaine qui ne répondent pas aux exigences DKIM, mais qui répondent aux exigences SPF." @@ -4581,7 +4616,7 @@ msgstr "Indique le pourcentage de courriels provenant du domaine qui ne réponde #~ msgid "Shows the percentage of emails from the domain that fail DKIM requirments, but pass SPF requirments." #~ msgstr "Indique le pourcentage d'e-mails du domaine qui ne répondent pas aux exigences DKIM, mais qui répondent aux exigences SPF." -#: src/dmarc/DmarcByDomainPage.js:309 +#: src/dmarc/DmarcByDomainPage.js:307 msgid "Shows the percentage of emails from the domain that fail SPF requirements, but pass DKIM requirements." msgstr "Indique le pourcentage de courriels provenant du domaine qui ne répondent pas aux exigences SPF, mais qui répondent aux exigences DKIM." @@ -4589,7 +4624,7 @@ msgstr "Indique le pourcentage de courriels provenant du domaine qui ne réponde #~ msgid "Shows the percentage of emails from the domain that fail SPF requirments, but pass DKIM requirments." #~ msgstr "Indique le pourcentage d'e-mails du domaine qui ne répondent pas aux exigences SPF, mais qui répondent aux exigences DKIM." -#: src/dmarc/DmarcByDomainPage.js:305 +#: src/dmarc/DmarcByDomainPage.js:303 msgid "Shows the percentage of emails from the domain that have passed both SPF and DKIM requirements." msgstr "Indique le pourcentage de courriels provenant du domaine qui ont satisfait aux exigences SPF et DKIM." @@ -4597,7 +4632,7 @@ msgstr "Indique le pourcentage de courriels provenant du domaine qui ont satisfa #~ msgid "Shows the percentage of emails from the domain that have passed both SPF and DKIM requirments." #~ msgstr "Indique le pourcentage d'e-mails du domaine qui ont passé les exigences SPF et DKIM." -#: src/dmarc/DmarcByDomainPage.js:301 +#: src/dmarc/DmarcByDomainPage.js:299 msgid "Shows the total number of emails that have been sent by this domain during the selected time range." msgstr "Indique le nombre total d'e-mails qui ont été envoyés par ce domaine pendant la période sélectionnée." @@ -4608,7 +4643,7 @@ msgstr "Indique le nombre total d'e-mails qui ont été envoyés par ce domaine #: src/app/FloatingMenu.js:198 #: src/app/TopBanner.js:106 #: src/app/TopBanner.js:138 -#: src/auth/SignInPage.js:147 +#: src/auth/SignInPage.js:145 msgid "Sign In" msgstr "Se connecter" @@ -4616,8 +4651,8 @@ msgstr "Se connecter" #~ msgid "Sign in with your username and password." #~ msgstr "Connectez-vous avec votre nom d'utilisateur et votre mot de passe." -#: src/auth/SignInPage.js:59 -#: src/auth/TwoFactorAuthenticatePage.js:55 +#: src/auth/SignInPage.js:57 +#: src/auth/TwoFactorAuthenticatePage.js:53 msgid "Sign In." msgstr "Se connecter." @@ -4707,7 +4742,7 @@ msgstr "Statut SPF" msgid "SPF Summary" msgstr "Résumé du SPF" -#: src/admin/AdminDomains.js:190 +#: src/admin/AdminDomains.js:187 #: src/domains/DomainCard.js:194 #: src/domains/DomainsPage.js:145 #: src/domains/DomainsPage.js:322 @@ -4785,15 +4820,15 @@ msgstr "Statut :" #~ msgid "Status/Tag" #~ msgstr "Statut/étiquette" -#: src/admin/AdminDomains.js:272 +#: src/admin/AdminDomains.js:269 msgid "Status/Tag/State" msgstr "Statut/étiquette/état" -#: src/guidance/CveIgnorer.js:117 +#: src/guidance/CveIgnorer.js:111 msgid "Stop Ignoring CVE" msgstr "Cessez d'ignorer CVE" -#: src/guidance/CveIgnorer.js:80 +#: src/guidance/CveIgnorer.js:76 msgid "Stopped ignoring CVE" msgstr "Cesser d'ignorer CVE" @@ -4814,7 +4849,7 @@ msgid "Subject:" msgstr "Sujet :" #: src/auth/ForgotPasswordPage.js:84 -#: src/auth/TwoFactorAuthenticatePage.js:121 +#: src/auth/TwoFactorAuthenticatePage.js:119 msgid "Submit" msgstr "Soumettre" @@ -4824,7 +4859,7 @@ msgstr "Soumettez des rapports de bogues et des demandes de fonctionnalités via #. placeholder {0}: ignoreCve.result.domain #. placeholder {1}: ignoreCve.result.ignoredCves && JSON.stringify(ignoreCve.result.ignoredCves) -#: src/guidance/CveIgnorer.js:33 +#: src/guidance/CveIgnorer.js:30 msgid "Successfully ignored CVE for domain {0}. New ignored CVEs: \"{1}\"." msgstr "CVE ignoré avec succès pour le domaine {0}. Nouvelles CVE ignorées : « {1} »." @@ -4835,7 +4870,7 @@ msgstr "L'utilisateur {0} a été supprimé." #. placeholder {0}: unignoreCve.result.domain #. placeholder {1}: unignoreCve.result.ignoredCves && JSON.stringify(unignoreCve.result.ignoredCves) -#: src/guidance/CveIgnorer.js:82 +#: src/guidance/CveIgnorer.js:77 msgid "Successfully stopped ignoring CVE for domain \"{0}\". New ignored CVEs: \"{1}\"." msgstr "Arrêt réussi de l'ignorance des CVE pour le domaine « {0} ». Nouvelles CVE ignorées : « {1} »." @@ -4855,7 +4890,7 @@ msgstr "Résumé" #~ msgid "Summary Tier:" #~ msgstr "Résumé Tier :" -#: src/admin/AdminPage.js:230 +#: src/admin/AdminPage.js:228 msgid "Super Admin Menu:" msgstr "Super Admin Menu :" @@ -4863,10 +4898,18 @@ msgstr "Super Admin Menu :" msgid "SUPER_ADMIN" msgstr "SUPER_ADMIN" +#: src/guidance/WebPqcResults.js:33 +msgid "Supported" +msgstr "Pris en charge" + #: src/guidance/ScanDetails.js:114 #~ msgid "Supports ECDH Key Exchange:" #~ msgstr "Supporte l'échange de clés ECDH:" +#: src/guidance/WebPqcResults.js:66 +msgid "Supports post-quantum key exchange" +msgstr "Prend en charge l'échange de clés post-quantique" + #: src/app/TopBanner.js:64 msgid "Symbol of the Government of Canada" msgstr "Symbole du gouvernement du Canada" @@ -4875,7 +4918,7 @@ msgstr "Symbole du gouvernement du Canada" msgid "System-designated tags appear here." msgstr "Les étiquettes désignées par le système apparaissent ici." -#: src/admin/AdminDomains.js:243 +#: src/admin/AdminDomains.js:240 #: src/admin/AuditLogTable.js:81 #: src/domains/DomainListFilters.js:106 msgid "Tag" @@ -4963,7 +5006,7 @@ msgstr "Balise utilisée pour afficher les domaines dont le code rcode est NXDOM #~ msgid "Tag used to show domains which may be from a wildcard subdomain (a wildcard resolver exists as a sibling)." #~ msgstr "Balise utilisée pour afficher les domaines qui peuvent provenir d'un sous-domaine générique (un résolveur générique existe en tant que frère ou sœur)." -#: src/admin/AdminPanel.js:34 +#: src/admin/AdminPanel.js:31 msgid "Tags" msgstr "Balises" @@ -5016,7 +5059,7 @@ msgstr "Conditions d'utilisation" msgid "TEST" msgstr "TEST" -#: src/admin/AdminDomains.js:556 +#: src/admin/AdminDomains.js:534 msgid "The \"Asset State\" describes how the domain relates to your organization. These states are used by Tracker to give you a more accurate summary of your attack surface." msgstr "El «Estado del Activo» describe cómo el dominio se relaciona con su organización. Suivi utiliza estos estados para ofrecerle un resumen más preciso de su superficie de ataque." @@ -5053,7 +5096,7 @@ msgstr "La mesure d'application de DMARC prise par le destinataire, soit aucune, #~ msgid "The DMARC Summaries data has not been updated since December 2024. We are working to refresh this information. Please note that any displayed data may not reflect current email security status." #~ msgstr "Les données des sommaires DMARC n'ont pas été mises à jour depuis décembre 2024. Nous travaillons à actualiser ces informations. Veuillez noter que les données affichées pourraient ne pas refléter l'état actuel de la sécurité des courriels." -#: src/dmarc/DmarcByDomainPage.js:298 +#: src/dmarc/DmarcByDomainPage.js:296 #: src/domains/DomainsPage.js:292 #: src/organizationDetails/OrganizationDomains.js:230 msgid "The domain address." @@ -5119,7 +5162,7 @@ msgstr "Résultats de la vérification DKIM du message. Il peut s'agir d'un succ msgid "The results of DKIM verification of the message. Can be pass, fail, neutral, temp-error, or perm-error." msgstr "Résultats de la vérification DKIM du message. Il peut s'agir d'un succès, d'un échec, d'un résultat neutre, d'une erreur temporaire ou d'une erreur permanente." -#: src/guidance/WebGuidance.js:204 +#: src/guidance/WebGuidance.js:205 msgid "The selected endpoint is a private IP address. Tracker does not perform scans on private IP addresses." msgstr "Le point d'extrémité sélectionné est une adresse IP privée. Tracker n'effectue pas d'analyse sur les adresses IP privées." @@ -5159,7 +5202,7 @@ msgstr "Les présentes conditions générales sont régies et interprétées en msgid "This action CANNOT be reversed, are you sure you wish to to close the account {0}?" msgstr "Cette action ne peut être annulée, êtes-vous sûr de vouloir fermer le compte {0} ?" -#: src/user/UserPage.js:203 +#: src/user/UserPage.js:201 msgid "This action CANNOT be reversed, are you sure you wish to to close the account {displayName}?" msgstr "Cette action ne peut être annulée, êtes-vous sûr de vouloir fermer le compte {displayName}?" @@ -5171,18 +5214,18 @@ msgstr "Ce composant n'est pas disponible actuellement. Essayez de recharger la msgid "This could be due to improper configuration, or could be the result of a scan error" msgstr "Cela peut être dû à une mauvaise configuration ou à une erreur d'analyse" -#: src/admin/AdminDomains.js:538 +#: src/admin/AdminDomains.js:516 #: src/admin/AuditLogTable.js:149 msgid "This domain does not belong to this organization" msgstr "Ce domaine n'appartient pas à cette organisation" -#: src/admin/AdminDomains.js:535 +#: src/admin/AdminDomains.js:513 #: src/admin/AuditLogTable.js:147 msgid "This domain no longer exists" msgstr "Ce domaine n'existe plus" -#: src/createOrganization/CreateOrganizationPage.js:25 -#: src/utilities/fieldRequirements.js:6 +#: src/createOrganization/CreateOrganizationPage.js:23 +#: src/utilities/fieldRequirements.js:5 msgid "This field cannot be empty" msgstr "Ce champ ne peut pas être vide" @@ -5220,7 +5263,7 @@ msgstr "Cette page affiche votre vue personnelle des domaines suivis. Tous les d #~ msgid "This page is dedicated to your personal view of tracker" #~ msgstr "Cette page est dédiée à votre avis personnel sur le tracker." -#: src/guidance/WebGuidance.js:183 +#: src/guidance/WebGuidance.js:184 msgid "This service does <0>not host web content and is not subject to the Web Sites and Services Management Configuration Requirements." msgstr "Ce service <0>n'héberge pas de contenu web et n'est pas soumis aux exigences de configuration de la gestion des sites et services web." @@ -5272,6 +5315,10 @@ msgstr "Heure générée (UTC)" #~ msgid "TLS" #~ msgstr "TLS" +#: src/guidance/WebPqcResults.js:73 +msgid "TLS 1.3 supported" +msgstr "Prise en charge de TLS 1.3" + #: src/guidance/WebTLSResults.js:195 msgid "TLS Results" msgstr "Résultats TLS" @@ -5318,8 +5365,8 @@ msgstr "Pour consulter les résultats détaillés de l'analyse et d'autres fonct #~ msgid "Top 25 vulnerability detected in additional findings." #~ msgstr "Las 25 principales vulnerabilidades detectadas en hallazgos adicionales." -#: src/dmarc/DmarcByDomainPage.js:130 -#: src/dmarc/DmarcByDomainPage.js:300 +#: src/dmarc/DmarcByDomainPage.js:128 +#: src/dmarc/DmarcByDomainPage.js:298 #: src/dmarc/DmarcReportPage.js:191 #: src/dmarc/DmarcReportSummaryGraph.js:121 msgid "Total Messages" @@ -5339,7 +5386,7 @@ msgid "Track Digital Security" msgstr "Suivre la sécurité numérique" #: src/admin/SuperAdminUserList.js:89 -#: src/user/UserPage.js:64 +#: src/user/UserPage.js:62 msgid "Tracker account has been successfully closed." msgstr "Le compte du traqueur a été fermé avec succès." @@ -5395,7 +5442,7 @@ msgstr "Suivi :" msgid "Trademarks Act" msgstr "Loi sur les marques de commerce" -#: src/auth/TwoFactorAuthenticatePage.js:112 +#: src/auth/TwoFactorAuthenticatePage.js:110 msgid "Two Factor Authentication" msgstr "Authentification à deux facteurs" @@ -5408,7 +5455,7 @@ msgid "Unable to change user role, please try again." msgstr "Impossible de modifier le rôle de l'utilisateur, veuillez réessayer." #: src/admin/SuperAdminUserList.js:98 -#: src/user/UserPage.js:74 +#: src/user/UserPage.js:72 msgid "Unable to close the account." msgstr "Impossible de fermer le compte." @@ -5424,7 +5471,7 @@ msgstr "Impossible de terminer la visite." msgid "Unable to create account, please try again." msgstr "Impossible de créer un compte, veuillez réessayer." -#: src/admin/AdminDomainModal.js:90 +#: src/admin/AdminDomainModal.js:88 msgid "Unable to create new domain." msgstr "Impossible de créer un nouveau domaine." @@ -5433,7 +5480,7 @@ msgstr "Impossible de créer un nouveau domaine." #~ msgid "Unable to create new global tag." #~ msgstr "Impossible de créer une nouvelle balise globale." -#: src/createOrganization/CreateOrganizationPage.js:58 +#: src/createOrganization/CreateOrganizationPage.js:56 msgid "Unable to create new organization." msgstr "Impossible de créer une nouvelle organisation." @@ -5449,7 +5496,7 @@ msgstr "Impossible de créer votre compte, veuillez réessayer" msgid "Unable to dismiss the message." msgstr "Impossible de rejeter le message." -#: src/guidance/CveIgnorer.js:44 +#: src/guidance/CveIgnorer.js:40 msgid "Unable to ignore CVE." msgstr "Impossible d'ignorer le CVE." @@ -5462,7 +5509,7 @@ msgstr "Impossible d'inviter un utilisateur." #~ msgid "Unable to leave organization." #~ msgstr "Impossible de quitter l'organisation." -#: src/admin/AdminDomains.js:156 +#: src/admin/AdminDomains.js:153 msgid "Unable to remove domain." msgstr "Impossible de supprimer le domaine." @@ -5499,18 +5546,18 @@ msgstr "Impossible d'envoyer le lien de réinitialisation du mot de passe par co #~ msgid "Unable to send verification email" #~ msgstr "Impossible d'envoyer l'e-mail de vérification" -#: src/auth/SignInPage.js:35 -#: src/auth/SignInPage.js:77 -#: src/auth/TwoFactorAuthenticatePage.js:30 -#: src/auth/TwoFactorAuthenticatePage.js:66 +#: src/auth/SignInPage.js:33 +#: src/auth/SignInPage.js:75 +#: src/auth/TwoFactorAuthenticatePage.js:28 +#: src/auth/TwoFactorAuthenticatePage.js:64 msgid "Unable to sign in to your account, please try again." msgstr "Impossible de vous connecter à votre compte, veuillez réessayer." -#: src/guidance/CveIgnorer.js:93 +#: src/guidance/CveIgnorer.js:87 msgid "Unable to stop ignoring CVE." msgstr "Impossible de cesser d'ignorer le CVE." -#: src/admin/AdminDomainModal.js:136 +#: src/admin/AdminDomainModal.js:134 msgid "Unable to update domain." msgstr "Impossible de mettre à jour le domaine." @@ -5685,11 +5732,11 @@ msgid "User email" msgstr "Courriel de l'utilisateur" #: src/admin/SuperAdminUserList.js:419 -#: src/user/UserPage.js:211 +#: src/user/UserPage.js:209 msgid "User Email" msgstr "Courriel de l'utilisateur" -#: src/utilities/fieldRequirements.js:15 +#: src/utilities/fieldRequirements.js:14 msgid "User email does not match" msgstr "L'email de l'utilisateur ne correspond pas" @@ -5718,8 +5765,8 @@ msgstr "Les balises désignées par l'utilisateur apparaissent ici." msgid "User: " msgstr "Utilisateur: " -#: src/admin/AdminPage.js:239 -#: src/admin/AdminPanel.js:26 +#: src/admin/AdminPage.js:240 +#: src/admin/AdminPanel.js:25 #: src/organizationDetails/OrganizationDetails.js:152 msgid "Users" msgstr "Utilisateurs" @@ -5728,22 +5775,22 @@ msgstr "Utilisateurs" msgid "Users exercise due diligence in ensuring the accuracy of the materials reproduced;" msgstr "Les utilisateurs font preuve de diligence raisonnable en s'assurant de l'exactitude des documents reproduits;" -#: src/admin/AdminDomains.js:240 +#: src/admin/AdminDomains.js:237 #: src/domains/DomainListFilters.js:162 msgid "Value" msgstr "Valeur" -#: src/utilities/fieldRequirements.js:31 +#: src/utilities/fieldRequirements.js:30 msgid "Verification code must be exactly 6 digits long" msgstr "Le code de vérification doit comporter exactement 6 chiffres." -#: src/utilities/fieldRequirements.js:30 +#: src/utilities/fieldRequirements.js:29 msgid "Verification code must only contains numbers" msgstr "Le code de vérification ne doit contenir que des chiffres" #: src/admin/SuperAdminUserList.js:147 #: src/admin/SuperAdminUserList.js:308 -#: src/createOrganization/CreateOrganizationPage.js:148 +#: src/createOrganization/CreateOrganizationPage.js:146 #: src/organizations/Organizations.js:103 msgid "Verified" msgstr "Vérifié" @@ -5934,8 +5981,8 @@ msgstr "Bienvenue dans votre vision personnelle de Suivi. Modérez la posture de #~ msgid "Welcome, you are successfully signed in to your new account!" #~ msgstr "Veuillez choisir votre langue préférée" -#: src/auth/SignInPage.js:60 -#: src/auth/TwoFactorAuthenticatePage.js:56 +#: src/auth/SignInPage.js:58 +#: src/auth/TwoFactorAuthenticatePage.js:54 msgid "Welcome, you are successfully signed in!" msgstr "Bienvenue, vous êtes connecté avec succès!" @@ -5988,7 +6035,7 @@ msgstr "Wildcard" #~ msgid "WILDCARD" #~ msgstr "WILDCARD" -#: src/admin/AdminDomains.js:187 +#: src/admin/AdminDomains.js:184 #: src/domains/DomainCard.js:159 #: src/domains/DomainsPage.js:143 #: src/guidance/GuidancePage.js:347 @@ -6001,7 +6048,7 @@ msgstr "Entrée Wildcard" msgid "WILDCARD ENTRY" msgstr "ENTRÉE WILDCARD" -#: src/admin/AdminDomains.js:186 +#: src/admin/AdminDomains.js:183 #: src/domains/DomainCard.js:159 #: src/guidance/GuidancePage.js:347 #: src/organizationDetails/OrganizationDomains.js:117 @@ -6028,6 +6075,8 @@ msgstr "Depuis le début de l'année" #: src/guidance/WebConnectionResults.js:208 #: src/guidance/WebConnectionResults.js:220 #: src/guidance/WebConnectionResults.js:226 +#: src/guidance/WebPqcResults.js:68 +#: src/guidance/WebPqcResults.js:75 #: src/guidance/WebTLSResults.js:217 #: src/guidance/WebTLSResults.js:275 #: src/guidance/WebTLSResults.js:286 @@ -6083,7 +6132,7 @@ msgstr "Vous visitez actuellement un environnement de démonstration, utilisé u #~ msgid "You can search for an organization here" #~ msgstr "Vous pouvez rechercher une organisation ici" -#: src/admin/AdminPage.js:127 +#: src/admin/AdminPage.js:125 msgid "You currently have no admin affiliations." msgstr "Vous n'avez actuellement aucune affiliation administrative." diff --git a/k8s/apps/bases/scanners/web-scanner/deployment.yaml b/k8s/apps/bases/scanners/web-scanner/deployment.yaml index 813b09c779..c393948bfa 100644 --- a/k8s/apps/bases/scanners/web-scanner/deployment.yaml +++ b/k8s/apps/bases/scanners/web-scanner/deployment.yaml @@ -32,6 +32,8 @@ spec: value: "4" - name: MAX_SLOTS_PER_IP value: "10" + - name: PQC_SCAN_ENABLED + value: "true" - name: PYTHONWARNINGS value: ignore - name: NATS_SERVERS diff --git a/scanners/web-processor/web_processor/web_processor.py b/scanners/web-processor/web_processor/web_processor.py index 1436bd8d1e..31fa633f68 100644 --- a/scanners/web-processor/web_processor/web_processor.py +++ b/scanners/web-processor/web_processor/web_processor.py @@ -1,7 +1,12 @@ import os import json +import logging from urllib.parse import urlparse +logger = logging.getLogger(__name__) + +PQC_SCAN_ENABLED = os.getenv("PQC_SCAN_ENABLED", "false").lower() in ("true", "1") + current_directory = os.path.dirname(os.path.realpath(__file__)) # Opening JSON file from: # https://raw.githubusercontent.com/CybercentreCanada/ITSP.40.062/main/transport-layer-security/tls-guidance.json @@ -498,9 +503,36 @@ def process_results(results): duration_seconds = results.get("duration_seconds") timestamp = results.get("timestamp") - return { + processed_results = { "tls_result": tls_result, "connection_results": processed_connection_results, "duration_seconds": duration_seconds, "timestamp": timestamp, } + + processed_results.update(process_experimental_results(results)) + + return processed_results + + +def process_experimental_results(results): + pqc_result = results.get("pqc_result") + + if pqc_result is None: + return {} + + if not PQC_SCAN_ENABLED: + # The scanner is emitting PQC results but this processor would drop them silently. + logger.warning( + "Received a pqc_result but PQC_SCAN_ENABLED is not set on the processor; " + "discarding it" + ) + return {} + + return { + "experimental": { + "pqc": { + **pqc_result, + } + } + } diff --git a/scanners/web-scanner/Dockerfile b/scanners/web-scanner/Dockerfile index ad19fbe9d5..2973c01a98 100644 --- a/scanners/web-scanner/Dockerfile +++ b/scanners/web-scanner/Dockerfile @@ -23,6 +23,57 @@ COPY requirements.txt /requirements.txt # Install python requirements to /working/install directory for cleaner copy RUN pip3 install --prefix=/working/install -r /requirements.txt +#=============================================================================================== +#=============================================================================================== +# A self-contained venv with dev versions of nassl and sslyze that enable the PQC plugin. Kept +# isolated from the prod interpreter and invoked as a subprocess by pqc_scanner.py for the PQC scan. + +FROM python:3.14.3-slim-bookworm AS experimental-builder + +# Pinned to explicit dev branch commits which enable the PQC plugin. +ARG NASSL_REF=9c8be2b118700a34bcb2b63c81ec33e736d98168 +ARG SSLYZE_REF=5b3f36b5e0b524915580232f463bd639eb30d447 + +ENV PYTHONUNBUFFERED 1 +ENV PYTHONWARNINGS ignore + +RUN apt-get update && apt-get install -y --no-install-recommends \ + build-essential \ + python3-dev \ + perl \ + make \ + git \ + ca-certificates \ + && rm -rf /var/lib/apt/lists/* + +RUN python3 -m venv --copies /opt/experimental +ENV PATH="/opt/experimental/bin:$PATH" + +RUN pip install --no-cache-dir setuptools invoke + +RUN git clone -q https://github.com/nabla-c0d3/nassl.git /build/nassl \ + && git -C /build/nassl checkout -q ${NASSL_REF} +WORKDIR /build/nassl + +RUN MAKEFLAGS="-j$(nproc)" invoke build.all +RUN pip install --no-cache-dir --no-build-isolation . + +RUN pip install --no-cache-dir "sslyze @ git+https://github.com/nabla-c0d3/sslyze@${SSLYZE_REF}" + +# Smoke test is run in the experimental venv to ensure the environment was built correctly. +RUN /opt/experimental/bin/python -c "\ +import nassl; \ +from nassl.openssl_1_0_2 import _nassl as ossl_1_0_2; \ +from nassl.openssl_1_1_1 import _nassl as ossl_1_1_1; \ +from nassl.openssl_4_0_0 import _nassl as ossl_4_0_0; \ +from sslyze.plugins.scan_commands import ScanCommand; \ +assert nassl.__version__.startswith('7.'), nassl.__version__; \ +ScanCommand.PQ_KEY_EXCHANGE" + +# Record the nassl and sslyze commit hashes used to build the experimental environment. +RUN printf '{"nassl_commit": "%s", "sslyze_commit": "%s"}\n' "${NASSL_REF}" "${SSLYZE_REF}" \ + > /opt/experimental/build_refs.json + #=============================================================================================== #=============================================================================================== @@ -37,6 +88,8 @@ WORKDIR /web-scanner COPY --from=crlite-builder /usr/local/cargo/bin/rust-query-crlite /usr/local/bin/rust-query-crlite # Copy installed python modules COPY --from=python-builder /working/install/lib /usr/local/lib +# Copy the experimental sslyze/nassl venv. This must not be on the prod interpreter's sys.path. +COPY --from=experimental-builder /opt/experimental /opt/experimental # Copy local source code COPY service.py web_scan_cli.py ./ COPY scan ./scan diff --git a/scanners/web-scanner/scan/tls_scanner/pqc_scanner.py b/scanners/web-scanner/scan/tls_scanner/pqc_scanner.py new file mode 100644 index 0000000000..cedfab1337 --- /dev/null +++ b/scanners/web-scanner/scan/tls_scanner/pqc_scanner.py @@ -0,0 +1,205 @@ +# Experimental post-quantum TLS check. +# +# scan_pqc() reruns this file with /opt/experimental, using a separate python environment with dev versions of nassl and sslyze. +# sslyze is imported inside run_pqc_scan() so prod and experimental builds are never loaded together. + + +import argparse +import json +import logging +import os +import subprocess +import sys +import time +from pathlib import Path + +logger = logging.getLogger(__name__) + +EXPERIMENTAL_PYTHON = os.getenv("EXPERIMENTAL_PYTHON", "/opt/experimental/bin/python") + +PQC_SCAN_TIMEOUT = float(os.getenv("PQC_SCAN_TIMEOUT", 10)) + +# Build references for the dev versions of nassl and sslyze +BUILD_REFS_PATH = Path(sys.prefix) / "build_refs.json" + +CONNECT_TIMEOUT = 2 + +PER_SERVER_CONCURRENT_CONNECTIONS_LIMIT = int( + os.getenv("PER_SERVER_CONCURRENT_CONNECTIONS_LIMIT", 2) +) + + +def scan_pqc(domain: str, ip_address: str) -> dict: + command = [EXPERIMENTAL_PYTHON, __file__, domain] + if ip_address: + command += ["--ip", str(ip_address)] + + # Pass through the environment minus PYTHONPATH, since the subprocess runs in the + # experimental environment and an inherited PYTHONPATH could shadow its sslyze with the + # prod copy + env = {k: v for k, v in os.environ.items() if k != "PYTHONPATH"} + + # Run everything in a try block to ensure this experimental scanner doesn't cause the main scanner to error + try: + completed = subprocess.run( + command, + capture_output=True, + text=True, + timeout=PQC_SCAN_TIMEOUT, + env=env, + ) + + if not completed.stdout.strip(): + logger.error( + f"PQC scan returned no output for domain '{domain}' at IP '{ip_address}' " + f"(exit code {completed.returncode}): {completed.stderr.strip()}" + ) + return {"error": f"PQC scan returned no output (exit code {completed.returncode})"} + + result = json.loads(completed.stdout) + + if not isinstance(result, dict): + logger.error( + f"PQC scan output for domain '{domain}' at IP '{ip_address}' is not an object" + ) + return {"error": "PQC scan output is not a JSON object"} + + if completed.returncode != 0: + logger.error( + f"PQC scan exited with code {completed.returncode} for domain '{domain}' at IP " + f"'{ip_address}': {completed.stderr.strip()}" + ) + result.setdefault("error", f"PQC scan exited with code {completed.returncode}") + + return result + + except subprocess.TimeoutExpired: + logger.info( + f"PQC scan timed out after {PQC_SCAN_TIMEOUT}s for domain '{domain}' at IP '{ip_address}'" + ) + return {"error": f"PQC scan timed out after {PQC_SCAN_TIMEOUT}s"} + except FileNotFoundError: + logger.error( + f"Experimental interpreter not found at '{EXPERIMENTAL_PYTHON}' for domain '{domain}'" + ) + return {"error": f"Experimental interpreter not found at {EXPERIMENTAL_PYTHON}"} + except json.JSONDecodeError as e: + logger.error( + f"Could not parse PQC scan output for domain '{domain}' at IP '{ip_address}': {str(e)}" + ) + return {"error": f"Could not parse PQC scan output: {str(e)}"} + except BaseException as e: + logger.error( + f"Unknown error running PQC scan for domain '{domain}' at IP '{ip_address}': {str(e)}" + ) + return {"error": f"Unknown error running PQC scan: {str(e)}"} + + +def get_version_commit_refs() -> dict: + try: + return json.loads(BUILD_REFS_PATH.read_text()) + except Exception as e: + logger.error(f"Could not read commit refs at '{BUILD_REFS_PATH}': {e}") + return {} + + +def run_pqc_scan(domain: str, ip_address: str) -> dict: + from sslyze import ( + Scanner, + ServerNetworkConfiguration, + ServerNetworkLocation, + ServerScanRequest, + ) + from sslyze.plugins.scan_commands import ScanCommand + + scanner = Scanner( + per_server_concurrent_connections_limit=PER_SERVER_CONCURRENT_CONNECTIONS_LIMIT + ) + scanner.queue_scans( + [ + ServerScanRequest( + server_location=ServerNetworkLocation( + hostname=domain, + ip_address=ip_address, + ), + scan_commands={ScanCommand.PQ_KEY_EXCHANGE}, + network_configuration=ServerNetworkConfiguration( + tls_server_name_indication=domain, network_timeout=CONNECT_TIMEOUT + ), + ) + ] + ) + scan_results = [x for x in scanner.get_results()][0] + + result = { + "domain": domain, + "ip_address": ip_address, + "scan_status": scan_results.scan_status, + "status": None, + "supports_pq_key_exchange": None, + "supported_pq_groups": None, + "tls_1_3_supported": None, + "error": None, + "error_reason": None, + } + + if not scan_results.scan_result: + logger.info( + f"No PQC scan result for domain '{domain}' at IP '{ip_address}': {scan_results.scan_status}" + ) + result["error"] = f"sslyze returned no scan result ({scan_results.scan_status})" + return result + + attempt = scan_results.scan_result.pq_key_exchange + result["status"] = attempt.status + result["error_reason"] = attempt.error_reason + if attempt.error_trace: + result["error"] = "".join(attempt.error_trace.format()).strip() + + if attempt.result: + # supported_pq_groups is None only when the server has no TLS 1.3, so nothing was tested + result["supported_pq_groups"] = attempt.result.supported_pq_groups + result["supports_pq_key_exchange"] = attempt.result.supports_pq_key_exchange + result["tls_1_3_supported"] = attempt.result.supported_pq_groups is not None + + return result + + +if __name__ == "__main__": + parser = argparse.ArgumentParser( + description='Probe a server for post-quantum TLS 1.3 key exchange support.') + parser.add_argument('domain', type=str, + help='the domain to scan') + parser.add_argument('--ip', type=str, + help='the IP address to scan') + parser.add_argument('-v', action='store_true', + help='enable verbose logging') + + args = parser.parse_args() + + logging.basicConfig(stream=sys.stderr, + level=logging.DEBUG if args.v else logging.WARNING, + format='[%(asctime)s::%(name)s::%(levelname)s] :: %(message)s') + + started_at = time.monotonic() + exit_code = 0 + + try: + scan_data = run_pqc_scan(domain=args.domain, ip_address=args.ip) + except BaseException as error: + logger.error( + f"Unexpected error during PQC scan for domain '{args.domain}' at IP '{args.ip}': {str(error)}" + ) + scan_data = { + "domain": args.domain, + "ip_address": args.ip, + "error": f"Unexpected error during PQC scan: {str(error)}", + } + exit_code = 1 + + scan_data["duration_seconds"] = round(time.monotonic() - started_at, 3) + scan_data["build_refs"] = get_version_commit_refs() + + # stdout carries the result, stderr carries the logging + json.dump(scan_data, sys.stdout) + sys.exit(exit_code) diff --git a/scanners/web-scanner/scan/web_scanner.py b/scanners/web-scanner/scan/web_scanner.py index 97fa77557f..cd935a5029 100644 --- a/scanners/web-scanner/scan/web_scanner.py +++ b/scanners/web-scanner/scan/web_scanner.py @@ -1,14 +1,18 @@ import concurrent +import os import socket from concurrent.futures import ProcessPoolExecutor import datetime from dataclasses import asdict from scan.tls_scanner.tls_scanner import scan_tls +from scan.tls_scanner.pqc_scanner import scan_pqc from scan.endpoint_chain_scanner.endpoint_chain_scanner import scan_chain +PQC_SCAN_ENABLED = os.getenv("PQC_SCAN_ENABLED", "false").lower() in ("true", "1") -def scan_web(domain, ip_address=None): + +def scan_web(domain, ip_address=None, pqc_enabled=None): timestamp = str(datetime.datetime.now().astimezone()) # Get IP address if not provided to ensure same IP address is used for TLS and chain scan @@ -40,8 +44,17 @@ def scan_web(domain, ip_address=None): future = executor.submit(scan_tls, domain=domain, ip_address=ip_address) tls_result = future.result() - return { + results = { "tls_result": asdict(tls_result), "chain_result": asdict(chain_result), "timestamp": timestamp, } + + if pqc_enabled is None: + pqc_enabled = PQC_SCAN_ENABLED + + # Runs last so it cannot affect the connectivity or timing of the production scans + if pqc_enabled: + results["pqc_result"] = scan_pqc(domain, ip_address) + + return results diff --git a/scanners/web-scanner/web_scan_cli.py b/scanners/web-scanner/web_scan_cli.py index 83ecc9803a..afb78ce0e5 100644 --- a/scanners/web-scanner/web_scan_cli.py +++ b/scanners/web-scanner/web_scan_cli.py @@ -9,19 +9,30 @@ help='the domain to scan') parser.add_argument('--ip', type=str, help='the IP address to scan') + parser.add_argument('--pqc', action='store_true', + help='force the experimental post-quantum key exchange check on, ' + 'regardless of PQC_SCAN_ENABLED') + parser.add_argument('--pqc-only', action='store_true', + help='run only the experimental post-quantum key exchange check') parser.add_argument('-v', action='store_true', help='enable verbose logging') args = parser.parse_args() - from scan.web_scanner import scan_web - if args.v: logging.basicConfig(level=logging.DEBUG, format='[%(asctime)s::%(name)s::%(levelname)s] :: %(message)s') else: logging.basicConfig(level=logging.WARNING, format='[%(asctime)s::%(name)s::%(levelname)s] :: %(message)s') - scan_data = scan_web(domain=args.domain, ip_address=args.ip) + if args.pqc_only: + from scan.tls_scanner.pqc_scanner import scan_pqc + + scan_data = scan_pqc(domain=args.domain, ip_address=args.ip) + else: + from scan.web_scanner import scan_web + + scan_data = scan_web(domain=args.domain, ip_address=args.ip, + pqc_enabled=True if args.pqc else None) print(json.dumps(scan_data, indent=4)) From 4d7b319c0b8ef2c9da368e863b260dd75fbf61ff Mon Sep 17 00:00:00 2001 From: Kyle Sullivan <47400288+FestiveKyle@users.noreply.github.com> Date: Fri, 24 Jul 2026 12:09:22 -0300 Subject: [PATCH 2/8] Catch Exception instead of BaseException Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- scanners/web-scanner/scan/tls_scanner/pqc_scanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scanners/web-scanner/scan/tls_scanner/pqc_scanner.py b/scanners/web-scanner/scan/tls_scanner/pqc_scanner.py index cedfab1337..a8dd418a7b 100644 --- a/scanners/web-scanner/scan/tls_scanner/pqc_scanner.py +++ b/scanners/web-scanner/scan/tls_scanner/pqc_scanner.py @@ -88,7 +88,7 @@ def scan_pqc(domain: str, ip_address: str) -> dict: f"Could not parse PQC scan output for domain '{domain}' at IP '{ip_address}': {str(e)}" ) return {"error": f"Could not parse PQC scan output: {str(e)}"} - except BaseException as e: + except Exception as e: logger.error( f"Unknown error running PQC scan for domain '{domain}' at IP '{ip_address}': {str(e)}" ) From 0b120b2528f3d85d6e899da915b7a92efe163601 Mon Sep 17 00:00:00 2001 From: Kyle Sullivan <47400288+FestiveKyle@users.noreply.github.com> Date: Fri, 24 Jul 2026 12:09:39 -0300 Subject: [PATCH 3/8] Catch Exception instead of BaseException Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- scanners/web-scanner/scan/tls_scanner/pqc_scanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scanners/web-scanner/scan/tls_scanner/pqc_scanner.py b/scanners/web-scanner/scan/tls_scanner/pqc_scanner.py index a8dd418a7b..22fa255c33 100644 --- a/scanners/web-scanner/scan/tls_scanner/pqc_scanner.py +++ b/scanners/web-scanner/scan/tls_scanner/pqc_scanner.py @@ -186,7 +186,7 @@ def run_pqc_scan(domain: str, ip_address: str) -> dict: try: scan_data = run_pqc_scan(domain=args.domain, ip_address=args.ip) - except BaseException as error: + except Exception as error: logger.error( f"Unexpected error during PQC scan for domain '{args.domain}' at IP '{args.ip}': {str(error)}" ) From 8d950b6f071ed2840064de16632b3f7447e1cca5 Mon Sep 17 00:00:00 2001 From: FestiveKyle Date: Fri, 24 Jul 2026 13:21:09 -0300 Subject: [PATCH 4/8] Simplify resolve function for tls13Supported --- api/src/web-scan/objects/experimental-result.js | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/web-scan/objects/experimental-result.js b/api/src/web-scan/objects/experimental-result.js index 1ac2a5a298..224b5f2e68 100644 --- a/api/src/web-scan/objects/experimental-result.js +++ b/api/src/web-scan/objects/experimental-result.js @@ -33,7 +33,6 @@ export const pqcResultType = new GraphQLObjectType({ tls13Supported: { type: GraphQLBoolean, description: `Whether the scanned server supports TLS 1.3, which is a prerequisite for post-quantum key exchange.`, - resolve: async ({ tls1_3Supported }) => tls1_3Supported, }, scanStatus: { type: GraphQLString, From 261da5544daa9e7afc01ff32bcf03d56a2f98403 Mon Sep 17 00:00:00 2001 From: FestiveKyle Date: Tue, 28 Jul 2026 14:21:38 -0300 Subject: [PATCH 5/8] Revert "Simplify resolve function for tls13Supported" This reverts commit 8d950b6f071ed2840064de16632b3f7447e1cca5. --- api/src/web-scan/objects/experimental-result.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/web-scan/objects/experimental-result.js b/api/src/web-scan/objects/experimental-result.js index 224b5f2e68..1ac2a5a298 100644 --- a/api/src/web-scan/objects/experimental-result.js +++ b/api/src/web-scan/objects/experimental-result.js @@ -33,6 +33,7 @@ export const pqcResultType = new GraphQLObjectType({ tls13Supported: { type: GraphQLBoolean, description: `Whether the scanned server supports TLS 1.3, which is a prerequisite for post-quantum key exchange.`, + resolve: async ({ tls1_3Supported }) => tls1_3Supported, }, scanStatus: { type: GraphQLString, From 754dac32e55fd19a34fe1b88c1da71e1aa65ff6c Mon Sep 17 00:00:00 2001 From: FestiveKyle Date: Tue, 28 Jul 2026 14:23:34 -0300 Subject: [PATCH 6/8] Move process_results import after load_dotenv() --- scanners/web-processor/service.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scanners/web-processor/service.py b/scanners/web-processor/service.py index 9a567009d1..1d07bc9294 100644 --- a/scanners/web-processor/service.py +++ b/scanners/web-processor/service.py @@ -19,8 +19,6 @@ from nats.js import JetStreamContext from nats.js.api import ConsumerConfig, AckPolicy -from web_processor.web_processor import process_results - load_dotenv() @@ -47,6 +45,10 @@ ) logger = logging.getLogger(__name__) + +from web_processor.web_processor import process_results + + NAME = os.getenv("NAME", "web_processor") SERVER_LIST = os.getenv("NATS_SERVERS", "nats://localhost:4222") SERVERS = SERVER_LIST.split(",") From 8696bc168c04128e15932759f694f1044c4e807a Mon Sep 17 00:00:00 2001 From: FestiveKyle Date: Tue, 28 Jul 2026 14:30:04 -0300 Subject: [PATCH 7/8] Rename `tls13Supported` to `tls1_3Supported` matching tls-result.js --- api/src/web-scan/objects/experimental-result.js | 3 +-- frontend/src/graphql/queries.js | 2 +- frontend/src/guidance/WebPqcResults.js | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/api/src/web-scan/objects/experimental-result.js b/api/src/web-scan/objects/experimental-result.js index 1ac2a5a298..ef3b0e5d9d 100644 --- a/api/src/web-scan/objects/experimental-result.js +++ b/api/src/web-scan/objects/experimental-result.js @@ -30,10 +30,9 @@ export const pqcResultType = new GraphQLObjectType({ description: `The post-quantum hybrid key exchange groups accepted by the scanned server. Null when the server does not support TLS 1.3, in which case nothing was tested.`, resolve: async ({ supportedPqGroups }) => supportedPqGroups, }, - tls13Supported: { + tls1_3Supported: { type: GraphQLBoolean, description: `Whether the scanned server supports TLS 1.3, which is a prerequisite for post-quantum key exchange.`, - resolve: async ({ tls1_3Supported }) => tls1_3Supported, }, scanStatus: { type: GraphQLString, diff --git a/frontend/src/graphql/queries.js b/frontend/src/graphql/queries.js index 2e88382ee1..da95064231 100644 --- a/frontend/src/graphql/queries.js +++ b/frontend/src/graphql/queries.js @@ -620,7 +620,7 @@ export const DOMAIN_GUIDANCE_PAGE = gql` pqc { supportsPqKeyExchange supportedPqGroups - tls13Supported + tls1_3Supported scanStatus status error diff --git a/frontend/src/guidance/WebPqcResults.js b/frontend/src/guidance/WebPqcResults.js index 0be8edb503..eeed1403f7 100644 --- a/frontend/src/guidance/WebPqcResults.js +++ b/frontend/src/guidance/WebPqcResults.js @@ -7,7 +7,7 @@ import withSuperAdmin from '../app/withSuperAdmin' function PqcResults({ pqcResult }) { if (!pqcResult) return null - const { supportsPqKeyExchange, supportedPqGroups, tls13Supported, scanStatus, status, error, buildRefs } = pqcResult + const { supportsPqKeyExchange, supportedPqGroups, tls1_3Supported, scanStatus, status, error, buildRefs } = pqcResult const sslyzeCommit = buildRefs?.sslyzeCommit?.slice(0, 8) const nasslCommit = buildRefs?.nasslCommit?.slice(0, 8) @@ -71,7 +71,7 @@ function PqcResults({ pqcResult }) { TLS 1.3 supported - {tls13Supported ? Yes : No} + {tls1_3Supported ? Yes : No} From b3cad976893e7fff8476ef6d223004984e369c59 Mon Sep 17 00:00:00 2001 From: FestiveKyle Date: Tue, 28 Jul 2026 14:32:20 -0300 Subject: [PATCH 8/8] Enable PQC scanning in web-processor deployment --- k8s/apps/bases/scanners/web-processor/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/apps/bases/scanners/web-processor/deployment.yaml b/k8s/apps/bases/scanners/web-processor/deployment.yaml index 814fcfe4e8..afb97ea130 100644 --- a/k8s/apps/bases/scanners/web-processor/deployment.yaml +++ b/k8s/apps/bases/scanners/web-processor/deployment.yaml @@ -45,6 +45,8 @@ spec: secretKeyRef: name: scanners key: DB_USER + - name: PQC_SCAN_ENABLED + value: "true" - name: NATS_SERVERS value: nats://nats.pubsub:4222 securityContext: