You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #2123 by ksylvan and OdinKral: fix: block path traversal in pattern name lookup
Security Fix: Blocked path traversal attacks in pattern name lookup (closes #2094) — pattern names containing .. could previously escape the patterns directory and read arbitrary files via filepath.Join; a guard has been added at the top of getFromDB, an i18n key pattern_invalid_name has been added to all 11 locale files, and test cases now cover all common traversal variants.
New translations for the "invalid pattern" user-facing string.