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

Small Security profile corrections #709

Merged
merged 1 commit into from
Apr 11, 2024
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
4 changes: 2 additions & 2 deletions model/Security/Classes/Vulnerability.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Specifies a vulnerability and its associated information.
"@id": "urn:spdx.dev:vuln-1",
"summary": "Use of a Broken or Risky Cryptographic Algorithm",
"description": "The npm package `elliptic` before version 6.5.4 are vulnerable to Cryptographic Issues via the secp256k1 implementation in elliptic/ec/key.js. There is no check to confirm that the public key point passed into the derive function actually exists on the secp256k1 curve. This results in the potential for the private key used in this implementation to be revealed after a number of ECDH operations are performed.",
"modified": "2021-03-08T16:02:43Z",
"published": "2021-03-08T16:06:50Z",
"modifiedTime": "2021-03-08T16:06:43Z",
"publishedTime": "2021-03-08T16:02:50Z",
"externalIdentifiers": [
{
"@type": "ExternalIdentifier",
Expand Down
4 changes: 2 additions & 2 deletions model/Security/Properties/vexVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ SPDX-License-Identifier: Community-Spec-1.0

## Summary

Specifies the version of the VEX document.
Specifies the version of a VEX statement.

## Description

The document version default value is zero. When any VEX-related content changes, the version must be incremented.
The statement version default value is zero. When any VEX-related content changes, the version must be incremented.

## Metadata

Expand Down