Skip to content

Commit

Permalink
Small Security profile corrections (#709)
Browse files Browse the repository at this point in the history
This PR fixes two small Security profile issues that were discovered on
the April 10th call.

See #649

Signed-off-by: Rose Judge <[email protected]>
  • Loading branch information
rnjudge authored Apr 11, 2024
1 parent af0514c commit e0c2268
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit e0c2268

Please sign in to comment.