Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor revision for TC meeting 2024-02-28 #699

Merged
merged 50 commits into from Apr 9, 2024

Commits on Jan 30, 2024

  1. CVSS 4.0

    - addresses parts of #652
    - add CVSS v4 to JSON schema
    tschmidtb51 committed Jan 30, 2024
    Copy the full SHA
    c813a56 View commit details
    Browse the repository at this point in the history
  2. CVSS 4.0

    - addresses parts of #652
    - add CVSS v4.0 to referenced schemas
    - add strict version of schema
    tschmidtb51 committed Jan 30, 2024
    Copy the full SHA
    75669a8 View commit details
    Browse the repository at this point in the history
  3. CVSS 4.0

    - addresses parts of #652
    - adopt test scripts to include CVSS 4.0
    tschmidtb51 committed Jan 30, 2024
    Copy the full SHA
    6ba76ff View commit details
    Browse the repository at this point in the history
  4. CVSS 4.0

    - addresses parts of #652
    - add CVSS 4.0 to informative references
    - add CVSS 4.0 to construction principles
    tschmidtb51 committed Jan 30, 2024
    Copy the full SHA
    5117d27 View commit details
    Browse the repository at this point in the history
  5. CVSS 4.0

    - addresses parts of #652
    - add CVSS 4.0 to `/vulnerabilities[]/scores[]`
    tschmidtb51 committed Jan 30, 2024
    Copy the full SHA
    d282368 View commit details
    Browse the repository at this point in the history
  6. CVSS 4.0

    - addresses parts of #652, #341
    - add invalid example for 6.1.7
    - add valid examples for 6.1.7
    tschmidtb51 committed Jan 30, 2024
    Copy the full SHA
    16530f9 View commit details
    Browse the repository at this point in the history
  7. Tests

    - addresses parts of #341
    - add invalid examples for 6.1.7
    - add valid examples for 6.1.7
    tschmidtb51 committed Jan 30, 2024
    Copy the full SHA
    69532cd View commit details
    Browse the repository at this point in the history
  8. CVSS 4.0

    - addresses parts of #652, #341
    - add missing CVSS 4.0 reference in validator test script
    tschmidtb51 committed Jan 30, 2024
    Copy the full SHA
    02acf23 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. CVSS 4.0

    - addresses parts of #652
    - update the strict version to use `unevaluatedProperties` instead of `additionalProperties` which fails with `allOf`
    tschmidtb51 committed Jan 31, 2024
    Copy the full SHA
    6d35d3d View commit details
    Browse the repository at this point in the history
  2. CVSS 4.0

    - addresses parts of #652
    - use different vector to avoid `multiple` issue
    tschmidtb51 committed Jan 31, 2024
    Copy the full SHA
    2e36a29 View commit details
    Browse the repository at this point in the history
  3. CVSS 4.0

    - addresses parts of #652
    - address `multipleOf` issue by parsing floats as Decimal
    - add valid example to show correctness
    tschmidtb51 committed Jan 31, 2024
    Copy the full SHA
    7c64cab View commit details
    Browse the repository at this point in the history
  4. CVSS 4.0

    - addresses parts of #652
    - add CVSS 4.0 to Appendix C regarding size
    tschmidtb51 committed Jan 31, 2024
    Copy the full SHA
    4140ce9 View commit details
    Browse the repository at this point in the history
  5. CVSS 4.0

    - addresses parts of #652
    - add CVRF-CSAF-conversion rule
    tschmidtb51 committed Jan 31, 2024
    Copy the full SHA
    35278f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. CVSS 4.0

    - addresses parts of #652, #341
    - add invalid example for 6.1.8
    - add valid examples for 6.1.8
    - update test 6.1.8
    tschmidtb51 committed Feb 16, 2024
    Copy the full SHA
    efba9ae View commit details
    Browse the repository at this point in the history
  2. CVSS 4.0

    - addresses parts of #652, #341
    - add invalid example for 6.1.9
    - add valid examples for 6.1.9
    - update test description 6.1.9
    tschmidtb51 committed Feb 16, 2024
    Copy the full SHA
    740aa8f View commit details
    Browse the repository at this point in the history
  3. CVSS 4.0

    - addresses parts of #652, #341
    - add invalid examples for 6.1.10
    - add valid examples for 6.1.10
    - update test description 6.1.10
    tschmidtb51 committed Feb 16, 2024
    Copy the full SHA
    3032528 View commit details
    Browse the repository at this point in the history
  4. CVSS 4.0

    - addresses parts of #652, #341
    - add invalid examples for 6.2.19
    - add valid examples for 6.2.19
    - update test description 6.2.19
    tschmidtb51 committed Feb 16, 2024
    Copy the full SHA
    7506cd1 View commit details
    Browse the repository at this point in the history
  5. CVSS 4.0

    - addresses parts of #652, #341
    - add invalid example for 6.3.1
    - add valid example for 6.3.1
    - update test description 6.3.1
    tschmidtb51 committed Feb 16, 2024
    Copy the full SHA
    2f21663 View commit details
    Browse the repository at this point in the history
  6. CVSS 4.0

    - addresses parts of #652
    - add test 6.3.12
    - add invalid examples for 6.3.12
    - add valid examples for 6.3.12
    tschmidtb51 committed Feb 16, 2024
    Copy the full SHA
    dfc79b6 View commit details
    Browse the repository at this point in the history
  7. CVSS 4.0

    - addresses parts of #652, #341
    - add valid example for 6.1.9 to trigger `multipleOf` issue
    tschmidtb51 committed Feb 16, 2024
    Copy the full SHA
    ce28043 View commit details
    Browse the repository at this point in the history
  8. CVSS 4.0

    - addresses parts of #652
    - correct wrong `/document/tracking/id`
    tschmidtb51 committed Feb 16, 2024
    Copy the full SHA
    1c81028 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #688 from tschmidtb51/add-cvss-4.0

    Add CVSS 4.0
    tschmidtb51 committed Feb 16, 2024
    Copy the full SHA
    d0638d9 View commit details
    Browse the repository at this point in the history
  10. References

    - fixes #684
    - add RFC 8322 as informative reference
    tschmidtb51 committed Feb 16, 2024
    Copy the full SHA
    ea1d449 View commit details
    Browse the repository at this point in the history
  11. BOM Link

    - fixes #687
    - correct namespace
    tschmidtb51 committed Feb 16, 2024
    Copy the full SHA
    1612c75 View commit details
    Browse the repository at this point in the history
  12. Editorial

    - update date
    - update revision history
    - update citation format
    tschmidtb51 committed Feb 16, 2024
    Copy the full SHA
    9429813 View commit details
    Browse the repository at this point in the history
  13. Size limit

    - addresses parts of #626
    - update size limit and unit
    tschmidtb51 committed Feb 16, 2024
    Copy the full SHA
    7aa5c24 View commit details
    Browse the repository at this point in the history
  14. Artifacts

    - generate artifacts for easier reading
    tschmidtb51 committed Feb 16, 2024
    Copy the full SHA
    ae30854 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Copy the full SHA
    05db3f8 View commit details
    Browse the repository at this point in the history
  2. References

    - fixes #684
    - add RFC 8322 as informative reference
    tschmidtb51 authored and sthagen committed Feb 17, 2024
    Copy the full SHA
    f756a72 View commit details
    Browse the repository at this point in the history
  3. BOM Link

    - fixes #687
    - correct namespace
    tschmidtb51 authored and sthagen committed Feb 17, 2024
    Copy the full SHA
    13ec5b7 View commit details
    Browse the repository at this point in the history
  4. Editorial

    - update date
    - update revision history
    - update citation format
    tschmidtb51 authored and sthagen committed Feb 17, 2024
    Copy the full SHA
    b34e2a1 View commit details
    Browse the repository at this point in the history
  5. Size limit

    - addresses parts of #626
    - update size limit and unit
    tschmidtb51 authored and sthagen committed Feb 17, 2024
    Copy the full SHA
    57b421e View commit details
    Browse the repository at this point in the history
  6. Artifacts

    - generate artifacts for easier reading
    tschmidtb51 authored and sthagen committed Feb 17, 2024
    Copy the full SHA
    b30175a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    469fba2 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. CVSS 4.0

    - addresses parts of #652
    - update CVSS schema as FIRST corrected wrong keywords
    tschmidtb51 committed Feb 24, 2024
    Copy the full SHA
    150f42e View commit details
    Browse the repository at this point in the history
  2. CVSS 4.0

    - addresses parts of #652
    - adopt test files in 6.2.19 to reflect changes in FIRST CVSS schema
    tschmidtb51 committed Feb 24, 2024
    Copy the full SHA
    949834b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/editor-revision-2024-02-28' in…

    …to editorial-2024-02-28
    tschmidtb51 committed Feb 24, 2024
    Copy the full SHA
    1434f83 View commit details
    Browse the repository at this point in the history
  4. Correct Example 129

    - resolves #589
    - make each file appear only once in changes.csv
    - update filenames to reflect suggested practice
    tschmidtb51 committed Feb 24, 2024
    Copy the full SHA
    9a7cf53 View commit details
    Browse the repository at this point in the history
  5. Markdown

    - addresses parts of #629
    - clearly state that GitHub-flavoured Markdown is allowed
    tschmidtb51 committed Feb 24, 2024
    Copy the full SHA
    c6e5a75 View commit details
    Browse the repository at this point in the history
  6. Markdown

    - addresses parts of #629
    - explicitly mention fields that may contain Markdown
    tschmidtb51 committed Feb 24, 2024
    Copy the full SHA
    8bfb626 View commit details
    Browse the repository at this point in the history
  7. Editorial

    - resolves #634
    - correct broken link
    tschmidtb51 committed Feb 24, 2024
    Copy the full SHA
    877ddd1 View commit details
    Browse the repository at this point in the history
  8. CSAF 2.0-2.1 converter

    - addresses parts of #673
    - add new conformance target CSAF 2.0 CSAF 2.1 converter
    tschmidtb51 committed Feb 24, 2024
    Copy the full SHA
    eb95b8d View commit details
    Browse the repository at this point in the history
  9. Editorial

    - resolves #576
    - add missing date in VEX-Justification reference
    tschmidtb51 committed Feb 24, 2024
    Copy the full SHA
    9c40e21 View commit details
    Browse the repository at this point in the history
  10. Editorial

    - resolves #578
    - remove obsolete "is"
    tschmidtb51 committed Feb 24, 2024
    Copy the full SHA
    1ef57cb View commit details
    Browse the repository at this point in the history
  11. Nit

    sthagen committed Feb 24, 2024
    Copy the full SHA
    c41b0f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Merge pull request #696 from tschmidtb51/add-cvss-4.0

    Correct CVSS 4.0
    tschmidtb51 committed Feb 26, 2024
    Copy the full SHA
    3061721 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #697 from tschmidtb51/clarify-markdown

    Clarify markdown
    tschmidtb51 committed Feb 26, 2024
    Copy the full SHA
    5bc91df View commit details
    Browse the repository at this point in the history
  3. Merge pull request #698 from tschmidtb51/conformance-CSAF-2.0-2.1

    CSAF 2.0-2.1 converter
    tschmidtb51 committed Feb 26, 2024
    Copy the full SHA
    59c16eb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #700 from tschmidtb51/editorial-2024-02-28

    Editorial 2024 02 24
    tschmidtb51 committed Feb 26, 2024
    Copy the full SHA
    641b1d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Rendered delivery items matching editor revision 2024-02-28

    - amended the mapping helper files in etc to include the added section and example
    - executed the rendering pipeline
    - Note: the automated extraction of section and example counts for the mapping
      helpers was forgotten along the many changes during bootstrap
      TODO(sthagen) to restore this auto discovery
    
    Co-authored-by: Thomas Schmidt <thomas.schmidt@bsi.bund.de>
    Signed-off-by: Stefan Hagen <stefan@hagen.link>
    sthagen and tschmidtb51 committed Feb 27, 2024
    Copy the full SHA
    49ff91a View commit details
    Browse the repository at this point in the history