├── .gitignore ├── CNAME ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── assets ├── bootstrap │ ├── css │ │ ├── bootstrap-grid.min.css │ │ ├── bootstrap-reboot.min.css │ │ └── bootstrap.min.css │ └── js │ │ ├── bootstrap.bundle.min.js │ │ └── bootstrap.min.js ├── dropdown │ ├── css │ │ └── style.css │ └── js │ │ ├── nav-dropdown.js │ │ ├── navbar-dropdown.js │ │ └── script.min.js ├── font-awesome │ ├── css │ │ └── font-awesome.css │ └── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ └── fontawesome-webfont.woff2 ├── icon54-v2 │ ├── fonts │ │ ├── icon54-v2.eot │ │ ├── icon54-v2.svg │ │ ├── icon54-v2.ttf │ │ └── icon54-v2.woff │ └── style.css ├── icon54-v3 │ ├── fonts │ │ ├── icon54-v3.eot │ │ ├── icon54-v3.svg │ │ ├── icon54-v3.ttf │ │ └── icon54-v3.woff │ └── style.css ├── icon54-v4 │ ├── fonts │ │ ├── icon54-v4.eot │ │ ├── icon54-v4.svg │ │ ├── icon54-v4.ttf │ │ └── icon54-v4.woff │ └── style.css ├── icon54 │ ├── fonts │ │ ├── icon54.eot │ │ ├── icon54.svg │ │ ├── icon54.ttf │ │ └── icon54.woff │ └── style.css ├── icons-mind │ ├── fonts │ │ ├── icons-mind.eot │ │ ├── icons-mind.svg │ │ ├── icons-mind.ttf │ │ └── icons-mind.woff │ └── style.css ├── images │ ├── background5.jpg │ ├── chip-g2419a0674-1280-1280x839.jpg │ ├── conference21.jpg │ ├── conference22.jpg │ ├── csaf-logo-122x39.png │ ├── csaf-logo-2022-380x127.png │ ├── csaf-vex-471x181.png │ ├── document-342x356.png │ ├── github-512.webp │ ├── hashes.json │ ├── lock-512-1.webp │ ├── lock-512.webp │ ├── mbr-600x184.jpg │ ├── mbr-600x600.png │ ├── mbr-960x640.jpg │ ├── mbr-favicon.png │ ├── mbr.png │ ├── screen-shot-2022-11-28-at-10.16.00-pm-279x97.png │ ├── screen-shot-2022-11-28-at-9.00.02-pm-96x33.png │ └── screen-shot-2022-11-28-at-9.55.45-pm-1696x975.png ├── mobirise │ └── css │ │ └── mbr-additional.css ├── playervimeo │ └── vimeo_player.js ├── popper │ └── popper.min.js ├── smoothscroll │ └── smooth-scroll.js ├── socicon │ ├── css │ │ └── styles.css │ └── fonts │ │ ├── socicon.eot │ │ ├── socicon.svg │ │ ├── socicon.ttf │ │ ├── socicon.woff │ │ └── socicon.woff2 ├── tether │ ├── tether.min.css │ └── tether.min.js ├── theme │ ├── css │ │ └── style.css │ └── js │ │ └── script.js ├── touchswipe │ └── jquery.touch-swipe.min.js ├── viewportchecker │ └── jquery.viewportchecker.js ├── web │ └── assets │ │ ├── jquery │ │ └── jquery.min.js │ │ ├── mobirise-icons-bold │ │ ├── mobirise-icons-bold.css │ │ ├── mobirise-icons-bold.eot │ │ ├── mobirise-icons-bold.svg │ │ ├── mobirise-icons-bold.ttf │ │ └── mobirise-icons-bold.woff │ │ ├── mobirise-icons │ │ ├── mobirise-icons.css │ │ ├── mobirise-icons.eot │ │ ├── mobirise-icons.svg │ │ ├── mobirise-icons.ttf │ │ └── mobirise-icons.woff │ │ └── mobirise-icons2 │ │ ├── mobirise2.css │ │ ├── mobirise2.eot │ │ ├── mobirise2.svg │ │ ├── mobirise2.ttf │ │ └── mobirise2.woff └── ytplayer │ └── index.js ├── communitydays └── index.html ├── css └── layouts │ ├── csaf-old-ie.css │ └── csaf.css ├── cvrf_repositories.md ├── examples ├── README.md ├── cvrf │ ├── README.md │ ├── cvrf_example_a.xml │ ├── cvrf_example_b.xml │ ├── cvrf_example_c.xml │ ├── cvrf_example_d.xml │ └── cvrf_example_e.xml └── x_generic_uris.md ├── faq.html ├── faq └── index.html ├── fonts ├── Darker Grotesque │ ├── 300.ttf │ ├── 500.ttf │ ├── 600.ttf │ ├── 700.ttf │ ├── 800.ttf │ ├── 900.ttf │ ├── regular.ttf │ └── style.css └── Rubik │ ├── 300.ttf │ ├── 300italic.ttf │ ├── 500.ttf │ ├── 500italic.ttf │ ├── 600.ttf │ ├── 600italic.ttf │ ├── 700.ttf │ ├── 700italic.ttf │ ├── 800.ttf │ ├── 800italic.ttf │ ├── 900.ttf │ ├── 900italic.ttf │ ├── italic.ttf │ ├── regular.ttf │ └── style.css ├── history ├── project-210504211929.mobirise_history ├── project-210504212522.mobirise_history ├── project-210824160235.mobirise_history ├── project-220602194315.mobirise_history ├── project-220708121744.mobirise_history ├── project-220714210854.mobirise_history ├── project-220714210856.mobirise_history ├── project-220819152704.mobirise_history ├── project-220819152718.mobirise_history ├── project-220901182442.mobirise_history ├── project-230901150544.mobirise_history ├── project-230901150549.mobirise_history └── project-230912121657.mobirise_history ├── img ├── common │ └── file-icons.png └── csaf-logo.png ├── index.html ├── presentations.html ├── presentations ├── CSAF_WEBINAR_DEC_2022.pdf ├── FIRST-PSIRT-TC-2022-OMAR-SANTOS.pdf └── index.html ├── project.mobirise ├── publish-hashes.json ├── robots.txt ├── screenshot.png ├── sitemap.xml ├── specification.html ├── tools.html ├── tools └── index.html ├── webinar.html └── workshop ├── assets ├── bootstrap │ ├── css │ │ ├── bootstrap-grid.min.css │ │ ├── bootstrap-reboot.min.css │ │ └── bootstrap.min.css │ └── js │ │ └── bootstrap.min.js ├── dropdown │ ├── css │ │ └── style.css │ └── js │ │ ├── nav-dropdown.js │ │ └── navbar-dropdown.js ├── images │ ├── 4-1200x800.jpg │ ├── hashes.json │ ├── logo.png │ ├── mbr-1892x1261.jpg │ └── screenshot-2023-10-21-at-10.48.52-pm-120x134.png ├── mobirise │ └── css │ │ └── mbr-additional.css ├── popper │ └── popper.min.js ├── smoothscroll │ └── smooth-scroll.js ├── socicon │ ├── css │ │ └── styles.css │ └── fonts │ │ ├── socicon.eot │ │ ├── socicon.svg │ │ ├── socicon.ttf │ │ ├── socicon.woff │ │ └── socicon.woff2 ├── tether │ ├── tether.min.css │ └── tether.min.js ├── theme │ ├── css │ │ └── style.css │ └── js │ │ └── script.js ├── touchswipe │ └── jquery.touch-swipe.min.js └── web │ └── assets │ ├── jquery │ └── jquery.min.js │ └── mobirise-icons2 │ ├── mobirise2.css │ ├── mobirise2.eot │ ├── mobirise2.svg │ ├── mobirise2.ttf │ └── mobirise2.woff ├── index.html └── project.mobirise /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | screenshot.png 3 | .DS_Store 4 | -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | www.csaf.io -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 |
This OASIS TC Open Repository ( github.com/oasis-open/csaf-documentation ) is a community public repository that supports participation by anyone, whether affiliated with OASIS or not. Substantive contributions (repository "code") and related feedback is invited from all parties, following the common conventions for participation in GitHub public repository projects. Participation is expected to be consistent with the OASIS TC Open Repository Guidelines and Procedures, the LICENSE designated for this particular repository (BSD-3-Clause License), and the requirement for an Individual Contributor License Agreement. Please see the repository README document for other details.
8 |Content accepted as "contributions" to this TC Open Repository, as defined below, are distinct from any Contributions made to the associated OASIS Common Security Advisory Framework (CSAF) TC itself. Participation in the associated Technical Committee is governed by the OASIS Bylaws, OASIS TC Process, IPR Policy, and related policies. This TC Open Repository is not subject to the OASIS TC-related policies. TC Open Repository governance is defined by separate participation and contribution guidelines as referenced in the OASIS TC Open Repositories Overview.
14 |Because different licenses apply to the OASIS TC's specification work, and this TC Open Repository, there is no guarantee that the licensure of specific repository material will be compatible with licensing requirements of an implementation of a TC's specification. Please refer to the LICENSE file for the terms of this material, and to the OASIS IPR Policy for the terms applicable to the TC's specifications, including any applicable declarations.
19 |Formally, "contribution" to this TC Open Repository refers to content merged into the "Code" repository (repository changes represented by code commits), following the GitHub definition of contributor: "someone who has contributed to a project by having a pull request merged but does not have collaborator [i.e., direct write] access." Anyone who signs the TC Open Repository Individual Contributor License Agreement (CLA), signifying agreement with the licensing requirement, may contribute substantive content — subject to evaluation of a GitHub pull request. The main web page for this repository, as with any GitHub public repository, displays a link to a document listing contributions to the repository's default branch (filtered by Commits, Additions, and Deletions).
25 | 26 |This TC Open Repository, as with GitHub public repositories generally, also accepts public feedback from any GitHub user. Public feedback includes opening issues, authoring and editing comments, participating in conversations, making wiki edits, creating repository stars, and making suggestions via pull requests. Such feedback does not constitute an OASIS TC Open Repository contribution. Some details are presented under "Read permissions" in the table of permission levels for a GitHub organization. Technical content intended as a substantive contribution (repository "Code") to an TC Open Repository is subject to evaluation, and requires a signed Individual CLA.
27 | 28 | 29 |OASIS TC Open Repositories use the familiar fork-and-pull collaboration model supported by GitHub and other distributed version-control systems. Any GitHub user wishing to contribute should fork the repository, make additions or other modifications, and then submit a pull request. GitHub pull requests should be accompanied by supporting comments and/or issues. Community conversations about pull requests, supported by GitHub notifications, will provide the basis for a consensus determination to merge, modify, close, or take other action, as communicated by the repository Maintainers.
35 |Questions or comments about this TC Open Repository's activities should be composed as GitHub issues or comments. If use of an issue/comment is not possible or appropriate, questions may be directed by email to the repository Maintainer(s). Please send general questions about TC Open Repository participation to OASIS Staff at repository-admin@oasis-open.org and any specific CLA-related questions to repository-cla@oasis-open.org.
41 | 42 |This GitHub public repository ( https://github.com/oasis-open/csaf-documentation ) was created at the request of the OASIS Common Security Advisory Framework (CSAF) TC as an OASIS TC Open Repository to support development of open source resources related to Technical Committee work.
8 | 9 |While this TC Open Repository remains associated with the sponsor TC, its development priorities, leadership, intellectual property terms, participation rules, and other matters of governance are separate and distinct from the OASIS TC Process and related policies.
10 | 11 |All contributions made to this TC Open Repository are subject to open source license terms expressed in the BSD-3-Clause License. That license was selected as the declared "Applicable License" when the TC Open Repository was created.
12 | 13 |As documented in "Public Participation Invited", contributions to this OASIS TC Open Repository are invited from all parties, whether affiliated with OASIS or not. Participants must have a GitHub account, but no fees or OASIS membership obligations are required. Participation is expected to be consistent with the OASIS TC Open Repository Guidelines and Procedures, the open source LICENSE designated for this particular repository, and the requirement for an Individual Contributor License Agreement that governs intellectual property.
14 | 15 |Statement of Purpose for this OASIS TC Open Repository (csaf-documentation) as proposed and approved [bis] by the TC:
21 | 22 |The purpose of this GitHub public repository is to support development of open source resources and documentation related to CSAF Technical Committee work.
23 | 24 |The OASIS CSAF Technical Committee was chartered to make a major revision to the Common Vulnerability Reporting Framework (CVRF) under a new name for the framework that reflects the primary purpose: a Common Security Advisory Framework (CSAF). TC deliverables are designed standardize existing practice in structured machine-readable vulnerability-related advisories and further refine those standards over time.
25 | 26 |The Common Security Advisory Framework's (CSAF) Common Vulnerability Reporting Framework (CVRF) is a language to exchange Security Advisories formulated in XML. The term Security Advisory describes any notification of security issues in products of and by providers. Anyone providing a product is considered in this document as a vendor, i.e. developers or maintainers of information system products or services. This includes all authoritative product vendors, Product Security Incident Response Teams (PSIRTs), and product resellers and distributors, including authoritative vendor partners.
27 | 28 | 29 |Repository Maintainers may include here any clarifications — any additional sections, subsections, and paragraphs that the Maintainer(s) wish to add as descriptive text, reflecting (sub-) project status, milestones, releases, modifications to statement of purpose, etc. The project Maintainers will create and maintain this content on behalf of the participants.
34 |TC Open Repository Maintainers are responsible for oversight of this project's community development activities, including evaluation of GitHub pull requests and preserving open source principles of openness and fairness. Maintainers are recognized and trusted experts who serve to implement community goals and consensus design preferences.
40 | 41 |Initially, the associated TC members have designated one or more persons to serve as Maintainer(s); subsequently, participating community members may select additional or substitute Maintainers, per consensus agreements.
42 | 43 |Current Maintainers of this TC Open Repository
44 | 45 |Questions or comments about this TC Open Repository's activities should be composed as GitHub issues or comments. If use of an issue/comment is not possible or appropriate, questions may be directed by email to the Maintainer(s) listed above. Please send general questions about TC Open Repository participation to OASIS Staff at repository-admin@oasis-open.org and any specific CLA-related questions to repository-cla@oasis-open.org.
69 | 70 |You will be redirected to FAQ soon!
8 | 9 | 10 | -------------------------------------------------------------------------------- /fonts/Darker Grotesque/300.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Darker Grotesque/300.ttf -------------------------------------------------------------------------------- /fonts/Darker Grotesque/500.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Darker Grotesque/500.ttf -------------------------------------------------------------------------------- /fonts/Darker Grotesque/600.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Darker Grotesque/600.ttf -------------------------------------------------------------------------------- /fonts/Darker Grotesque/700.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Darker Grotesque/700.ttf -------------------------------------------------------------------------------- /fonts/Darker Grotesque/800.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Darker Grotesque/800.ttf -------------------------------------------------------------------------------- /fonts/Darker Grotesque/900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Darker Grotesque/900.ttf -------------------------------------------------------------------------------- /fonts/Darker Grotesque/regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Darker Grotesque/regular.ttf -------------------------------------------------------------------------------- /fonts/Darker Grotesque/style.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'Darker Grotesque'; 3 | font-style: normal; 4 | font-display: swap; 5 | font-weight: 300; 6 | src: url('file:///Users/osantos/Documents/GitHub/csaf-documentation/fonts/Darker Grotesque/300.ttf') format('truetype'); 7 | } 8 | @font-face { 9 | font-family: 'Darker Grotesque'; 10 | font-style: normal; 11 | font-display: swap; 12 | font-weight: 500; 13 | src: url('file:///Users/osantos/Documents/GitHub/csaf-documentation/fonts/Darker Grotesque/500.ttf') format('truetype'); 14 | } 15 | @font-face { 16 | font-family: 'Darker Grotesque'; 17 | font-style: normal; 18 | font-display: swap; 19 | font-weight: 600; 20 | src: url('file:///Users/osantos/Documents/GitHub/csaf-documentation/fonts/Darker Grotesque/600.ttf') format('truetype'); 21 | } 22 | @font-face { 23 | font-family: 'Darker Grotesque'; 24 | font-style: normal; 25 | font-display: swap; 26 | font-weight: 700; 27 | src: url('file:///Users/osantos/Documents/GitHub/csaf-documentation/fonts/Darker Grotesque/700.ttf') format('truetype'); 28 | } 29 | @font-face { 30 | font-family: 'Darker Grotesque'; 31 | font-style: normal; 32 | font-display: swap; 33 | font-weight: 800; 34 | src: url('file:///Users/osantos/Documents/GitHub/csaf-documentation/fonts/Darker Grotesque/800.ttf') format('truetype'); 35 | } 36 | @font-face { 37 | font-family: 'Darker Grotesque'; 38 | font-style: normal; 39 | font-display: swap; 40 | font-weight: 900; 41 | src: url('file:///Users/osantos/Documents/GitHub/csaf-documentation/fonts/Darker Grotesque/900.ttf') format('truetype'); 42 | } 43 | @font-face { 44 | font-family: 'Darker Grotesque'; 45 | font-style: regular; 46 | font-display: swap; 47 | font-weight: 400; 48 | src: url('file:///Users/osantos/Documents/GitHub/csaf-documentation/fonts/Darker Grotesque/regular.ttf') format('truetype'); 49 | } 50 | -------------------------------------------------------------------------------- /fonts/Rubik/300.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Rubik/300.ttf -------------------------------------------------------------------------------- /fonts/Rubik/300italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Rubik/300italic.ttf -------------------------------------------------------------------------------- /fonts/Rubik/500.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Rubik/500.ttf -------------------------------------------------------------------------------- /fonts/Rubik/500italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Rubik/500italic.ttf -------------------------------------------------------------------------------- /fonts/Rubik/600.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Rubik/600.ttf -------------------------------------------------------------------------------- /fonts/Rubik/600italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Rubik/600italic.ttf -------------------------------------------------------------------------------- /fonts/Rubik/700.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Rubik/700.ttf -------------------------------------------------------------------------------- /fonts/Rubik/700italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Rubik/700italic.ttf -------------------------------------------------------------------------------- /fonts/Rubik/800.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Rubik/800.ttf -------------------------------------------------------------------------------- /fonts/Rubik/800italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Rubik/800italic.ttf -------------------------------------------------------------------------------- /fonts/Rubik/900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Rubik/900.ttf -------------------------------------------------------------------------------- /fonts/Rubik/900italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Rubik/900italic.ttf -------------------------------------------------------------------------------- /fonts/Rubik/italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Rubik/italic.ttf -------------------------------------------------------------------------------- /fonts/Rubik/regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/fonts/Rubik/regular.ttf -------------------------------------------------------------------------------- /fonts/Rubik/style.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'Rubik'; 3 | font-style: normal; 4 | font-display: swap; 5 | font-weight: 300; 6 | src: url('file:///Users/omarsantos/Documents/GitHub/csaf-documentation/fonts/Rubik/300.ttf') format('truetype'); 7 | } 8 | @font-face { 9 | font-family: 'Rubik'; 10 | font-style: normal; 11 | font-display: swap; 12 | font-weight: 500; 13 | src: url('file:///Users/omarsantos/Documents/GitHub/csaf-documentation/fonts/Rubik/500.ttf') format('truetype'); 14 | } 15 | @font-face { 16 | font-family: 'Rubik'; 17 | font-style: normal; 18 | font-display: swap; 19 | font-weight: 600; 20 | src: url('file:///Users/omarsantos/Documents/GitHub/csaf-documentation/fonts/Rubik/600.ttf') format('truetype'); 21 | } 22 | @font-face { 23 | font-family: 'Rubik'; 24 | font-style: normal; 25 | font-display: swap; 26 | font-weight: 700; 27 | src: url('file:///Users/omarsantos/Documents/GitHub/csaf-documentation/fonts/Rubik/700.ttf') format('truetype'); 28 | } 29 | @font-face { 30 | font-family: 'Rubik'; 31 | font-style: normal; 32 | font-display: swap; 33 | font-weight: 800; 34 | src: url('file:///Users/omarsantos/Documents/GitHub/csaf-documentation/fonts/Rubik/800.ttf') format('truetype'); 35 | } 36 | @font-face { 37 | font-family: 'Rubik'; 38 | font-style: normal; 39 | font-display: swap; 40 | font-weight: 900; 41 | src: url('file:///Users/omarsantos/Documents/GitHub/csaf-documentation/fonts/Rubik/900.ttf') format('truetype'); 42 | } 43 | @font-face { 44 | font-family: 'Rubik'; 45 | font-style: regular; 46 | font-display: swap; 47 | font-weight: 400; 48 | src: url('file:///Users/omarsantos/Documents/GitHub/csaf-documentation/fonts/Rubik/regular.ttf') format('truetype'); 49 | } 50 | @font-face { 51 | font-family: 'Rubik'; 52 | font-style: italic; 53 | font-display: swap; 54 | font-weight: 300; 55 | src: url('file:///Users/omarsantos/Documents/GitHub/csaf-documentation/fonts/Rubik/300italic.ttf') format('truetype'); 56 | } 57 | @font-face { 58 | font-family: 'Rubik'; 59 | font-style: italic; 60 | font-display: swap; 61 | font-weight: 400; 62 | src: url('file:///Users/omarsantos/Documents/GitHub/csaf-documentation/fonts/Rubik/italic.ttf') format('truetype'); 63 | } 64 | @font-face { 65 | font-family: 'Rubik'; 66 | font-style: italic; 67 | font-display: swap; 68 | font-weight: 500; 69 | src: url('file:///Users/omarsantos/Documents/GitHub/csaf-documentation/fonts/Rubik/500italic.ttf') format('truetype'); 70 | } 71 | @font-face { 72 | font-family: 'Rubik'; 73 | font-style: italic; 74 | font-display: swap; 75 | font-weight: 600; 76 | src: url('file:///Users/omarsantos/Documents/GitHub/csaf-documentation/fonts/Rubik/600italic.ttf') format('truetype'); 77 | } 78 | @font-face { 79 | font-family: 'Rubik'; 80 | font-style: italic; 81 | font-display: swap; 82 | font-weight: 700; 83 | src: url('file:///Users/omarsantos/Documents/GitHub/csaf-documentation/fonts/Rubik/700italic.ttf') format('truetype'); 84 | } 85 | @font-face { 86 | font-family: 'Rubik'; 87 | font-style: italic; 88 | font-display: swap; 89 | font-weight: 800; 90 | src: url('file:///Users/omarsantos/Documents/GitHub/csaf-documentation/fonts/Rubik/800italic.ttf') format('truetype'); 91 | } 92 | @font-face { 93 | font-family: 'Rubik'; 94 | font-style: italic; 95 | font-display: swap; 96 | font-weight: 900; 97 | src: url('file:///Users/omarsantos/Documents/GitHub/csaf-documentation/fonts/Rubik/900italic.ttf') format('truetype'); 98 | } 99 | -------------------------------------------------------------------------------- /img/common/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/img/common/file-icons.png -------------------------------------------------------------------------------- /img/csaf-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oasis-open/csaf-documentation/21c4909cb310a100625f51749629ff8ae1f2b75b/img/csaf-logo.png -------------------------------------------------------------------------------- /presentations.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |This page lists the Common Security Advisory Framework (CSAF) specifications past, present, and future.
To see a current list of enhancements you can visit our GitHub repository.
Click here for information about becoming an OASIS member and joining a technical committee (TC).
You will be redirected to CSAF tools soon!
8 | 9 | 10 | -------------------------------------------------------------------------------- /workshop/assets/bootstrap/css/bootstrap-reboot.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/) 3 | * Copyright 2011-2020 The Bootstrap Authors 4 | * Copyright 2011-2020 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) 7 | */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important} 8 | -------------------------------------------------------------------------------- /workshop/assets/dropdown/css/style.css: -------------------------------------------------------------------------------- 1 | .navbar-dropdown { 2 | left: 0; 3 | padding: 0; 4 | position: absolute; 5 | right: 0; 6 | top: 0; 7 | transition: all 0.45s ease; 8 | z-index: 1030; 9 | background: #282828; } 10 | .navbar-dropdown .navbar-logo { 11 | margin-right: 0.8rem; 12 | transition: margin 0.3s ease-in-out; 13 | vertical-align: middle; } 14 | .navbar-dropdown .navbar-logo img { 15 | height: 3.125rem; 16 | transition: all 0.3s ease-in-out; } 17 | .navbar-dropdown .navbar-logo.mbr-iconfont { 18 | font-size: 3.125rem; 19 | line-height: 3.125rem; } 20 | .navbar-dropdown .navbar-caption { 21 | font-weight: 700; 22 | white-space: normal; 23 | vertical-align: -4px; 24 | line-height: 3.125rem !important; } 25 | .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover { 26 | color: inherit; 27 | text-decoration: none; } 28 | .navbar-dropdown .mbr-iconfont + .navbar-caption { 29 | vertical-align: -1px; } 30 | .navbar-dropdown.navbar-fixed-top { 31 | position: fixed; } 32 | .navbar-dropdown .navbar-brand span { 33 | vertical-align: -4px; } 34 | .navbar-dropdown.bg-color.transparent { 35 | background: none; } 36 | .navbar-dropdown.navbar-short .navbar-brand { 37 | padding: 0.625rem 0; } 38 | .navbar-dropdown.navbar-short .navbar-brand span { 39 | vertical-align: -1px; } 40 | .navbar-dropdown.navbar-short .navbar-caption { 41 | line-height: 2.375rem !important; 42 | vertical-align: -2px; } 43 | .navbar-dropdown.navbar-short .navbar-logo { 44 | margin-right: 0.5rem; } 45 | .navbar-dropdown.navbar-short .navbar-logo img { 46 | height: 2.375rem; } 47 | .navbar-dropdown.navbar-short .navbar-logo.mbr-iconfont { 48 | font-size: 2.375rem; 49 | line-height: 2.375rem; } 50 | .navbar-dropdown.navbar-short .mbr-table-cell { 51 | height: 3.625rem; } 52 | .navbar-dropdown .navbar-close { 53 | left: 0.6875rem; 54 | position: fixed; 55 | top: 0.75rem; 56 | z-index: 1000; } 57 | .navbar-dropdown .hamburger-icon { 58 | content: ""; 59 | display: inline-block; 60 | vertical-align: middle; 61 | width: 16px; 62 | -webkit-box-shadow: 0 -6px 0 1px #282828,0 0 0 1px #282828,0 6px 0 1px #282828; 63 | -moz-box-shadow: 0 -6px 0 1px #282828,0 0 0 1px #282828,0 6px 0 1px #282828; 64 | box-shadow: 0 -6px 0 1px #282828,0 0 0 1px #282828,0 6px 0 1px #282828; } 65 | 66 | .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after { 67 | border-bottom: 0.35em solid transparent; 68 | border-left: 0.35em solid; 69 | border-right: 0; 70 | border-top: 0.35em solid transparent; 71 | margin-left: 0.3rem; } 72 | 73 | .dropdown-menu .dropdown-item:focus { 74 | outline: 0; } 75 | 76 | .nav-dropdown { 77 | font-size: 0.75rem; 78 | font-weight: 500; 79 | height: auto !important; } 80 | .nav-dropdown .nav-btn { 81 | padding-left: 1rem; } 82 | .nav-dropdown .link { 83 | margin: .667em 1.667em; 84 | font-weight: 500; 85 | padding: 0; 86 | transition: color .2s ease-in-out; } 87 | .nav-dropdown .link.dropdown-toggle { 88 | margin-right: 2.583em; } 89 | .nav-dropdown .link.dropdown-toggle::after { 90 | margin-left: .25rem; 91 | border-top: 0.35em solid; 92 | border-right: 0.35em solid transparent; 93 | border-left: 0.35em solid transparent; 94 | border-bottom: 0; } 95 | .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { 96 | margin: 0; 97 | padding: 0.667em 3.263em 0.667em 1.667em; } 98 | .nav-dropdown .link::after, 99 | .nav-dropdown .dropdown-item::after { 100 | color: inherit; } 101 | .nav-dropdown .btn { 102 | font-size: 0.75rem; 103 | font-weight: 700; 104 | letter-spacing: 0; 105 | margin-bottom: 0; 106 | padding-left: 1.25rem; 107 | padding-right: 1.25rem; } 108 | .nav-dropdown .dropdown-menu { 109 | border-radius: 0; 110 | border: 0; 111 | left: 0; 112 | margin: 0; 113 | padding-bottom: 1.25rem; 114 | padding-top: 1.25rem; 115 | position: relative; } 116 | .nav-dropdown .dropdown-submenu { 117 | margin-left: 0.125rem; 118 | top: 0; } 119 | .nav-dropdown .dropdown-item { 120 | font-weight: 500; 121 | line-height: 2; 122 | padding: 0.3846em 4.615em 0.3846em 1.5385em; 123 | position: relative; 124 | transition: color .2s ease-in-out, background-color .2s ease-in-out; } 125 | .nav-dropdown .dropdown-item::after { 126 | margin-top: -0.3077em; 127 | position: absolute; 128 | right: 1.1538em; 129 | top: 50%; } 130 | .nav-dropdown .dropdown-item:focus, .nav-dropdown .dropdown-item:hover { 131 | background: none; } 132 | 133 | @media (max-width: 767px) { 134 | .nav-dropdown.navbar-toggleable-sm { 135 | bottom: 0; 136 | display: none; 137 | left: 0; 138 | overflow-x: hidden; 139 | position: fixed; 140 | top: 0; 141 | transform: translateX(-100%); 142 | -ms-transform: translateX(-100%); 143 | -webkit-transform: translateX(-100%); 144 | width: 18.75rem; 145 | z-index: 999; } } 146 | .nav-dropdown.navbar-toggleable-xl { 147 | bottom: 0; 148 | display: none; 149 | left: 0; 150 | overflow-x: hidden; 151 | position: fixed; 152 | top: 0; 153 | transform: translateX(-100%); 154 | -ms-transform: translateX(-100%); 155 | -webkit-transform: translateX(-100%); 156 | width: 18.75rem; 157 | z-index: 999; } 158 | 159 | .nav-dropdown-sm { 160 | display: block !important; 161 | overflow-x: hidden; 162 | overflow: auto; 163 | padding-top: 3.875rem; } 164 | .nav-dropdown-sm::after { 165 | content: ""; 166 | display: block; 167 | height: 3rem; 168 | width: 100%; } 169 | .nav-dropdown-sm.collapse.in ~ .navbar-close { 170 | display: block !important; } 171 | .nav-dropdown-sm.collapsing, .nav-dropdown-sm.collapse.in { 172 | transform: translateX(0); 173 | -ms-transform: translateX(0); 174 | -webkit-transform: translateX(0); 175 | transition: all 0.25s ease-out; 176 | -webkit-transition: all 0.25s ease-out; 177 | background: #282828; } 178 | .nav-dropdown-sm.collapsing[aria-expanded="false"] { 179 | transform: translateX(-100%); 180 | -ms-transform: translateX(-100%); 181 | -webkit-transform: translateX(-100%); } 182 | .nav-dropdown-sm .nav-item { 183 | display: block; 184 | margin-left: 0 !important; 185 | padding-left: 0; } 186 | .nav-dropdown-sm .link, 187 | .nav-dropdown-sm .dropdown-item { 188 | border-top: 1px dotted rgba(255, 255, 255, 0.1); 189 | font-size: 0.8125rem; 190 | line-height: 1.6; 191 | margin: 0 !important; 192 | padding: 0.875rem 2.4rem 0.875rem 1.5625rem !important; 193 | position: relative; 194 | white-space: normal; } 195 | .nav-dropdown-sm .link:focus, .nav-dropdown-sm .link:hover, 196 | .nav-dropdown-sm .dropdown-item:focus, 197 | .nav-dropdown-sm .dropdown-item:hover { 198 | background: rgba(0, 0, 0, 0.2) !important; 199 | color: #c0a375; } 200 | .nav-dropdown-sm .nav-btn { 201 | position: relative; 202 | padding: 1.5625rem 1.5625rem 0 1.5625rem; } 203 | .nav-dropdown-sm .nav-btn::before { 204 | border-top: 1px dotted rgba(255, 255, 255, 0.1); 205 | content: ""; 206 | left: 0; 207 | position: absolute; 208 | top: 0; 209 | width: 100%; } 210 | .nav-dropdown-sm .nav-btn + .nav-btn { 211 | padding-top: 0.625rem; } 212 | .nav-dropdown-sm .nav-btn + .nav-btn::before { 213 | display: none; } 214 | .nav-dropdown-sm .btn { 215 | padding: 0.625rem 0; } 216 | .nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"]::after { 217 | margin-left: .25rem; 218 | border-top: 0.35em solid; 219 | border-right: 0.35em solid transparent; 220 | border-left: 0.35em solid transparent; 221 | border-bottom: 0; } 222 | .nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"][aria-expanded="true"]::after { 223 | border-top: 0; 224 | border-right: 0.35em solid transparent; 225 | border-left: 0.35em solid transparent; 226 | border-bottom: 0.35em solid; } 227 | .nav-dropdown-sm .dropdown-menu { 228 | margin: 0; 229 | padding: 0; 230 | position: relative; 231 | top: 0; 232 | left: 0; 233 | width: 100%; 234 | border: 0; 235 | float: none; 236 | border-radius: 0; 237 | background: none; } 238 | .nav-dropdown-sm .dropdown-submenu { 239 | left: 100%; 240 | margin-left: 0.125rem; 241 | margin-top: -1.25rem; 242 | top: 0; } 243 | 244 | .navbar-toggleable-sm .nav-dropdown .dropdown-menu { 245 | position: absolute; } 246 | 247 | .navbar-toggleable-sm .nav-dropdown .dropdown-submenu { 248 | left: 100%; 249 | margin-left: 0.125rem; 250 | margin-top: -1.25rem; 251 | top: 0; } 252 | 253 | .navbar-toggleable-sm.opened .nav-dropdown .dropdown-menu { 254 | position: relative; } 255 | 256 | .navbar-toggleable-sm.opened .nav-dropdown .dropdown-submenu { 257 | left: 0; 258 | margin-left: 00rem; 259 | margin-top: 0rem; 260 | top: 0; } 261 | 262 | .is-builder .nav-dropdown.collapsing { 263 | transition: none !important; } 264 | 265 | /*# sourceMappingURL=style.css.map */ 266 | -------------------------------------------------------------------------------- /workshop/assets/dropdown/js/nav-dropdown.js: -------------------------------------------------------------------------------- 1 | 2 | (function(c){var l=c.fn.navDropdown,g={ESC:27,LEFT:37,UP:38,RIGHT:39,DOWN:40},m={XS:544,SM:768,MD:992,LG:1200,XL:Infinity},h=function(){function a(a,d){"length"in a||(a=[a]);this.props={};this.length=a.length;d&&(this.prevItem=d,c.extend(this.props,d.props));for(var e=0;e