Upload 5 files
Browse files
js/vulnerable-aws-koa-app/depscan-universal.vdr.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
js/vulnerable-aws-koa-app/depscan.html
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
js/vulnerable-aws-koa-app/depscan.pdf
ADDED
|
Binary file (46.2 kB). View file
|
|
|
js/vulnerable-aws-koa-app/depscan.toml.sample
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
config = "/Users/prabhu/work/owasp/dep-scan/.config/depscan.toml"
|
| 2 |
+
src_dir_image = "/Users/prabhu/sandbox/vulnerable-aws-koa-app"
|
| 3 |
+
reports_dir = "/Users/prabhu/sandbox/vulnerable-aws-koa-app/reports"
|
| 4 |
+
csaf = false
|
| 5 |
+
profile = "generic"
|
| 6 |
+
bom_engine = "auto"
|
| 7 |
+
vuln_analyzer = "LifecycleAnalyzer"
|
| 8 |
+
reachability_analyzer = "SemanticReachability"
|
| 9 |
+
suggest = true
|
| 10 |
+
risk_audit = false
|
| 11 |
+
project_type = [ "universal",]
|
| 12 |
+
bom_dir = "/Users/prabhu/sandbox/vulnerable-aws-koa-app/reports"
|
| 13 |
+
report_name = "rendered.report"
|
| 14 |
+
deep_scan = false
|
| 15 |
+
fuzzy_search = false
|
| 16 |
+
search_order = "pcu"
|
| 17 |
+
non_universal_scan = false
|
| 18 |
+
no_vuln_table = false
|
| 19 |
+
server_mode = false
|
| 20 |
+
server_host = "127.0.0.1"
|
| 21 |
+
server_port = "7070"
|
| 22 |
+
enable_debug = false
|
| 23 |
+
quiet = false
|
| 24 |
+
explain = false
|
| 25 |
+
explanation_mode = "EndpointsAndReachables"
|
| 26 |
+
annotate = false
|
| 27 |
+
src_dir = "/Users/prabhu/sandbox/vulnerable-aws-koa-app"
|
| 28 |
+
html_report_file = "/Users/prabhu/sandbox/vulnerable-aws-koa-app/reports/depscan.html"
|
| 29 |
+
pdf_report_file = "/Users/prabhu/sandbox/vulnerable-aws-koa-app/reports/depscan.pdf"
|
| 30 |
+
txt_report_file = "/Users/prabhu/sandbox/vulnerable-aws-koa-app/reports/depscan.txt"
|
| 31 |
+
depscan_version = "6.0.0"
|
js/vulnerable-aws-koa-app/depscan.txt
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|