-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
executable file
·467 lines (445 loc) · 31 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Dependency-Track is a continuous SBOM analysis platform that allows organizations to identify and reduce risk in the software supply chain. Dependency-Track is open-source and distributed under the Apache 2.0 license."/>
<meta name="keywords" content="sdlc, devops, devsecops, bill of materials, owasp, appsec, security, BOM, SBOM, SaaSBOM, HBOM, OBOM, VDR, VEX, visibility, component analysis, nvd, nist, software security, software composition analysis, sca, supply chain risk management, scrm, c-scrm, cybersecurity, ossindex, vulndb"/>
<meta name="dcterms.rightsHolder" content="Steve Springett">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:site" content="@DependencyTrack">
<meta name="twitter:title" content="Dependency-Track | Software Bill of Materials (SBOM) Analysis">
<meta name="twitter:image" content="https://dependencytrack.org/assets/images/twitter-card.png?ts=1673328027">
<meta name="twitter:description" content="Dependency-Track is a continuous SBOM analysis platform that allows organizations to identify and reduce risk in the software supply chain. Dependency-Track is open-source and distributed under the Apache 2.0 license.">
<meta property="og:title" content="Dependency-Track | Software Bill of Materials (SBOM) Analysis">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website" />
<meta property="og:image" content="https://dependencytrack.org/assets/images/twitter-card.png?ts=1673328027" />
<meta property="og:description" content="Dependency-Track is a continuous SBOM analysis platform that allows organizations to identify and reduce risk in the software supply chain. Dependency-Track is open-source and distributed under the Apache 2.0 license.">
<meta name="robots" content="index,follow"/>
<title>Dependency-Track | Software Bill of Materials (SBOM) Analysis | OWASP</title>
<link rel="shortcut icon" type="image/ico" href="/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/animate.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/fontawesome-all.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/font-mfizz.css">
<link rel="stylesheet" type="text/css" href="assets/owl-carrosel/owl.carousel.min.css">
<link rel="stylesheet" type="text/css" href="assets/slick-slider/slick.css">
<link rel="stylesheet" type="text/css" href="assets/slick-slider/slick-theme.css">
<link rel="stylesheet" type="text/css" href="assets/css/offcanvas-menu.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YEM8P7DQTM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YEM8P7DQTM');
</script>
<body class="singlePage" id="page-top" data-spy="scroll" data-target=".navbar">
<header id="home" class="header-section">
<nav class="navbar navbar-inverse hidden-sm hidden-xs">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand page-scroll" href="#home"><img src="assets/images/dt-logo-white-text.svg" alt="Dependency-Track Logo" width="200px"></a>
</div>
<div class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav">
<li><a class="page-scroll" href="#home">Home</a></li>
<li><a class="page-scroll" href="#features">Platform</a></li>
<li><a class="page-scroll" href="#download">Download</a></li>
<li><a class="page-scroll" href="https://docs.dependencytrack.org/">Documentation</a></li>
<li><a class="page-scroll" href="https://owasp.org/www-project-dependency-track/"><img src="assets/images/logo-owasp-small.svg"></a></li>
</ul>
</div>
</div>
</nav>
<div class="navbar-header inline-block visible-sm visible-xs">
<a class="navbar-brand" href="#home"><img src="assets/images/dt-logo.svg" alt="image"></a>
</div>
</header>
<section class="top-section" id="subheader">
<div class="outer-container">
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-9">
<div class="wrapper-content">
<span class="small-text"><span class="color-text">Reduce </span> Supply Chain Risk</span>
<h3>Continuous SBOM Analysis Platform</h3>
<a class="page-scroll" href="#download">
<button class="btn btn-default">Download v4.12 <i class="fas fa-download" aria-hidden="true"></i></button>
</a>
</div>
</div>
<div class="col-md-7 col-md-offset-0 col-sm-8 col-sm-offset-0 hidden-xs">
<div class="caption wow fadeInRight monitor-container">
<img src="assets/images/screenshots/dashboard-small-monitor-shadow.png" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="admin-section video-section hidden-sm hidden-xs">
<div class="video-container">
<div class="video-overlay">
<div id="process-header">Operationalize Software Bill of Materials</div>
<div class="process" id="process-cicd">
<p>SBOM Production<br/><i class="fas fa-sort-down"></i></p>
<p>CycloneDX Software Bill of Materials created during CI/CD or acquired from suppliers</p>
</div>
<div class="process" id="process-ingest">
<p><i class="fas fa-sort-up"></i><br>SBOM Ingestion</p>
<p>SBOMs published to Dependency-Track via REST, Jenkins plugin, or uploaded through web interface</p>
</div>
<div class="process" id="process-analyze">
<p>SBOM Analysis<br/><i class="fas fa-sort-down"></i></p>
<p>Analyzes components for security, operational, and license risk</p>
</div>
<div class="process" id="process-intelligence">
<p>Intelligence Streams<br/><i class="fas fa-sort-down"></i></p>
<p>Produces real-time analysis and security events delivering actionable findings to external systems</p>
</div>
<div class="process" id="process-portfolio">
<p><i class="fas fa-sort-up"></i><br>Continuous Monitoring</p>
<p>Continuously analyzes portfolio for risk and policy compliance</p>
</div>
<div class="process" id="process-aggregation">
<p><i class="fas fa-sort-up"></i><br>Intelligent Response</p>
<p>Events delivered via webhooks or chat-ops and findings published to risk management and vulnerability aggregation platforms</p>
</div>
</div>
<video autoplay="autoplay" loop="loop" muted="muted" style="max-width:90%;" poster="/assets/video/Process_Flow_2K_cropped.png" id="processFlowVideo">
<source src="/assets/video/Process_Flow_2K_cropped.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</section>
<section class="cta-section">
<div class="container text-center">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="cta-wrapper">
<img src="assets/images/icons/continuous-integration.svg" height="70" alt="">
<h3 class="feature-header">Continuous Integration</h3>
<p>Consume and analyze SBOMs at high-velocity. Ideal for use with modern build pipelines.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="cta-wrapper">
<img src="assets/images/icons/continuous-visibility.svg" height="70" alt="">
<h3>Continuous Insight</h3>
<p>Identify risk across all assets and applications. Quickly answer what is affected and where.</p>
</div>
</div>
<div class="col-md-4 col-md-offset-0 col-sm-6 col-sm-offset-3">
<div class="cta-wrapper">
<img src="assets/images/icons/continuous-transparency.svg" height="70" alt="">
<h3>Continuous Transparency</h3>
<p>Full-stack component inventory. Optionally republish SBOMs to others in the supply chain.</p>
</div>
</div>
</div>
</div>
</section>
<section id="screenshots" class="working-section-two screenshot-lightbox">
<div class="container">
<div class="working-container">
<div class="working-wrapper">
<div class="row">
<div class="col-xs-12 visible-sm visible-xs">
<div class="caption">
<img src="assets/images/screenshots/component-inventory.png" width="500" alt="">
</div>
</div>
<div class="col-md-6 col-xs-12">
<div class="wrapper-content">
<h3>Accurate and complete full-stack inventory</h3>
<p>Track usage of libraries and frameworks, applications, containers, operating systems, firmware, hardware, and services across all projects in the Dependency-Track portfolio. Get full-stack traceability for the cloud, for the enterprise, for smart devices, and for IoT.</p>
</div>
</div>
<div class="col-md-6 hidden-sm hidden-xs">
<div class="caption wow fadeInRight" data-wow-duration="1s">
<a href="assets/images/screenshots/component-inventory.png"><img src="assets/images/screenshots/component-inventory.png" width="500" alt=""></a>
</div>
</div>
</div>
</div>
<div class="working-wrapper">
<div class="row">
<div class="col-xs-12 visible-sm visible-xs">
<div class="caption">
<img src="assets/images/screenshots/findings.png" width="500" alt="">
</div>
</div>
<div class="col-md-6 col-xs-12">
<div class="wrapper-content">
<h3>Identify and remediate vulnerable components</h3>
<p>Bring vulnerable components to light with support for multiple sources of vulnerability intelligence including the National Vulnerability Database (NVD), Sonatype OSS Index, GitHub Advisories, Snyk, OSV, and VulnDB from Risk Based Security.</p>
</div>
</div>
<div class="col-md-6 hidden-sm hidden-xs">
<div class="caption wow fadeInRight" data-wow-duration="1s">
<a href="assets/images/screenshots/findings.png"><img src="assets/images/screenshots/findings.png" width="500" alt=""></a>
</div>
</div>
</div>
</div>
<div class="working-wrapper">
<div class="row">
<div class="col-xs-12 visible-sm visible-xs">
<div class="caption">
<img src="assets/images/screenshots/policy-violations.png" width="500" alt="">
</div>
</div>
<div class="col-md-6 col-xs-12">
<div class="wrapper-content">
<h3>Measure and enforce policy compliance</h3>
<p>Security, operational, and license policies ensure that associated risk is quickly identified across development teams, suppliers, and partners in the supply chain</p>
</div>
</div>
<div class="col-md-6 hidden-sm hidden-xs">
<div class="caption wow fadeInRight" data-wow-duration="1s">
<a href="assets/images/screenshots/policy-violations.png"><img src="assets/images/screenshots/policy-violations.png" width="500" alt=""></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div id="features" class="section-header-correction"></div>
<section class="cta-section-four section-padding">
<div class="container">
<div class="title">
<div class="row">
<div class="col-sm-6">
<h2>Platform Features</h2>
</div>
<div class="col-sm-6">
<p>Dependency-Track is an intelligent Component Analysis platform that allows organizations to identify and reduce risk in the software supply chain.</p>
</div>
</div>
</div>
<div class="cta-container">
<div class="row feature-row">
<div class="col-sm-4">
<div class="cta-wrapper">
<h3><i class="fas fa-shield-alt" aria-hidden="true"></i> <span class="feature">Vulnerability Detection</span></h3>
<p>Identify known vulnerabilities in third-party components via integration with the NVD, OSS Index, GitHub, Snyk, OSV, and VulnDB</p>
</div>
</div>
<div class="col-sm-4">
<div class="cta-wrapper">
<h3><i class="fas fa-tasks" aria-hidden="true"></i> <span class="feature">Policy Evaluation</span></h3>
<p>Measure and enforce security, operational, and license policy compliance for individual projects or the entire portfolio</p>
</div>
</div>
<div class="col-sm-4">
<div class="cta-wrapper">
<h3><i class="fas fa-crosshairs" aria-hidden="true"></i> <span class="feature">Impact Analysis</span></h3>
<p>Rapidly respond to identified vulnerabilities for projects which are affected from vulnerable components</p>
</div>
</div>
</div>
<div class="row feature-row">
<div class="col-sm-4">
<div class="cta-wrapper">
<h3><i class="fas fa-magic" aria-hidden="true"></i> <span class="feature">Exploit Prediction</span></h3>
<p>Prioritize mitigation by leveraging integrated support for the Exploit Prediction Scoring System (EPSS)</p>
</div>
</div>
<div class="col-sm-4">
<div class="cta-wrapper">
<h3><i class="far fa-comment-alt" aria-hidden="true"></i> <span class="feature">Auditing Workflow</span></h3>
<p>Quickly triage findings and policy violations, capture commentary and analysis decisions in an audit trail</p>
</div>
</div>
<div class="col-sm-4">
<div class="cta-wrapper">
<h3><i class="fas fa-bullseye" aria-hidden="true"></i> <span class="feature">Outdated Version Detection</span></h3>
<p>Identifies components that are not the most recent available which indirectly impact project health and risk</p>
</div>
</div>
</div>
<div class="row feature-row">
<div class="col-sm-4">
<div class="cta-wrapper">
<h3><i class="fas fa-layer-group" aria-hidden="true"></i> <span class="feature">Full-Stack Inventory</span></h3>
<p>Tracks usage of libraries, frameworks, applications, containers, operating systems, firmware, hardware, and services</p>
</div>
</div>
<div class="col-sm-4">
<div class="cta-wrapper">
<h3><i class="fas fa-archive" aria-hidden="true"></i> <span class="feature">Bill of Materials (BOM)</span></h3>
<p>Consumes, analyzes, and produces CycloneDX Software Bill of Materials (SBOM), an OWASP and industry standard</p>
</div>
</div>
<div class="col-sm-4">
<div class="cta-wrapper">
<h3><i class="fas fa-fingerprint" aria-hidden="true"></i> <span class="feature">Vulnerability Aggregation</span></h3>
<p>Native integration with multiple application risk platforms providing organizations a consolidated view of prioritized findings</p>
</div>
</div>
</div>
<div class="row feature-row">
<div class="col-sm-4">
<div class="cta-wrapper">
<h3><i class="fas fa-share-alt" aria-hidden="true"></i> <span class="feature">NIST VDR</span></h3>
<p>Produces CycloneDX Vulnerability Disclosure Reports (VDR) that exceed requirements defined in NIST SP 800-161</p>
</div>
</div>
<div class="col-sm-4">
<div class="cta-wrapper">
<h3><i class="fas fa-exchange-alt" aria-hidden="true"></i> <span class="feature">CISA VEX</span></h3>
<p>Produces and consumes CycloneDX Vulnerability Exploitability eXchange (VEX) exceeding CISA recommendations</p>
</div>
</div>
<div class="col-sm-4">
<div class="cta-wrapper">
<h3><i class="fas fa-bell" aria-hidden="true"></i> <span class="feature">Notifications</span></h3>
<p>Automates notifications to Slack, Microsoft Teams, Mattermost, Cisco WebEx, outbound webhooks, and email</p>
</div>
</div>
</div>
<div class="row feature-row">
<div class="col-sm-4">
<div class="cta-wrapper last-wrapper">
<h3><i class="fas fa-server" aria-hidden="true"></i> <span class="feature">Enterprise Ready</span></h3>
<p>Supports Single Sign On (SSO) via OpenID Connect (OIDC) and supports Active Directory and LDAP authentication</p>
</div>
</div>
<div class="col-sm-4">
<div class="cta-wrapper">
<h3><i class="fas fa-globe" aria-hidden="true"></i> <span class="feature">API and Integration</span></h3>
<p>Well documented API-first design integrates easily with other systems providing endless possibilities</p>
</div>
</div>
<div class="col-sm-4">
<div class="cta-wrapper">
<h3><i class="fas fa-chart-bar" aria-hidden="true"></i> <span class="feature">Time Series Metrics</span></h3>
<p>Provides trending details of the inherited risk and policy violations for all projects and components in the portfolio</p>
</div>
</div>
</div>
<div class="row feature-row">
<div class="col-sm-4"></div>
<div class="col-sm-4">
<div class="cta-wrapper">
<h3><i class="fab fa-osi" aria-hidden="true"></i> <span class="feature">Open Source</span></h3>
<p>Community-driven project distributed under the Apache 2.0 license <i class="icon-apache"></i>Large and active community of contributors and adopters.</p>
</div>
</div>
<div class="col-sm-4"></div>
</div>
</div>
</div>
</section>
<section class="sponsor-section hidden-sm hidden-xs">
<div class="container">
<h4 class="text-center">Connectors & Integrations</h4>
<div class="sponsor-carousel owl-carousel owl-theme">
<div class="item"><a href="https://www.owasp.org/"><img src="assets/images/integrations/logo-owasp.svg" alt="image"></a></div>
<div class="item"><a href="https://www.threadfix.it/"><img src="assets/images/integrations/logo-threadfix.svg" alt="image"></a></div>
<div class="item"><a href="https://www.riskbasedsecurity.com/"><img src="assets/images/integrations/logo-rbs.svg" alt="image"></a></div>
<div class="item"><a href="https://jenkins.io/"><img src="assets/images/integrations/logo-jenkins.svg" alt="image"></a></div>
<div class="item"><a href="https://codedx.com/"><img src="assets/images/integrations/logo-codedx.svg" alt="image"></a></div>
<div class="item"><a href="https://ossindex.sonatype.org/"><img src="assets/images/integrations/logo-sonatype-ossindex.svg" alt="image"></a></div>
<div class="item"><a href="https://slack.com/"><img src="assets/images/integrations/logo-slack.svg" alt="image"></a></div>
<div class="item"><a href="https://nvd.nist.gov/"><img src="assets/images/integrations/logo-nvd.svg" alt="image"></a></div>
<div class="item"><a href="https://www.npmjs.com/"><img src="assets/images/integrations/logo-npm.svg" alt="image"></a></div>
<div class="item"><a href="https://www.snyk.com/"><img src="assets/images/integrations/logo-snyk.svg" alt="image"></a></div>
<div class="item"><a href="https://www.github.com/"><img src="assets/images/integrations/logo-github.svg" alt="image"></a></div>
<div class="item"><a href="https://www.osv.dev/"><img src="assets/images/integrations/logo-osv.svg" alt="image"></a></div>
<div class="item"><a href="https://www.kennasecurity.com/"><img src="assets/images/integrations/logo-kenna.svg" alt="image"></a></div>
<div class="item"><a href="https://software.microfocus.com/en-us/solutions/application-security"><img src="assets/images/integrations/logo-fortify.svg" alt="image"></a></div>
<div class="item"><a href="https://www.atlassian.com/software/jira"><img src="assets/images/integrations/logo-jira.svg" alt="image"></a></div>
<div class="item"><a href="https://microsoft.com/teams"><img src="assets/images/integrations/logo-teams.svg" alt="image"></a></div>
<div class="item"><a href="https://www.defectdojo.org/"><img src="assets/images/integrations/logo-defect-dojo.svg" alt="image"></a></div>
<div class="item"><a href="https://www.securitycompass.com/"><img src="assets/images/integrations/logo-security-compass.svg" alt="image"></a></div>
</div>
</div>
</section>
<div id="download" class="section-header-correction"></div>
<section class="download-section">
<div class="container">
<div class="col-md-12">
<div class="wrapper-content">
<h3>Installation</h3>
<div class="code-example-tab"><input id="inventory-example-tab1" class="inputtab1" type="radio" name="inventory-example-pct" checked="">
<input id="inventory-example-tab2" class="inputtab2" type="radio" name="inventory-example-pct">
<nav>
<ul class="navtab">
<li class="tab1"><label for="inventory-example-tab1">Docker Compose</label></li>
<li class="tab2"><label for="inventory-example-tab2">Docker Swarm</label></li>
</ul>
</nav>
<section>
<div class="tab1">
<div class="example example-xml"></div>
<pre>
<span>curl</span> <span style="color:#e6db74">-LO</span> <span style="color:#a6e22e">https://dependencytrack.org/docker-compose.yml</span>
<span>docker-compose</span> <span style="color:#a6e22e">up</span> <span style="color:#e6db74">-d</span>
</pre>
</div>
<div class="tab2">
<div class="example example-json"></div>
<pre>
<span>curl</span> <span style="color:#e6db74">-LO</span> <span style="color:#a6e22e">https://dependencytrack.org/docker-compose.yml</span>
<span>docker</span> <span style="color:#a6e22e">swarm</span> <span style="color:#78D2E7">init</span>
<span>docker</span> <span style="color:#a6e22e">stack</span> <span style="color:#78D2E7">deploy</span> <span style="color:#e6db74">-c</span> <span style="color:#78D2E7">docker-compose.yml dtrack</span>
</pre>
</div>
</section>
</div>
</div>
</div>
</div>
<div class="social">
<div class="title text-center">
<a href="https://github.com/DependencyTrack"><i class="fab fa-github social-icon" aria-hidden="true" title="GitHub"></i></a>
<a href="https://twitter.com/DependencyTrack"><i class="fab fa-twitter social-icon" aria-hidden="true" title="Twitter"></i></a>
<a href="https://infosec.exchange/@DependencyTrack"><i class="fab fa-mastodon social-icon" aria-hidden="true" title="Mastodon"></i></a>
<a href="https://www.youtube.com/@DependencyTrack"><i class="fab fa-youtube social-icon" aria-hidden="true" title="YouTube"></i></a>
<a href="https://groups.io/g/dependency-track"><i class="icon icon--groupsio social-icon" style="font-size:24px" aria-hidden="true" title="Groups.io"></i></a>
<a href="https://owasp.slack.com/messages/proj-dependency-track"><i class="fab fa-slack social-icon" aria-hidden="true" title="Slack"></i></a>
<a href="https://docs.dependencytrack.org"><i class="fas fa-book social-icon" aria-hidden="true" title="Documentation"></i></a>
</div>
</div>
</section>
<footer class="footer-section">
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="text-center">© Copyright 2013-2023 The OWASP Foundation</p>
</div>
</div>
</div>
</footer>
<!-- Off-Canvas View Only -->
<span class="menu-toggle navbar visible-xs visible-sm"><i class="fa fa-bars" aria-hidden="true"></i></span>
<div id="offcanvas-menu" class="visible-xs visible-sm">
<span class="close-menu"><i class="fa fa-times" aria-hidden="true"></i></span>
<ul class="menu-wrapper">
<li><a class="page-scroll" href="#home">Home</a></li>
<li><a class="page-scroll" href="#features">Platform</a></li>
<li><a class="page-scroll" href="#download">Download</a></li>
<li><a class="page-scroll" href="https://docs.dependencytrack.org/">Documentation</a></li>
<li><a class="page-scroll" href="https://owasp.org/www-project-dependency-track/"><img src="assets/images/logo-owasp-small.svg"></a></li>
</ul>
</div>
<!-- Off-Canvas View Only -->
<div id="toTop" class="hidden-xs">
<i class="fa fa-chevron-up"></i>
</div>
<script src="assets/js/jquery-3.5.1.min.js"></script>
<script src="assets/js/jquery.inview.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/owl-carrosel/owl.carousel.min.js"></script>
<script src="assets/slick-slider/slick.min.js"></script>
<script src="assets/js/lightbox.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>