1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 16:40:48 +00:00

Add inputs to product update form

Add product vendor and product name inputs to the update form. This
will ensure that even if a submitter does not update the title we
capture this information.
This commit is contained in:
Nicholas McDonnell 2021-12-28 12:21:46 -05:00
parent abc70b1787
commit df6ac39083
No known key found for this signature in database
GPG key ID: 7994ADE2A56BE5D1

View file

@ -3,6 +3,22 @@ name: Update a Product
description: Update information about a product in the database
title: "[Product Update]: <vendor> - <product>"
body:
- type: input
id: product-vendor
attributes:
label: Product vendor
description: Who is the vendor for the product?
placeholder: Cisco, Dell, IBM, etc.
validations:
required: true
- type: input
id: product-name
attributes:
label: Product name
description: What is the name of the product?
placeholder: AppDynamics, BigFix Inventory, Centera, etc.
validations:
required: true
- type: textarea
id: update-context
attributes: