Add custom redirect iavm.xyz/b/vulnz

This URL now redirects to the issues list showing all issues instead of
only the open ones. This makes more sense since published
vulnerabilities are usually already closed issues.

Change-Id: I472cbfe50bde79f0df016ca2143f38c13ba88a02
diff --git a/redirects.php b/redirects.php
index 41a6aa0..8ad33c6 100644
--- a/redirects.php
+++ b/redirects.php
@@ -5,6 +5,10 @@
     'redirect' => 'https://bugs.avm99963.com/'
   ],
   [
+    'pattern' => '/^\/?b\/vulnz$/',
+    'redirect' => 'https://bugs.avm99963.com/p/vulnz/issues/list?can=1'
+  ],
+  [
     'pattern' => '/^\/?b\/([^\/]+)$/',
     'redirect' => 'https://bugs.avm99963.com/p/$1/issues/list'
   ],