Skip to content

Commit ee5d96d

Browse files
authored
Merge pull request #199 from CERTCC/main
Publish v2024.4.3
2 parents c53a5cb + 671be5c commit ee5d96d

File tree

8 files changed

+259
-29
lines changed

8 files changed

+259
-29
lines changed

.github/workflows/lint_md_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
- uses: tj-actions/changed-files@v45
19+
- uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0
2020
id: changed-files
2121
with:
2222
files: '**/*.md'

docs/assets/Software_Engineering_Institute_Unitmark_White.svg

Lines changed: 172 additions & 0 deletions
Loading

docs/assets/cert.png

1.87 KB
Loading

docs/assets/cert_seal.svg

Lines changed: 0 additions & 15 deletions
Loading

docs/stylesheets/extra.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,30 @@
44
@import "admonitions/cvdguide.css";
55

66

7+
.md-typeset h1 .md-tag {
8+
font-size: 20px;
9+
}
10+
11+
.md-header__title {
12+
font-size: 18px;
13+
line-height: 2.5rem;
14+
}
15+
16+
.md-main {
17+
margin-top: -15px;
18+
}
19+
20+
.md-header__inner {
21+
height: 18px;
22+
padding-top: 1rem;
23+
margin-bottom: 10px;
24+
}
25+
26+
.md-header__button.md-logo img, .md-header__button.md-logo svg {
27+
fill: currentcolor;
28+
display: block;
29+
height: 1rem;
30+
width: auto;
31+
732

833

mkdocs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ site_name: Vultron CVD Protocol
22
site_url: 'https://certcc.github.io/Vultron/'
33
site_description: 'A protocol for coordinated vulnerability disclosure'
44
site_author: 'CERT Coordination Center'
5-
copyright: >
6-
Copyright © 2021-2024 Carnegie Mellon University.
7-
<br/><a href="#__consent">Change cookie settings</a>
85
nav:
96
- Home: 'https://certcc.github.io/'
107
- Vultron: 'index.md'
@@ -222,8 +219,9 @@ not_in_nav: |
222219
*table*.md
223220
*.ttl
224221
theme:
225-
logo: 'assets/cert_seal.svg'
222+
logo: 'assets/Software_Engineering_Institute_Unitmark_White.svg'
226223
name: 'material'
224+
custom_dir: 'overrides'
227225
features:
228226
- content.tabs.link
229227
- content.tooltips

overrides/partials/copyright.html

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<!--
2+
Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy
5+
of this software and associated documentation files (the "Software"), to
6+
deal in the Software without restriction, including without limitation the
7+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
8+
sell copies of the Software, and to permit persons to whom the Software is
9+
furnished to do so, subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in
12+
all copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16+
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
17+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
20+
IN THE SOFTWARE.
21+
-->
22+
23+
<!-- Copyright and theme information -->
24+
<div style="font-size: small">
25+
26+
<p class="copyright">
27+
Copyright
28+
&copy; <span id="footerDate"></span>
29+
Carnegie Mellon University</p>
30+
31+
<script>
32+
var today = new Date();
33+
yyyy = today.getFullYear();
34+
document.getElementById('footerDate').innerHTML = yyyy;
35+
</script>
36+
37+
CERT®, Carnegie Mellon® and CERT Coordination Center® are registered in the
38+
U.S. Patent and Trademark Office by Carnegie Mellon University.
39+
<br/><a href="#__consent">Change cookie settings</a>
40+
<br/><a href="https://www.sei.cmu.edu/legal/index.cfm">Legal</a>
41+
<br/><a href="https://www.sei.cmu.edu/legal/privacy-notice/index.cfm">Privacy Notice</a>
42+
<br/>Made with
43+
<a
44+
href="https://squidfunk.github.io/mkdocs-material/"
45+
target="_blank" rel="noopener"
46+
>
47+
Material for MkDocs
48+
</a>
49+
50+
</div>

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
dataclasses-json==0.6.7
2-
markdown-exec==1.10.0
2+
markdown-exec==1.10.3
33
mkdocs==1.6.1
4-
mkdocs-autorefs==1.4.0
5-
mkdocs-bibtex==4.2.1
6-
mkdocs-include-markdown-plugin==7.1.4
4+
mkdocs-autorefs==1.4.1
5+
mkdocs-bibtex==4.2.3
6+
mkdocs-include-markdown-plugin==7.1.5
77
mkdocs-material-extensions==1.3.1
8-
mkdocs-material==9.6.5
9-
mkdocs-print-site-plugin==2.6.0
10-
mkdocstrings-python==1.16.2
11-
mkdocstrings==0.28.2
8+
mkdocs-material==9.6.10
9+
mkdocs-print-site-plugin==2.7.2
10+
mkdocstrings-python==1.16.8
11+
mkdocstrings==0.29.1
1212
networkx==3.4.2
1313
owlready2==0.47
1414
pandas==2.2.3
15-
rdflib==7.1.3
15+
rdflib==7.1.4
1616
scipy==1.15.2

0 commit comments

Comments
 (0)