Skip to content

Commit

Permalink
Update descriptions (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
cablej authored Aug 14, 2020
1 parent 9082d6a commit 5bb9d69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/src/api/scans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ export const SCAN_SCHEMA: ScanSchema = {
type: 'fargate',
isPassive: false,
global: false,
description: ''
description: 'Active port scan of common ports'
},
wappalyzer: {
type: 'fargate',
isPassive: false,
isPassive: true,
global: false,
description:
'Open source tool that fingerprints web technologies based on HTTP responses'
Expand All @@ -81,13 +81,13 @@ export const SCAN_SCHEMA: ScanSchema = {
cpu: '1024',
memory: '4096',
numChunks: 20,
description: 'Reads from censys ipv4 dataset'
description: 'Fetch passive port and banner data from censys ipv4 dataset'
},
cve: {
type: 'fargate',
isPassive: true,
global: true,
description: 'Matches detected software versions to CVEs'
description: 'Matches detected software versions to CVEs from NIST NVD'
}
};

Expand Down

0 comments on commit 5bb9d69

Please sign in to comment.