mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 10:47:38 +02:00
Fix up the metadata format pattern matching to be slightly more strict.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"properties": {
|
||||
"format": {
|
||||
"type": "string",
|
||||
"pattern": "^0.[0-9]+.[0-9]+$"
|
||||
"pattern": "^0.[1-9]+.[0-9]+$"
|
||||
},
|
||||
"source": {
|
||||
"type": "object",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"properties": {
|
||||
"format": {
|
||||
"type": "string",
|
||||
"pattern": "^2.[0-9]+.[0-9]+$"
|
||||
"pattern": "^2.[1-9]+.[0-9]+$"
|
||||
},
|
||||
"source": {
|
||||
"type": "object",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"properties": {
|
||||
"format": {
|
||||
"type": "string",
|
||||
"pattern": "^4.[0-9]+.[0-9]+$"
|
||||
"pattern": "^4.[1-9]+.[0-9]+$"
|
||||
},
|
||||
"source": {
|
||||
"type": "object",
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
},
|
||||
"metadata_format": {
|
||||
"type": "string",
|
||||
"pattern": "^4.[0-9]+.[0-9]+$"
|
||||
"pattern": "^6.[0-9]+.[0-9]+$"
|
||||
},
|
||||
"metadata_source": {
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user