From 0e3447b27cdad7104d73076b0d3448dba512795f Mon Sep 17 00:00:00 2001 From: Exorcism <46537034+Exorcism0666@users.noreply.github.com> Date: Wed, 3 Jul 2024 14:21:57 +0200 Subject: [PATCH] Create bugzilla.json --- db/ignore_patterns/bugzilla.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 db/ignore_patterns/bugzilla.json diff --git a/db/ignore_patterns/bugzilla.json b/db/ignore_patterns/bugzilla.json new file mode 100644 index 00000000..1dc664a1 --- /dev/null +++ b/db/ignore_patterns/bugzilla.json @@ -0,0 +1,12 @@ +{ + "name": "bugzilla", + "patterns": [ + "/[^.]+\.cgi\?(|.*&)GoAheadAndLogIn=1$", + "/attachment\.cgi\?bugid=[0-9]+&action=enter$", + "/enter_bug\.cgi\?cloned_bug_id=[0-9]+$", + "/buglist\.cgi.*[?&]order=[^&]+%2C", + "/buglist\.cgi.*[?&]title=.*&title=", + "/buglist\.cgi\?.*&component=[^&]+&product=[^&]+.*&order=" + ], + "type": "ignore_patterns" +}