summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-June/006094.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-June/006094.html')
-rw-r--r--zarb-ml/mageia-dev/2011-June/006094.html130
1 files changed, 130 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-June/006094.html b/zarb-ml/mageia-dev/2011-June/006094.html
new file mode 100644
index 000000000..8649f8f61
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-June/006094.html
@@ -0,0 +1,130 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Mageia Advisories Database
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Mageia%20Advisories%20Database&In-Reply-To=%3CBANLkTim4ChubzN%2BeGyn3S7WwrNBqK%2B16Og%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="006093.html">
+ <LINK REL="Next" HREF="006096.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Mageia Advisories Database</H1>
+ <B>Romain d'Alverny</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Mageia%20Advisories%20Database&In-Reply-To=%3CBANLkTim4ChubzN%2BeGyn3S7WwrNBqK%2B16Og%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] Mageia Advisories Database">rdalverny at gmail.com
+ </A><BR>
+ <I>Tue Jun 28 15:50:05 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="006093.html">[Mageia-dev] Mageia Advisories Database
+</A></li>
+ <LI>Next message: <A HREF="006096.html">[Mageia-dev] Mageia Advisories Database
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6094">[ date ]</a>
+ <a href="thread.html#6094">[ thread ]</a>
+ <a href="subject.html#6094">[ subject ]</a>
+ <a href="author.html#6094">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hi,
+
+On Tue, Jun 28, 2011 at 15:34, Samuel Verschelde &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">stormi at laposte.net</A>&gt; wrote:
+&gt;<i> Le mardi 28 juin 2011 15:20:33, nicolas vigier a &#233;crit :
+</I>&gt;&gt;<i> In order to send updates advisories, and have a web page listing all
+</I>&gt;&gt;<i> previous advisories, we need to create a database to store them.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> So I think it should have the following info for each advisory :
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> &#160;- advisory ID: something like MGA-[NUMBER] ?
+</I>&gt;&gt;<i> &#160;- advisory date
+</I>&gt;&gt;<i> &#160;- affected source packages
+</I>&gt;&gt;<i> &#160;- affected distribution versions
+</I>&gt;&gt;<i> &#160;- CVE numbers
+</I>&gt;&gt;<i> &#160;- list of binary packages with sha1sum
+</I>&gt;&gt;<i> &#160;- Mageia Bug #
+</I>&gt;&gt;<i> &#160;- Reference URLs
+</I>&gt;&gt;<i> &#160;- advisory text
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Anything else ?
+</I>
+If using SQL, make sure to normalize the db schema a bit (that is, for
+instance, an advisory table, with a distributions table, and a
+relationship). MDV security advisory web app had a single table, with
+new columns added each time a new release was published and that was
+really not good, neither safe to maintain.
+
+In this perspective, there could be the following tables:
+ - advisories (id, date, text, list of URLs, list of bug #)
+ - distributions (id, name)
+ - source packages (id, name, version)
+ - CVE numbers
+
+Not sure about the rest; depends on the data details and what type of
+queries would be expected:
+ - do we only query after the advisory id or do we plan to have stats
+per distribution, source package?
+ - what screens do you expect?
+ - are there several CVE numbers for a single advisory?
+ - is there a link from source packages and binary packages?
+
+Romain
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="006093.html">[Mageia-dev] Mageia Advisories Database
+</A></li>
+ <LI>Next message: <A HREF="006096.html">[Mageia-dev] Mageia Advisories Database
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6094">[ date ]</a>
+ <a href="thread.html#6094">[ thread ]</a>
+ <a href="subject.html#6094">[ subject ]</a>
+ <a href="author.html#6094">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>