Open ElectricNroff opened 3 months ago
https://github.com/CVEProject/cve-services/blob/5985bc2378c32769f9b93c696e38641f5b98f616/src/controller/cve.controller/cve.middleware.js#L100-L106 this seems to be intended to be called with an array of strings and thus {String} could be replaced by {String[]}
{String}
{String[]}
https://github.com/CVEProject/cve-services/blob/5985bc2378c32769f9b93c696e38641f5b98f616/src/controller/cve.controller/cve.middleware.js#L100-L106 this seems to be intended to be called with an array of strings and thus
{String}
could be replaced by{String[]}