Skip to content

Commit

Permalink
fix(nmap): add url text (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Oct 18, 2021
1 parent 508b1ab commit 4a0dad1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions report/www/src/components/Nmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ export const Nmap: React.FC<NmapProps> = ({ data, url }) => {
<Panel
title="Nmap"
url={url}
urlText="Rapport détaillé"
isExternal
info={(
info={
<span>
Scan des vulnérabiliés nmap{" "}
<a
Expand All @@ -85,12 +86,10 @@ export const Nmap: React.FC<NmapProps> = ({ data, url }) => {
{`https://${data.host}`}
</a>
</span>
)}
}
>
<h3>
Scan Summary :
{' '}
<Grade small grade={data.grade} />
Scan Summary : <Grade small grade={data.grade} />
</h3>
<Table
columns={columns}
Expand Down

0 comments on commit 4a0dad1

Please sign in to comment.