aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/database.md
diff options
context:
space:
mode:
authorJ08nY2021-12-26 22:31:13 +0100
committerJ08nY2021-12-26 22:31:13 +0100
commit91ec02dfd4bef2404ef2dadbd65a498cbb9e6798 (patch)
tree099ea91c4def329613e5aca2c683ddbd67c7c03f /docs/database.md
parent64c015b5f8ebfe86baba1a754cb4b7390811b139 (diff)
downloadsec-certs-91ec02dfd4bef2404ef2dadbd65a498cbb9e6798.tar.gz
sec-certs-91ec02dfd4bef2404ef2dadbd65a498cbb9e6798.tar.zst
sec-certs-91ec02dfd4bef2404ef2dadbd65a498cbb9e6798.zip
Add redirects to old CC and FIPS URLs to not break them.
Diffstat (limited to 'docs/database.md')
-rw-r--r--docs/database.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/database.md b/docs/database.md
index f18ec491..6f340b8e 100644
--- a/docs/database.md
+++ b/docs/database.md
@@ -10,10 +10,12 @@ The app uses the following collections:
- `cc_diff`: To store the "diffs" of how the Common Criteria certificate documents in `cc` changed over time
with periodic updates done by a background Celery task (see `sec_certs_page.cc.tasks.update_data`).
- `cc_log`: To store a log of "runs" of the background update Celery task mentioned above.
+ - `cc_old`: To store the mapping of old CC ids and new CC dgsts.
- `feedback`: To store the user feedback given on the site through the feedback form.
- `fips`: To store the FIPS 140 certificate documents.
- `fips_diff`: Same as `cc_diff` above but instead for FIPS.
- `fips_log`: Same as `cc_log` above but instead for FIPS.
+ - `fips_old`: To store the mapping of old FIPS ids and new FIPS dgsts.
- `pp`: To store the protection profile documents.
- `pp_diff`: Same as `cc_diff` above but instead for protection profiles. **Currently unused**
- `pp_log`: Same as `cc_log` above but instead for protection profiles. **Currently unused**