Skip to content

Commit b29b6a9

Browse files
committed
Deployed 6ba8456 with MkDocs version: 1.5.3
1 parent 579fd87 commit b29b6a9

File tree

48 files changed

+7486
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+7486
-56
lines changed

404.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060

6161
<link rel="stylesheet" href="/RiskBasedPrioritization/RiskBasedPrioritization.github.io/stylesheets/extra.css">
6262

63+
<link rel="stylesheet" href="/RiskBasedPrioritization/RiskBasedPrioritization.github.io/stylesheets/cwe_sunburst.css">
64+
6365
<script>__md_scope=new URL("/RiskBasedPrioritization/RiskBasedPrioritization.github.io/",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
6466

6567

@@ -1044,6 +1046,27 @@
10441046

10451047

10461048

1049+
1050+
1051+
1052+
1053+
1054+
1055+
<li class="md-nav__item">
1056+
<a href="/RiskBasedPrioritization/RiskBasedPrioritization.github.io/cwe/sunburst/" class="md-nav__link">
1057+
1058+
1059+
<span class="md-ellipsis">
1060+
CWE 1000 Sunburst
1061+
</span>
1062+
1063+
1064+
</a>
1065+
</li>
1066+
1067+
1068+
1069+
10471070
</ul>
10481071
</nav>
10491072

@@ -1592,6 +1615,10 @@ <h1>404 - Not found</h1>
15921615

15931616
<script src="/RiskBasedPrioritization/RiskBasedPrioritization.github.io/javascripts/tablesort.js"></script>
15941617

1618+
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.5/d3.min.js"></script>
1619+
1620+
<script src="/RiskBasedPrioritization/RiskBasedPrioritization.github.io/assets/js/cwe_sunburst.js"></script>
1621+
15951622

15961623
</body>
15971624
</html>

annex/Glossary/index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464

6565
<link rel="stylesheet" href="../../stylesheets/extra.css">
6666

67+
<link rel="stylesheet" href="../../stylesheets/cwe_sunburst.css">
68+
6769
<script>__md_scope=new URL("../..",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
6870

6971

@@ -1048,6 +1050,27 @@
10481050

10491051

10501052

1053+
1054+
1055+
1056+
1057+
1058+
1059+
<li class="md-nav__item">
1060+
<a href="../../cwe/sunburst/" class="md-nav__link">
1061+
1062+
1063+
<span class="md-ellipsis">
1064+
CWE 1000 Sunburst
1065+
</span>
1066+
1067+
1068+
</a>
1069+
</li>
1070+
1071+
1072+
1073+
10511074
</ul>
10521075
</nav>
10531076

@@ -1694,6 +1717,10 @@ <h1>Glossary</h1>
16941717

16951718
<script src="../../javascripts/tablesort.js"></script>
16961719

1720+
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.5/d3.min.js"></script>
1721+
1722+
<script src="../../assets/js/cwe_sunburst.js"></script>
1723+
16971724

16981725
</body>
16991726
</html>

0 commit comments

Comments
 (0)