fix: [meta_template:enisa-csirt-inventory] Typo in regex
parent
47f069611a
commit
f3c4eee197
|
@ -9,7 +9,7 @@
|
||||||
{
|
{
|
||||||
"field": "website",
|
"field": "website",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"regex": "/https?:\/\/."
|
"regex": "https?:\\\/\\\/.+"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"field": "enisa-geo-group",
|
"field": "enisa-geo-group",
|
||||||
|
@ -70,5 +70,5 @@
|
||||||
"scope": "organisation",
|
"scope": "organisation",
|
||||||
"source": "enisa.europa.eu/topics/csirts-in-europe/csirt-inventory/certs-by-country-interactive-map",
|
"source": "enisa.europa.eu/topics/csirts-in-europe/csirt-inventory/certs-by-country-interactive-map",
|
||||||
"uuid": "089c68c7-d97e-4f21-a798-159cd10f7864",
|
"uuid": "089c68c7-d97e-4f21-a798-159cd10f7864",
|
||||||
"version": 2
|
"version": 3
|
||||||
}
|
}
|
Loading…
Reference in New Issue