aboutsummaryrefslogtreecommitdiffstats
path: root/bin/acme/acme-products.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/acme/acme-products.json')
-rwxr-xr-xbin/acme/acme-products.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/bin/acme/acme-products.json b/bin/acme/acme-products.json
new file mode 100755
index 00000000..0d90be7d
--- /dev/null
+++ b/bin/acme/acme-products.json
@@ -0,0 +1,31 @@
+{
+ "_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\"}"
+ }
+ ]
+}