[Blends-commit] [SCM] website branch, master, updated. 548f328d316b1e38c9eed55d63e8cb9045cee537

Andreas Tille tille at debian.org
Sat May 28 21:40:45 UTC 2016


The following commit has been merged in the master branch:
commit 548f328d316b1e38c9eed55d63e8cb9045cee537
Author: Andreas Tille <tille at debian.org>
Date:   Sat May 28 23:40:22 2016 +0200

    Query to check security issues

diff --git a/misc/sql/check_security_issues b/misc/sql/check_security_issues
new file mode 100644
index 0000000..1d7fbae
--- /dev/null
+++ b/misc/sql/check_security_issues
@@ -0,0 +1,7 @@
+-- query created by Petter Reinholdtsen
+  SELECT * from security_issues_releases WHERE
+         source in (SELECT source FROM sources WHERE
+                      maintainer_email = 'tille at debian.org' OR
+                      uploaders like '%tille at debian.org%')
+         AND status != 'resolved';
+

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list