Improved parsing

This commit is contained in:
Johan van Eck 2025-07-26 11:18:28 +03:00
parent 917bb5928b
commit 62d593136a
435 changed files with 929 additions and 720 deletions

View file

@ -19,7 +19,7 @@ def collect_regex_pattern(service, file_name, input_json, output_dir):
yml_data = {
'name': name,
'pattern': pattern,
'description': "Regex pattern from TRaSH-Guides.",
'description': "",
'tags': [],
}