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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The following license applies to software contained in this repository.
----
MIT License

Copyright (c) 2020 Carnegie Mellon University
Copyright (c) 2020-2025 Carnegie Mellon University

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
15 changes: 15 additions & 0 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.
15 changes: 15 additions & 0 deletions docs/ssvc-calc/findex.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<!--
~ Copyright (c) 2025 Carnegie Mellon University and Contributors.
~ - see Contributors.md for a full list of Contributors
~ - see ContributionInstructions.md for information on how you can Contribute to this project
~ Stakeholder Specific Vulnerability Categorization (SSVC) is
~ licensed under a MIT (SEI)-style license, please see LICENSE.md distributed
~ with this Software or contact [email protected] for full terms.
~ Created, in part, with funding and support from the United States Government
~ (see Acknowledgments file). This program may include and/or can make use of
~ certain third party source code, object code, documentation and other files
~ (“Third Party Software”). See LICENSE.md for more details.
~ Carnegie Mellon®, CERT® and CERT Coordination Center® are registered in the
~ U.S. Patent and Trademark Office by Carnegie Mellon University
-->

<!DOCTYPE html>
<html lang="en">
<head>
Expand Down
15 changes: 15 additions & 0 deletions docs/ssvc-calc/old_index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<!--
~ Copyright (c) 2025 Carnegie Mellon University and Contributors.
~ - see Contributors.md for a full list of Contributors
~ - see ContributionInstructions.md for information on how you can Contribute to this project
~ Stakeholder Specific Vulnerability Categorization (SSVC) is
~ licensed under a MIT (SEI)-style license, please see LICENSE.md distributed
~ with this Software or contact [email protected] for full terms.
~ Created, in part, with funding and support from the United States Government
~ (see Acknowledgments file). This program may include and/or can make use of
~ certain third party source code, object code, documentation and other files
~ (“Third Party Software”). See LICENSE.md for more details.
~ Carnegie Mellon®, CERT® and CERT Coordination Center® are registered in the
~ U.S. Patent and Trademark Office by Carnegie Mellon University
-->

<!DOCTYPE html>
<html lang="en">
<head>
Expand Down
15 changes: 15 additions & 0 deletions docs/ssvc-calc/ssvc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright (c) 2025 Carnegie Mellon University and Contributors.
* - see Contributors.md for a full list of Contributors
* - see ContributionInstructions.md for information on how you can Contribute to this project
* Stakeholder Specific Vulnerability Categorization (SSVC) is
* licensed under a MIT (SEI)-style license, please see LICENSE.md distributed
* with this Software or contact [email protected] for full terms.
* Created, in part, with funding and support from the United States Government
* (see Acknowledgments file). This program may include and/or can make use of
* certain third party source code, object code, documentation and other files
* (“Third Party Software”). See LICENSE.md for more details.
* Carnegie Mellon®, CERT® and CERT Coordination Center® are registered in the
* U.S. Patent and Trademark Office by Carnegie Mellon University
*/

/* SSVC code for graph building */
const _version = "5.1.7"
const _tool = "Dryad SSVC Calculator "+_version
Expand Down
15 changes: 15 additions & 0 deletions docs/ssvc-calc/ungraph.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright (c) 2025 Carnegie Mellon University and Contributors.
* - see Contributors.md for a full list of Contributors
* - see ContributionInstructions.md for information on how you can Contribute to this project
* Stakeholder Specific Vulnerability Categorization (SSVC) is
* licensed under a MIT (SEI)-style license, please see LICENSE.md distributed
* with this Software or contact [email protected] for full terms.
* Created, in part, with funding and support from the United States Government
* (see Acknowledgments file). This program may include and/or can make use of
* certain third party source code, object code, documentation and other files
* (“Third Party Software”). See LICENSE.md for more details.
* Carnegie Mellon®, CERT® and CERT Coordination Center® are registered in the
* U.S. Patent and Trademark Office by Carnegie Mellon University
*/

/* SSVC code for no graphics implementation of SSVC calculator */
const ungraph_libversion = "1.1.4"
function checkclose() {
Expand Down
Loading
Loading