Upload 8 files
Browse files- .gitattributes +4 -0
- c/openssl-3.5.0/c-app.atom +3 -0
- c/openssl-3.5.0/c-reachables.slices.json +3 -0
- c/openssl-3.5.0/c-usages.slices.json +3 -0
- c/openssl-3.5.0/depscan.html +0 -0
- c/openssl-3.5.0/depscan.pdf +3 -0
- c/openssl-3.5.0/depscan.toml.sample +29 -0
- c/openssl-3.5.0/depscan.txt +0 -0
- c/openssl-3.5.0/sbom-prebuild-c.cdx.json +0 -0
.gitattributes
CHANGED
|
@@ -82,3 +82,7 @@ php/phpmyadmin/depscan.pdf filter=lfs diff=lfs merge=lfs -text
|
|
| 82 |
php/phpmyadmin/js-app.atom filter=lfs diff=lfs merge=lfs -text
|
| 83 |
php/phpmyadmin/php-app.atom filter=lfs diff=lfs merge=lfs -text
|
| 84 |
php/phpmyadmin/php-usages.slices.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
php/phpmyadmin/js-app.atom filter=lfs diff=lfs merge=lfs -text
|
| 83 |
php/phpmyadmin/php-app.atom filter=lfs diff=lfs merge=lfs -text
|
| 84 |
php/phpmyadmin/php-usages.slices.json filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
c/openssl-3.5.0/c-app.atom filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
c/openssl-3.5.0/c-reachables.slices.json filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
c/openssl-3.5.0/c-usages.slices.json filter=lfs diff=lfs merge=lfs -text
|
| 88 |
+
c/openssl-3.5.0/depscan.pdf filter=lfs diff=lfs merge=lfs -text
|
c/openssl-3.5.0/c-app.atom
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa26c9a5350f1afeed52a104e68c8744abec021b1b9b7ac8d43536d3d3062813
|
| 3 |
+
size 256581632
|
c/openssl-3.5.0/c-reachables.slices.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71fc180fe7a73407feb82a3c0d83e38e06eb62769df6693fb3767347225ef31c
|
| 3 |
+
size 26155856
|
c/openssl-3.5.0/c-usages.slices.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d536416e940b5604638889548c1da3e5bde968c7ea912bbd2c9bd97daf3a254e
|
| 3 |
+
size 41013247
|
c/openssl-3.5.0/depscan.html
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
c/openssl-3.5.0/depscan.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:287f3cc1e39b364f97b0a67a2ecfbe60aa7757fd74eae9ab9fa777902fc3db3d
|
| 3 |
+
size 122392
|
c/openssl-3.5.0/depscan.toml.sample
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
config = "/Users/prabhu/work/owasp/dep-scan/.config/depscan.toml"
|
| 2 |
+
src_dir_image = "/Users/prabhu/sandbox/openssl-3.5.0"
|
| 3 |
+
reports_dir = "/Users/prabhu/sandbox/openssl-3.5.0/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/openssl-3.5.0/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 |
+
src_dir = "/Users/prabhu/sandbox/openssl-3.5.0"
|
| 26 |
+
html_report_file = "/Users/prabhu/sandbox/openssl-3.5.0/reports/depscan.html"
|
| 27 |
+
pdf_report_file = "/Users/prabhu/sandbox/openssl-3.5.0/reports/depscan.pdf"
|
| 28 |
+
txt_report_file = "/Users/prabhu/sandbox/openssl-3.5.0/reports/depscan.txt"
|
| 29 |
+
depscan_version = "6.0.0"
|
c/openssl-3.5.0/depscan.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
c/openssl-3.5.0/sbom-prebuild-c.cdx.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|