Dissallow upper case MD5

Ref https://github.com/GNS3/gns3-gui/issues/1311
This commit is contained in:
Julien Duponchelle 2016-06-15 11:38:43 +02:00
parent 72376247ad
commit 929d1a47c9
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -339,8 +339,9 @@
},
"md5sum": {
"type": "string",
"format": "md5",
"title": "md5sum of the file"
"title": "md5sum of the file",
"type": "string",
"pattern": "^[a-f0-9]{32}$"
},
"filesize": {
"type": "integer",