2018-02-08 23:16:43 -06:00
|
|
|
---
|
|
|
|
title: Data Directory
|
|
|
|
category: Getting Started
|
|
|
|
chapter: 1
|
2024-04-07 19:37:44 +02:00
|
|
|
order: 8
|
2018-02-08 23:16:43 -06:00
|
|
|
---
|
|
|
|
|
2018-02-09 16:30:47 -06:00
|
|
|
Dependency-Track uses `~/.dependency-track` on UNIX/Linux systems and `.dependency-track` in the current users
|
|
|
|
home directory on Windows machines. This directory, referred to as the *data directory*, contains
|
2018-02-09 00:11:17 -06:00
|
|
|
the NIST NVD mirror, embedded database files, application and audit logs, as well as keys used during normal
|
|
|
|
operation, such as validating JWT tokens. It is essential that best practices are followed to secure the
|
2018-02-09 16:30:47 -06:00
|
|
|
data directory.
|
2018-02-08 23:16:43 -06:00
|
|
|
|
2018-02-09 00:11:17 -06:00
|
|
|
The data directory includes:
|
2018-02-08 23:16:43 -06:00
|
|
|
|
|
|
|
|
2022-07-30 22:51:34 +02:00
|
|
|
| Content | Purpose |
|
|
|
|
|----------------------------|-----------------------------------------|
|
|
|
|
| db.mv.db | Embedded H2 database |
|
|
|
|
| dependency-track.log | Application log |
|
|
|
|
| dependency-track-audit.log | Application audit log |
|
|
|
|
| first | Mirror of EPSS score data |
|
|
|
|
| id.system | Randomly generated system identifier |
|
|
|
|
| index | Internal search engine index |
|
|
|
|
| keys | Keys used to generate/verify JWT tokens |
|
|
|
|
| nist | Mirror of the NVD and CPE dictionary |
|
|
|
|
| server.log | Embedded Jetty server log |
|
|
|
|
| vulndb | Mirror of VulnDB |
|