Skip to content

Commit

Permalink
Added more const for external reference to external.go
Browse files Browse the repository at this point in the history
-added more const for external.go, from the PR spdx#153

Signed-off-by: Neil Naveen <42328488+neilnaveen@users.noreply.github.com>
  • Loading branch information
neilnaveen committed Feb 4, 2023
1 parent 908a516 commit 68d0bdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spdx/v2/common/external.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ package common

// Constants for various string types
const (
CategorySecurity = "SECURITY"
CategoryPackageManager = "PACKAGE-MANAGER"
TypePersistentIdSwh = "swh"

// F.2 Security types
TypeSecurityCPE23Type string = "cpe23Type"
TypeSecurityCPE22Type string = "cpe22Type"
Expand Down

0 comments on commit 68d0bdf

Please sign in to comment.