From fe022dfa96691587f1771b54680f1a5b2d5b462c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 12:50:25 -0400 Subject: [PATCH 1/4] Bump pydantic from 2.10.6 to 2.11.1 (#768) Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.6 to 2.11.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.6...v2.11.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aa50661d..201210d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,5 @@ 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 \ No newline at end of file From fc05cf093924aed501c9baaadc4bc6b549720586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 12:51:05 -0400 Subject: [PATCH 2/4] Bump the mkdocs group with 3 updates (#769) Bumps the mkdocs group with 3 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) and [mkdocs-print-site-plugin](https://github.com/timvink/mkdocs-print-site-plugin). Updates `mkdocs-material` from 9.6.9 to 9.6.10 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.9...9.6.10) Updates `mkdocstrings` from 0.29.0 to 0.29.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.29.0...0.29.1) Updates `mkdocs-print-site-plugin` from 2.7.1 to 2.7.2 - [Release notes](https://github.com/timvink/mkdocs-print-site-plugin/releases) - [Commits](https://github.com/timvink/mkdocs-print-site-plugin/compare/v2.7.1...v2.7.2) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs - dependency-name: mkdocstrings dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs - dependency-name: mkdocs-print-site-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 201210d6..72ca669e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,11 +2,11 @@ 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 +mkdocs-print-site-plugin==2.7.2 markdown-exec==1.10.2 thefuzz==0.22.1 pandas==2.2.3 From 731110304e9ffee8ec99e8d966f9acb6473feeb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 12:53:35 -0400 Subject: [PATCH 3/4] Bump markdown-exec from 1.10.2 to 1.10.3 (#770) Bumps [markdown-exec](https://github.com/pawamoy/markdown-exec) from 1.10.2 to 1.10.3. - [Release notes](https://github.com/pawamoy/markdown-exec/releases) - [Changelog](https://github.com/pawamoy/markdown-exec/blob/main/CHANGELOG.md) - [Commits](https://github.com/pawamoy/markdown-exec/compare/1.10.2...1.10.3) --- updated-dependencies: - dependency-name: markdown-exec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 72ca669e..b7186ffa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ mkdocs-material-extensions==1.3.1 mkdocstrings==0.29.1 mkdocstrings-python==1.16.8 mkdocs-print-site-plugin==2.7.2 -markdown-exec==1.10.2 +markdown-exec==1.10.3 thefuzz==0.22.1 pandas==2.2.3 scikit-learn==1.6.1 From 6557e21cac6951704b28034e9f137bde8f4049d5 Mon Sep 17 00:00:00 2001 From: sei-renae Date: Thu, 3 Apr 2025 13:43:06 -0400 Subject: [PATCH 4/4] Update site design template (#771) --- ...e_Engineering_Institute_Unitmark_White.svg | 172 ++++++++++++++++++ docs/assets/cert.png | Bin 0 -> 1912 bytes docs/assets/cert_seal.svg | 15 -- docs/stylesheets/extra.css | 26 +++ mkdocs.yml | 7 +- overrides/partials/copyright.html | 50 +++++ 6 files changed, 250 insertions(+), 20 deletions(-) create mode 100644 docs/assets/Software_Engineering_Institute_Unitmark_White.svg create mode 100644 docs/assets/cert.png create mode 100644 overrides/partials/copyright.html diff --git a/docs/assets/Software_Engineering_Institute_Unitmark_White.svg b/docs/assets/Software_Engineering_Institute_Unitmark_White.svg new file mode 100644 index 00000000..9b681bdd --- /dev/null +++ b/docs/assets/Software_Engineering_Institute_Unitmark_White.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/assets/cert.png b/docs/assets/cert.png new file mode 100644 index 0000000000000000000000000000000000000000..60f9452d44f3bbfe43107f4b7134b3db9743fbf7 GIT binary patch literal 1912 zcmeAS@N?(olHy`uVBq!ia0vp^>Od^V!3HGPUt&u`8WOFbu zF$ys-16hnf$k3k2zyfA7FaS*g0_Fvb2-yWpa9Q;Q%y70GNMXYbGoX8z3^GF^N+NuH ztdjF{^%7I^lT!66atlBT7;Gx6fXv*~l0=1y+?>2(s|s5sunH?68zii+qySb@l5MLL z;TxdfoL`ixV5VoFXP{)qrJ$f-QfoKE!3u2uO$S|vb%!<^UNSDmq z)VyM#)9j25Y{0f)NFdyaq%i_Xqb0INBnfnl&iOg{MZpD$$*FdRP%TJ8NUA}uw(>8^ zOa%rgDA+*CF~p$iZS+B5iWJ6>2n34)W6+MvMjxIU?6`7gemw_F(%GIajv*18Z>L9h zgoa8Se{ONLXM0-89EA<-Zar(ZObnD3C|on~gOTJH0b5B45B&J7>|v|M#K!{adf2Uq|2n z`7NsYy{6W#{;4m0^XAT-D|%)&PpN@eThm6Xh4OQn?{1LYmS!}w`G(wT_mdN^2(S4d zbfzVJfy|^5x#x@-E$=-)Or@wc}Hs`uOG>J-lo2O6X1VOXE-O2J2bG8biG% z{oY_<@6;&Awok@AD&oN1$9hRWovk0uxI6QE5VLWygiNdGgsO-jW}^m+zYmN(CRJC} zB-yala8@sPu*`qXoChj#mL`sq>W=&jIA~yz^-#x0+v0(qb*HtUou1l&B-<1JZ$!ARtnl;UqozQiI(xnw8zLkNy>UtuYJ8R zx|;3!<-FJ2)6Fw}6wGINevrRw^@GPxlkOaIk(U%(uJPy5;w`ma`#WOUrhQi~sMlf8 z-YT?zzH5E+rb&HUo9?l#-XZ+TF>+z~0k0e8{Atafx1@d$xlzv=^Ijt2_?Xw^j9XY(`0V*Qcd zM}CP`yK|lVd-w%o0)yz?OF70?DtZAv3H@~;fp6k|h}=B+Rr-bk8&)%5V8T5gDSH_ODan}2I z@2oynufld&^?KOBwDmuvCs{k}=9%U!>(k(7u+u7FesF88$`jq7#|hRFS1i;%v&~^j zwUIYG#d5x>e4$j&+BKWX&lD!=Up}Lya{W{)YxnQ^mpZq+52_q%>io~Z?O3T5eV|LT zxtsehx7 - cert_seal \ No newline at end of file diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 1d82685e..94b1f1c2 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -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; + diff --git a/mkdocs.yml b/mkdocs.yml index b7f686c3..b2aed77d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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. -
Change cookie settings nav: - Home: 'https://certcc.github.io/' - SSVC: 'index.md' @@ -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 diff --git a/overrides/partials/copyright.html b/overrides/partials/copyright.html new file mode 100644 index 00000000..fdacabd6 --- /dev/null +++ b/overrides/partials/copyright.html @@ -0,0 +1,50 @@ + + + +
+ + + + + + CERT®, Carnegie Mellon® and CERT Coordination Center® are registered in the + U.S. Patent and Trademark Office by Carnegie Mellon University. +
Change cookie settings +
Legal +
Privacy Notice +
Made with + + Material for MkDocs + + +