Updated: 2023-07-18 10:24:11 + 4
parent
dfe255aeb0
commit
add17a9e77
|
@ -154,6 +154,18 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "5b336a630c3e24c1",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "SPDX.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "59e5e285dba944b5",
|
||||
"type": "leaf",
|
||||
|
@ -167,7 +179,7 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 11
|
||||
"currentTab": 12
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
|
@ -241,7 +253,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Quantum spaces.canvas",
|
||||
"file": "SPDX.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -258,7 +270,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Quantum spaces.canvas",
|
||||
"file": "SPDX.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -281,7 +293,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Quantum spaces.canvas"
|
||||
"file": "SPDX.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -304,8 +316,10 @@
|
|||
"omnisearch:Omnisearch": false
|
||||
}
|
||||
},
|
||||
"active": "ce9ac57d574a2ef3",
|
||||
"active": "5b336a630c3e24c1",
|
||||
"lastOpenFiles": [
|
||||
"Quantum spaces.canvas",
|
||||
"SPDX.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/Using Vivaldi.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/TLD.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/IP (Internet Protocol).md",
|
||||
|
@ -334,8 +348,6 @@
|
|||
"Coding Tips (Classical)/Terminal Tips/CLI Tools/Commands + Settings/Extra customizations.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/CLI Tools/Commands + Settings/Aliases.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/CLI Tools/Commands + Settings/Command Shortcuts.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Tools/Email.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Tools/Issue Tracking.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs",
|
||||
"Coding Tips (Classical)/Project Vault/On Obsidian/imgFiles/Pasted image 20230717104923.png",
|
||||
"Coding Tips (Classical)/Project Vault/On Obsidian/imgFiles/Pasted image 20230717000143.png",
|
||||
|
@ -349,7 +361,6 @@
|
|||
"Coding Tips (Classical)/Project Vault/Comms",
|
||||
"Machine Tips (Quantum)/Physics/Hardware",
|
||||
"Machine Tips (Quantum)/My Quantum Vault/Sourcing",
|
||||
"Quantum spaces.canvas",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Tools",
|
||||
"Coding Tips (Classical)/Project Vault/On Obsidian/imgFiles/redditsave.com_we_always_have_that_senior_who_solve_everything-y2y8hevqny891.mp4",
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
**What is SPDX?**
|
||||
Software Package Data Exchange (SPDX) is **an open standard for communicating software Bill of Materials (SBOM) information, including components, licenses, copyrights, and security references**. It is used to create Software Bill of Material lists (SBOMs), encapsulate licensing and copyright details, and provide package metadata such as version identifiers and known vulnerabilities.0 SPDX reduces redundant work by providing a common format for companies and communities to share important data, thereby streamlining and improving compliance, security, and dependability.Its original purpose was to improve license compliance, but it has since been expanded to facilitate additional use-cases, such as supply-chain transparency and security. SPDX has a rich ecosystem of existing tools that provides a common format for companies and communities to share important data to streamline and improve the identification and monitoring of software.
|
||||
|
||||
Organized by the Linux Foundation
|
||||
visit the full list on their site [here](https://spdx.dev/).
|
Loading…
Reference in New Issue