Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/nmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ async function worker(targets) {
results.push({
findings: [
createFinding({
name: `Canot resolve host "${location}"`,
name: `Can not resolve host "${location}"`,
description:
'The hostname cannot be resolved by DNS from the nmap scanner.',
hostname: location,
Expand Down
2 changes: 1 addition & 1 deletion src/nmap.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ describe('nmap', () => {
result: [
{
id: '49bf7fd3-8512-4d73-a28f-608e493cd726',
name: 'Canot resolve host "foobar"',
name: 'Can not resolve host "foobar"',
description:
'The hostname cannot be resolved by DNS from the nmap scanner.',
category: 'Host Unresolvable',
Expand Down