avast / yls

YARA Language Server
https://avast.github.io/yls/
MIT License
68 stars 13 forks source link

Regex Validation Fixes #8

Closed malvidin closed 2 years ago

malvidin commented 2 years ago

Added a few fixes for regular expressions that are not valid. Made . matches stricter for ranges and struct access (e.g. the .. in (1..100)).