The following commit has been merged in the master branch:
commit 548f328d316b1e38c9eed55d63e8cb9045cee537
Author: Andreas Tille <[email protected]>
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 = '[email protected]' OR
+ uploaders like '%[email protected]%')
+ AND status != 'resolved';
+
--
Static and dynamic websites for Debian Pure Blends
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit