Skip to content

Commit

Permalink
Merge pull request #809 from oasis-tcs/revert-788-editorial-2024-08-28
Browse files Browse the repository at this point in the history
Revert 788 "Code block syntax"
  • Loading branch information
tschmidtb51 authored Oct 25, 2024
2 parents 49fdb4b + 9b2c203 commit 6dcd73f
Showing 1 changed file with 12 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,29 +51,28 @@ and `x_generic_uris`, one is mandatory.
"cpe": {
// ...
},
"hashes": [
"hashes": {
// ...
],
"model_numbers": [
},
"model_numbers": {
// ...
],
},
"purl": {
// ...
},
"sbom_urls": [
"sbom_urls": {
// ...
],
"serial_numbers": [
},
"serial_numbers": {
// ...
],
"skus": [
},
"skus": {
// ...
],
"x_generic_uris": [
},
"x_generic_uris": {
// ...
]
}
}
}
```

##### Full Product Name Type - Product Identification Helper - CPE
Expand Down

0 comments on commit 6dcd73f

Please sign in to comment.