fix: [meta_template:enisa-csirt-inventory] Typo in regex

pull/93/head
Sami Mokaddem 2021-11-23 15:43:49 +01:00
parent 47f069611a
commit f3c4eee197
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
{
"field": "website",
"type": "text",
"regex": "/https?:\/\/."
"regex": "https?:\\\/\\\/.+"
},
{
"field": "enisa-geo-group",
@ -70,5 +70,5 @@
"scope": "organisation",
"source": "enisa.europa.eu/topics/csirts-in-europe/csirt-inventory/certs-by-country-interactive-map",
"uuid": "089c68c7-d97e-4f21-a798-159cd10f7864",
"version": 2
"version": 3
}