aries-framework-go icon indicating copy to clipboard operation
aries-framework-go copied to clipboard

Storage providers allow storing invalid tag names via Batch method

Open DRK3 opened this issue 3 years ago • 0 comments

The storage providers' Put method checks for invalid tags, but the Batch method does not. The Batch method should be performing the same checks.

DRK3 avatar May 25 '21 14:05 DRK3