Skip to content

Commit

Permalink
Fix apostrophe type in TermsOfUse.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliav committed Mar 19, 2024
1 parent df19966 commit 819ba86
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions frontend/src/pages/TermsOfUse/TermsOfUse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const TermsOfUse: React.FC = () => {
<p>You must read and sign the Terms of Use before using Crossfeed.</p>
<p>
Crossfeed is a free, self-service tool offered by the Department of
Homeland Securitys Cybersecurity and Infrastructure Security Agency
Homeland Security's Cybersecurity and Infrastructure Security Agency

Check failure on line 49 in frontend/src/pages/TermsOfUse/TermsOfUse.tsx

View workflow job for this annotation

GitHub Actions / lint

`'` can be escaped with `&apos;`, `&lsquo;`, `&#39;`, `&rsquo;`
(CISA). Using both passive and active processes, Crossfeed can
continuously evaluate the cybersecurity posture of your public-facing,
internet-accessible network assets for vulnerabilities or configuration
Expand All @@ -57,7 +57,7 @@ export const TermsOfUse: React.FC = () => {
administrative users or view-only users. Administrative users can
add/delete domains for their organization, schedule and disable scans
for their organization, and invite others to create Crossfeed accounts
to have access to the organizations data. View-only users can only view
to have access to the organization's data. View-only users can only view

Check failure on line 60 in frontend/src/pages/TermsOfUse/TermsOfUse.tsx

View workflow job for this annotation

GitHub Actions / lint

`'` can be escaped with `&apos;`, `&lsquo;`, `&#39;`, `&rsquo;`
data provided to or collected by Crossfeed.
</p>
{maximumRole === 'admin' && (
Expand All @@ -77,7 +77,7 @@ export const TermsOfUse: React.FC = () => {
<p>
By creating a Crossfeed{' '}
{maximumRole === 'admin' ? 'administrator' : 'view only'} account and
using this service, you request CISAs technical assistance to detect
using this service, you request CISA's technical assistance to detect

Check failure on line 80 in frontend/src/pages/TermsOfUse/TermsOfUse.tsx

View workflow job for this annotation

GitHub Actions / lint

`'` can be escaped with `&apos;`, `&lsquo;`, `&#39;`, `&rsquo;`
vulnerabilities and configuration issues through Crossfeed and agree to
the following:
</p>
Expand All @@ -104,11 +104,11 @@ export const TermsOfUse: React.FC = () => {
resources is later prohibited;
</li>
<li>
You accept that, while Crossfeed will use best efforts to conduct
scans in a way that minimizes risk to your organization’s systems
and networks, Crossfeed scanning activities creates some risk of
degradation in performance to your organizations systems and
networks;
You accept that, while Crossfeed will use its best efforts to
conduct scans in a way that minimizes risk to your organization's

Check failure on line 108 in frontend/src/pages/TermsOfUse/TermsOfUse.tsx

View workflow job for this annotation

GitHub Actions / lint

`'` can be escaped with `&apos;`, `&lsquo;`, `&#39;`, `&rsquo;`
systems and networks, Crossfeed scanning activities create some
risk of degradation in performance to your organization's systems

Check failure on line 110 in frontend/src/pages/TermsOfUse/TermsOfUse.tsx

View workflow job for this annotation

GitHub Actions / lint

`'` can be escaped with `&apos;`, `&lsquo;`, `&#39;`, `&rsquo;`
and networks;
</li>
<li>
You agree that CISA may share data gathered by Crossfeed with
Expand All @@ -119,7 +119,7 @@ export const TermsOfUse: React.FC = () => {
</li>
<li>
You are authorized to make the above certifications on your
organizations behalf;
organization's behalf;

Check failure on line 122 in frontend/src/pages/TermsOfUse/TermsOfUse.tsx

View workflow job for this annotation

GitHub Actions / lint

`'` can be escaped with `&apos;`, `&lsquo;`, `&#39;`, `&rsquo;`
</li>
</>
)}
Expand Down Expand Up @@ -153,7 +153,7 @@ export const TermsOfUse: React.FC = () => {
</ul>
</li>
<li>
You accept that, at CISAs sole discretion, CISA may terminate or
You accept that, at CISA's sole discretion, CISA may terminate or

Check failure on line 156 in frontend/src/pages/TermsOfUse/TermsOfUse.tsx

View workflow job for this annotation

GitHub Actions / lint

`'` can be escaped with `&apos;`, `&lsquo;`, `&#39;`, `&rsquo;`
suspend your access to the Crossfeed service due to violation of these
terms or any other reason.
</li>
Expand Down

0 comments on commit 819ba86

Please sign in to comment.