Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 48ba489

Browse files
committed
Bugfixd AppVersion type to string
1 parent 0ec5af3 commit 48ba489

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

scanners/amass/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path: "scanners/amass"
44
category: "scanner"
55
type: "Network"
66
state: "released"
7-
appVersion: 3.7.2
7+
appVersion: "3.7.2"
88
usecase: "Subdomain Enumeration Scanner"
99
---
1010

scanners/kube-hunter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path: "scanners/kube-hunter"
44
category: "scanner"
55
type: "Kubernetes"
66
state: "released"
7-
appVersion: 0.3.1
7+
appVersion: "0.3.1"
88
usecase: "Kubernetes Vulnerability Scanner"
99
---
1010

scanners/nikto/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path: "scanners/nikto"
44
category: "scanner"
55
type: "Webserver"
66
state: "released"
7-
appVersion: 2.1.6
7+
appVersion: "2.1.6"
88
usecase: "Webserver Vulnerability Scanner"
99
---
1010

scanners/nmap/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ path: "scanners/nmap"
44
category: "scanner"
55
type: "Network"
66
state: "released"
7-
appVersion: 7.80
8-
usecase: "Network Scanner"
7+
appVersion: "7.80"
8+
usecase: "Network discovery and security auditing"
99
---
1010

1111
![Nmap logo](https://nmap.org/images/sitelogo.png)

scanners/ssh_scan/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path: "scanners/ssh"
44
category: "scanner"
55
type: "SSH"
66
state: "released"
7-
appVersion: 0.0.43
7+
appVersion: "0.0.43"
88
usecase: "SSH Configuration and Policy Scanner"
99
---
1010

scanners/sslyze/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path: "scanners/sslyze"
44
category: "scanner"
55
type: "SSL"
66
state: "released"
7-
appVersion: 3.0.8
7+
appVersion: "3.0.8"
88
usecase: "SSL/TLS Configuration Scanner"
99
---
1010

scanners/trivy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path: "scanners/trivy"
44
category: "scanner"
55
type: "Container"
66
state: "released"
7-
appVersion: 0.10.1
7+
appVersion: "0.10.1"
88
usecase: "Container Vulnerability Scanner"
99
---
1010

scanners/wpscan/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path: 'scanners/wpscan'
44
category: 'scanner'
55
type: "CMS"
66
state: "released"
7-
appVersion: 3.8.5
7+
appVersion: "3.8.5"
88
usecase: 'Wordpress Vulnerability Scanner'
99
---
1010

scanners/zap/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ path: "scanners/zap"
44
category: "scanner"
55
type: "WebApplication"
66
state: "released"
7-
appVersion: 2.9.0
8-
usecase: "Webapplication Vulnerability Scanner"
7+
appVersion: "2.9.0"
8+
usecase: "WebApp & OpenAPI Vulnerability Scanner"
99
---
1010

1111
![zap logo](https://raw.githubusercontent.com/wiki/zaproxy/zaproxy/images/zap32x32.png)

0 commit comments

Comments
 (0)