aboutsummaryrefslogtreecommitdiffstats
path: root/bin/acme_sample/acme-products.json_sample
blob: 78b8366558452aa611ce535b18f9c5a4d0981099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "_comment_" : [
    {
      "_comment_" : "NOTE: _comment_ items are ignored",
      "anything" : "so you can put any internal documentation here",
    }
  ],
  "Product_Items" : [ 
    {
      "_comment_" : "NOTE: _comment_ elements are ignored",
      "order" : "1",
      "key" : "lt",
      "name" : "Looney Tunes",
      "version" : "1950",
      "profile" : "",
      "cpe" : "cpe:2.5:o:looneytunes:linux:2.5:*:*:*:*:*:*:*",
      "defect_tags" : "{\"key\":\"looney\"}",
      "product_tags" : "{\"key\":\"looney\"}"
	},
    {
      "order" : "2",
      "key" : "mm",
      "name" : "Merrie Melodies",
      "version" : "1940",
      "profile" : "",
      "cpe" : "cpe:2.5:o:merriemelodies:linux:2.5:*:*:*:*:*:*:*",
      "defect_tags" : "{\"key\":\"merrie\"}",
      "product_tags" : "{\"key\":\"merrie\"}"
   ]
}