Upload 12 files
Browse files- .gitattributes +6 -0
- c/openwrt/c-app.atom +3 -0
- c/openwrt/c-reachables.slices.json +3 -0
- c/openwrt/c-usages.slices.json +3 -0
- c/openwrt/depscan.html +0 -0
- c/openwrt/depscan.pdf +0 -0
- c/openwrt/depscan.toml.sample +31 -0
- c/openwrt/depscan.txt +0 -0
- c/openwrt/js-app.atom +3 -0
- c/openwrt/js-reachables.slices.json +3 -0
- c/openwrt/js-usages.slices.json +3 -0
- c/openwrt/sbom-prebuild-c.cdx.json +0 -0
- c/openwrt/sbom-prebuild-c.vdr.json +0 -0
.gitattributes
CHANGED
|
@@ -115,3 +115,9 @@ python/dejacode/python-usages.slices.json filter=lfs diff=lfs merge=lfs -text
|
|
| 115 |
python/dejacode/python-reachables.slices.json filter=lfs diff=lfs merge=lfs -text
|
| 116 |
c/linux-6.15-rc4/c-app.atom filter=lfs diff=lfs merge=lfs -text
|
| 117 |
c/linux-6.15-rc4/c-usages.slices.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
python/dejacode/python-reachables.slices.json filter=lfs diff=lfs merge=lfs -text
|
| 116 |
c/linux-6.15-rc4/c-app.atom filter=lfs diff=lfs merge=lfs -text
|
| 117 |
c/linux-6.15-rc4/c-usages.slices.json filter=lfs diff=lfs merge=lfs -text
|
| 118 |
+
c/openwrt/c-app.atom filter=lfs diff=lfs merge=lfs -text
|
| 119 |
+
c/openwrt/c-reachables.slices.json filter=lfs diff=lfs merge=lfs -text
|
| 120 |
+
c/openwrt/c-usages.slices.json filter=lfs diff=lfs merge=lfs -text
|
| 121 |
+
c/openwrt/js-app.atom filter=lfs diff=lfs merge=lfs -text
|
| 122 |
+
c/openwrt/js-reachables.slices.json filter=lfs diff=lfs merge=lfs -text
|
| 123 |
+
c/openwrt/js-usages.slices.json filter=lfs diff=lfs merge=lfs -text
|
c/openwrt/c-app.atom
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87f6de4bfdd3b2a00160f646f3a0d775b3bf7a7969f9948c9cb8870798799141
|
| 3 |
+
size 205930496
|
c/openwrt/c-reachables.slices.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b8d509230a58bb7fb5a9c1c8ae74f6bf13e9ca75857ba167951dc97ac71c6c5
|
| 3 |
+
size 19425562
|
c/openwrt/c-usages.slices.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:799c74fa2049e92d8f6130c3b17e2f44ec2aad93f26829d1a4739ecfb9c455a2
|
| 3 |
+
size 36146470
|
c/openwrt/depscan.html
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
c/openwrt/depscan.pdf
ADDED
|
Binary file (89.3 kB). View file
|
|
|
c/openwrt/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/openwrt"
|
| 3 |
+
reports_dir = "/Users/prabhu/sandbox/openwrt/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/openwrt/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 = true
|
| 25 |
+
explanation_mode = "EndpointsAndReachables"
|
| 26 |
+
annotate = false
|
| 27 |
+
src_dir = "/Users/prabhu/sandbox/openwrt"
|
| 28 |
+
html_report_file = "/Users/prabhu/sandbox/openwrt/reports/depscan.html"
|
| 29 |
+
pdf_report_file = "/Users/prabhu/sandbox/openwrt/reports/depscan.pdf"
|
| 30 |
+
txt_report_file = "/Users/prabhu/sandbox/openwrt/reports/depscan.txt"
|
| 31 |
+
depscan_version = "6.0.0a2"
|
c/openwrt/depscan.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
c/openwrt/js-app.atom
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c232b904faae0650ceffe2d4769ee9173147928c69d9aa9886441764d360408
|
| 3 |
+
size 319057920
|
c/openwrt/js-reachables.slices.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8b0c20287705b3756ab1a9be914a4eff327ee356b1de52b98f4166ea0c467bf
|
| 3 |
+
size 31521105
|
c/openwrt/js-usages.slices.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:978e5627fbf171c20bfdfa1b41ad34b017f8cba86f6f2f273041eef0f0f35531
|
| 3 |
+
size 32486563
|
c/openwrt/sbom-prebuild-c.cdx.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
c/openwrt/sbom-prebuild-c.vdr.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|