Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
172 changes: 172 additions & 0 deletions docs/assets/Software_Engineering_Institute_Unitmark_White.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/cert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 0 additions & 15 deletions docs/assets/cert_seal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,29 @@
--md-primary-fg-color--light: #E0E0E0;
--md-primary-fg-color--dark: #6D6E71;
}

.md-typeset h1 .md-tag {
font-size: 20px;
}

.md-header__title {
font-size: 18px;
line-height: 2.5rem;
}

.md-main {
margin-top: -15px;
}

.md-header__inner {
height: 18px;
padding-top: 1rem;
margin-bottom: 10px;
}

.md-header__button.md-logo img, .md-header__button.md-logo svg {
fill: currentcolor;
display: block;
height: 1rem;
width: auto;

7 changes: 2 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ site_name: "SSVC: Stakeholder-Specific Vulnerability Categorization"
site_url: 'https://certcc.github.io/SSVC/'
site_description: 'SSVC is a framework for prioritizing vulnerabilities based on stakeholder needs.'
site_author: 'CERT Coordination Center'
copyright: >
Copyright © 2019-2024 Carnegie Mellon University.
<br/><a href="#__consent">Change cookie settings</a>
nav:
- Home: 'https://certcc.github.io/'
- SSVC: 'index.md'
Expand Down Expand Up @@ -122,14 +119,14 @@ nav:
- Decision Records: 'adr/index.md'
- Acknowledgements: 'about/acknowledgements.md'
- Change log: 'about/changelog.md'
- Copyright: 'about/copyright.md'
- Contact: 'about/contact_us.md'
not_in_nav: |
_*.md
_*/**/*.md
theme:
logo: 'assets/cert_seal.svg'
logo: 'assets/Software_Engineering_Institute_Unitmark_White.svg'
name: 'material'
custom_dir: 'overrides'
features:
- content.tabs.link
- navigation.footer
Expand Down
50 changes: 50 additions & 0 deletions overrides/partials/copyright.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!--
Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
-->

<!-- Copyright and theme information -->
<div style="font-size: small">

<p class="copyright">
Copyright
&copy; <span id="footerDate"></span>
Carnegie Mellon University</p>

<script>
var today = new Date();
yyyy = today.getFullYear();
document.getElementById('footerDate').innerHTML = yyyy;
</script>

CERT®, Carnegie Mellon® and CERT Coordination Center® are registered in the
U.S. Patent and Trademark Office by Carnegie Mellon University.
<br/><a href="#__consent">Change cookie settings</a>
<br/><a href="https://www.sei.cmu.edu/legal/index.cfm">Legal</a>
<br/><a href="https://www.sei.cmu.edu/legal/privacy-notice/index.cfm">Privacy Notice</a>
<br/>Made with
<a
href="https://squidfunk.github.io/mkdocs-material/"
target="_blank" rel="noopener"
>
Material for MkDocs
</a>

</div>
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ mkdocs==1.6.1
mkdocs-bibtex==4.2.3
mkdocs-include-markdown-plugin==7.1.5
mkdocs-table-reader-plugin==3.1.0
mkdocs-material==9.6.9
mkdocs-material==9.6.10
mkdocs-material-extensions==1.3.1
mkdocstrings==0.29.0
mkdocstrings==0.29.1
mkdocstrings-python==1.16.8
mkdocs-print-site-plugin==2.7.1
markdown-exec==1.10.2
mkdocs-print-site-plugin==2.7.2
markdown-exec==1.10.3
thefuzz==0.22.1
pandas==2.2.3
scikit-learn==1.6.1
jsonschema==4.23.0
networkx==3.4.2
pydantic==2.10.6
pydantic==2.11.1
semver==3.0.4