up
Some checks failed
Feedser CI / build-and-test (push) Has been cancelled

This commit is contained in:
2025-10-06 01:13:41 +03:00
parent b6ef66e057
commit bb7eda17a8
163 changed files with 801 additions and 248 deletions

View File

@@ -0,0 +1,112 @@
[
{
"advisoryKey": "cert-fr/AV-2024.001",
"affectedPackages": [],
"aliases": [
"CERT-FR:AV-2024.001"
],
"cvssMetrics": [],
"exploitKnown": false,
"language": "fr",
"modified": null,
"provenance": [
{
"kind": "document",
"recordedAt": "2024-10-03T00:01:00+00:00",
"source": "cert-fr",
"value": "https://www.cert.ssi.gouv.fr/alerte/AV-2024.001/"
}
],
"published": "2024-10-03T00:00:00+00:00",
"references": [
{
"kind": "reference",
"provenance": {
"kind": "document",
"recordedAt": "2024-10-03T00:01:00+00:00",
"source": "cert-fr",
"value": "https://www.cert.ssi.gouv.fr/alerte/AV-2024.001/"
},
"sourceTag": null,
"summary": null,
"url": "https://vendor.example.com/patch"
},
{
"kind": "advisory",
"provenance": {
"kind": "document",
"recordedAt": "2024-10-03T00:01:00+00:00",
"source": "cert-fr",
"value": "https://www.cert.ssi.gouv.fr/alerte/AV-2024.001/"
},
"sourceTag": "cert-fr",
"summary": "Résumé de la première alerte.",
"url": "https://www.cert.ssi.gouv.fr/alerte/AV-2024.001/"
}
],
"severity": null,
"summary": "Résumé de la première alerte.",
"title": "AV-2024.001 - Première alerte"
},
{
"advisoryKey": "cert-fr/AV-2024.002",
"affectedPackages": [],
"aliases": [
"CERT-FR:AV-2024.002"
],
"cvssMetrics": [],
"exploitKnown": false,
"language": "fr",
"modified": null,
"provenance": [
{
"kind": "document",
"recordedAt": "2024-10-03T00:01:00+00:00",
"source": "cert-fr",
"value": "https://www.cert.ssi.gouv.fr/alerte/AV-2024.002/"
}
],
"published": "2024-10-03T00:00:00+00:00",
"references": [
{
"kind": "reference",
"provenance": {
"kind": "document",
"recordedAt": "2024-10-03T00:01:00+00:00",
"source": "cert-fr",
"value": "https://www.cert.ssi.gouv.fr/alerte/AV-2024.002/"
},
"sourceTag": null,
"summary": null,
"url": "https://support.example.com/kb/KB-1234"
},
{
"kind": "reference",
"provenance": {
"kind": "document",
"recordedAt": "2024-10-03T00:01:00+00:00",
"source": "cert-fr",
"value": "https://www.cert.ssi.gouv.fr/alerte/AV-2024.002/"
},
"sourceTag": null,
"summary": null,
"url": "https://support.example.com/kb/KB-5678"
},
{
"kind": "advisory",
"provenance": {
"kind": "document",
"recordedAt": "2024-10-03T00:01:00+00:00",
"source": "cert-fr",
"value": "https://www.cert.ssi.gouv.fr/alerte/AV-2024.002/"
},
"sourceTag": "cert-fr",
"summary": "Résumé de la deuxième alerte.",
"url": "https://www.cert.ssi.gouv.fr/alerte/AV-2024.002/"
}
],
"severity": null,
"summary": "Résumé de la deuxième alerte.",
"title": "AV-2024.002 - Deuxième alerte"
}
]

View File

@@ -0,0 +1,8 @@
<html>
<head><title>AV-2024.001</title></head>
<body>
<h1>Alerte CERT-FR AV-2024.001</h1>
<p>L'exploitation active de la vulnérabilité est surveillée.</p>
<p>Consultez les indications du <a href="https://vendor.example.com/patch">fournisseur</a>.</p>
</body>
</html>

View File

@@ -0,0 +1,11 @@
<html>
<head><title>AV-2024.002</title></head>
<body>
<h1>Alerte CERT-FR AV-2024.002</h1>
<p>Des correctifs sont disponibles pour plusieurs produits.</p>
<ul>
<li><a href="https://support.example.com/kb/KB-1234">Note de mise à jour</a></li>
<li><a href="https://support.example.com/kb/KB-5678">Correctif</a></li>
</ul>
</body>
</html>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>CERT-FR Alertes</title>
<link>https://www.cert.ssi.gouv.fr/</link>
<description>Alertes example feed</description>
<item>
<title>AV-2024.001 - Première alerte</title>
<link>https://www.cert.ssi.gouv.fr/alerte/AV-2024.001/</link>
<description><![CDATA[Résumé de la première alerte.]]></description>
<pubDate>Thu, 03 Oct 2024 09:00:00 +0000</pubDate>
<guid>AV-2024.001</guid>
</item>
<item>
<title>AV-2024.002 - Deuxième alerte</title>
<link>https://www.cert.ssi.gouv.fr/alerte/AV-2024.002/</link>
<description><![CDATA[Résumé de la deuxième alerte.]]></description>
<pubDate>Thu, 03 Oct 2024 11:30:00 +0000</pubDate>
<guid>AV-2024.002</guid>
</item>
</channel>
</rss>