anki/proto
Damien Elmes 0bb273a0ed replace the old stripHTML() methods with the backend implementation
Python's regex engine performs pathologically on regexes like
'<!--.*?-->' when fed a large string of repeating '<!--' clauses.
Thanks to JaimeSlome / security@huntr.dev for the report; closes #1380.

Solved by switching to the Rust implementation, which does not suffer
from this issue.

entsToText(), minimizeHTML(), and the old regex constants have been
removed; they do not appear to be used by any add-ons.
2021-10-01 23:15:45 +10:00
..
anki replace the old stripHTML() methods with the backend implementation 2021-10-01 23:15:45 +10:00
.clang-format move protobuf into separate folder in preparation for multiple files 2021-07-09 21:02:40 +10:00
.top_level refactor protobuf handling for split/import 2021-07-10 19:17:05 +10:00
BUILD.bazel refactor protobuf handling for split/import 2021-07-10 19:17:05 +10:00
clang_format.bzl rename workspace 2021-07-10 23:58:53 +10:00
format.bzl rename workspace 2021-07-10 23:58:53 +10:00
format.py move protobuf into separate folder in preparation for multiple files 2021-07-09 21:02:40 +10:00
protobuf.bzl rename workspace 2021-07-10 23:58:53 +10:00