Skip to content

Commit

Permalink
Merge pull request #788 from tschmidtb51/editorial-2024-08-28
Browse files Browse the repository at this point in the history
Code block syntax
  • Loading branch information
tschmidtb51 authored Sep 27, 2024
2 parents 5e70955 + a80538a commit 724b6e7
Showing 1 changed file with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,28 +51,29 @@ 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 724b6e7

Please sign in to comment.