Skip to content

Commit 33459a0

Browse files
committed
deploy: a8bb324
1 parent 8a63aed commit 33459a0

3 files changed

Lines changed: 24 additions & 6 deletions

File tree

feeds/all.atom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>MONARC</title><link href="https://www.monarc.lu/" rel="alternate"></link><link href="https://www.monarc.lu/feeds/all.atom.xml" rel="self"></link><id>https://www.monarc.lu/</id><updated>2025-04-17T00:00:00+02:00</updated><entry><title>MONARC 2.13.3 released</title><link href="https://www.monarc.lu/news/2025/04/17/monarc-2133-released/" rel="alternate"></link><published>2025-04-17T00:00:00+02:00</published><updated>2025-04-17T00:00:00+02:00</updated><author><name>Luxembourg House of Cybersecurity</name></author><id>tag:www.monarc.lu,2025-04-17:/news/2025/04/17/monarc-2133-released/</id><summary type="html">&lt;p&gt;Release 2.13.3 of &lt;span class="caps"&gt;MONARC&lt;/span&gt;&lt;/p&gt;</summary><content type="html">&lt;p&gt;Version 2.13.3 includes some new features and a&amp;nbsp;fix.&lt;/p&gt;
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>MONARC</title><link href="https://www.monarc.lu/" rel="alternate"></link><link href="https://www.monarc.lu/feeds/all.atom.xml" rel="self"></link><id>https://www.monarc.lu/</id><updated>2025-05-21T00:00:00+02:00</updated><entry><title>MONARC 2.13.3 released</title><link href="https://www.monarc.lu/news/2025/04/17/monarc-2133-released/" rel="alternate"></link><published>2025-04-17T00:00:00+02:00</published><updated>2025-05-21T00:00:00+02:00</updated><author><name>Luxembourg House of Cybersecurity</name></author><id>tag:www.monarc.lu,2025-04-17:/news/2025/04/17/monarc-2133-released/</id><summary type="html">&lt;p&gt;Release 2.13.3 of &lt;span class="caps"&gt;MONARC&lt;/span&gt;&lt;/p&gt;</summary><content type="html">&lt;p&gt;Version 2.13.3 and 2.13.3-p1 include some new features and&amp;nbsp;fixes&lt;/p&gt;
33
&lt;h3 id="new"&gt;New&lt;/h3&gt;
44
&lt;ul&gt;
55
&lt;li&gt;Possibility to rest &lt;span class="caps"&gt;2FA&lt;/span&gt; of users by the admin account along with the password&amp;nbsp;reset.&lt;/li&gt;
66
&lt;li&gt;The Global analyses stats is only available now to the users with &lt;span class="caps"&gt;CEO&lt;/span&gt; (global statistics)&amp;nbsp;role.&lt;/li&gt;
7+
&lt;li&gt;Possibility to import on the BackOffice side risks with mode (generic | specific)&amp;nbsp;property.&lt;/li&gt;
78
&lt;/ul&gt;
89
&lt;h3 id="fix"&gt;Fix&lt;/h3&gt;
910
&lt;ul&gt;
1011
&lt;li&gt;Fixed analysis creation based on a specific model when the model has assets that consist of risks with generic threats or&amp;nbsp;vulnerabilities.&lt;/li&gt;
12+
&lt;li&gt;Added the validation of the instances hierarchy to prevent a possible parent / child circular&amp;nbsp;reference.&lt;/li&gt;
13+
&lt;li&gt;Fixed batch import validation error for measures, operational risks and operational risks&amp;nbsp;tags.&lt;/li&gt;
1114
&lt;/ul&gt;
1215
&lt;h2 id="updating"&gt;Updating&lt;/h2&gt;
1316
&lt;p&gt;If the update is performed from Monarc v2.12.5 or earlier, the update of php to v8.x is necessary.
@@ -28,9 +31,12 @@ because it comes with available php8.1 by&amp;nbsp;default.&lt;/p&gt;
2831
&lt;p&gt;The standard steps to perform the Monarc update:
2932
&lt;a href="https://monarc.lu/documentation/technical-guide/#monarc-update"&gt;guide&lt;/a&gt;.&lt;/p&gt;
3033
&lt;p&gt;More details and notes are available on
31-
&lt;a href="https://github.com/monarc-project/MonarcAppFO/releases/tag/v2.13.3" target="_blank"&gt;GitHub Release&amp;nbsp;v2.13.3&lt;/a&gt;&lt;/p&gt;
34+
&lt;a href="https://github.com/monarc-project/MonarcAppFO/releases/tag/v2.13.3" target="_blank"&gt;GitHub Release v2.13.3&lt;/a&gt;
35+
and on the patch1 release page
36+
&lt;a href="https://github.com/monarc-project/MonarcAppFO/releases/tag/v2.13.3-p1" target="_blank"&gt;GitHub Release&amp;nbsp;v2.13.3-p1&lt;/a&gt;&lt;/p&gt;
3237
&lt;h2 id="download"&gt;Download&lt;/h2&gt;
3338
&lt;p&gt;Download the &lt;span class="caps"&gt;OVA&lt;/span&gt; image of this release
39+
&lt;a href="https://vm.monarc.lu/MONARC_v2.13.3-p1@a3d7cbc/" target="_blank"&gt;here&lt;/a&gt;.
3440
&lt;a href="https://vm.monarc.lu/MONARC_v2.13.3@54bb656/" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;
3541
&lt;p&gt;Or use the &lt;a href="https://github.com/monarc-project/MonarcAppFO/releases/download/v2.13.3/MonarcAppFO-v2.13.3.tar.gz"&gt;release bundle&lt;/a&gt;.&lt;/p&gt;
3642
&lt;h2 id="monarc-backoffice-application"&gt;Monarc BackOffice&amp;nbsp;application.&lt;/h2&gt;

feeds/monarc.atom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>MONARC - monarc</title><link href="https://www.monarc.lu/" rel="alternate"></link><link href="https://www.monarc.lu/feeds/monarc.atom.xml" rel="self"></link><id>https://www.monarc.lu/</id><updated>2025-04-17T00:00:00+02:00</updated><entry><title>MONARC 2.13.3 released</title><link href="https://www.monarc.lu/news/2025/04/17/monarc-2133-released/" rel="alternate"></link><published>2025-04-17T00:00:00+02:00</published><updated>2025-04-17T00:00:00+02:00</updated><author><name>Luxembourg House of Cybersecurity</name></author><id>tag:www.monarc.lu,2025-04-17:/news/2025/04/17/monarc-2133-released/</id><summary type="html">&lt;p&gt;Release 2.13.3 of &lt;span class="caps"&gt;MONARC&lt;/span&gt;&lt;/p&gt;</summary><content type="html">&lt;p&gt;Version 2.13.3 includes some new features and a&amp;nbsp;fix.&lt;/p&gt;
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>MONARC - monarc</title><link href="https://www.monarc.lu/" rel="alternate"></link><link href="https://www.monarc.lu/feeds/monarc.atom.xml" rel="self"></link><id>https://www.monarc.lu/</id><updated>2025-05-21T00:00:00+02:00</updated><entry><title>MONARC 2.13.3 released</title><link href="https://www.monarc.lu/news/2025/04/17/monarc-2133-released/" rel="alternate"></link><published>2025-04-17T00:00:00+02:00</published><updated>2025-05-21T00:00:00+02:00</updated><author><name>Luxembourg House of Cybersecurity</name></author><id>tag:www.monarc.lu,2025-04-17:/news/2025/04/17/monarc-2133-released/</id><summary type="html">&lt;p&gt;Release 2.13.3 of &lt;span class="caps"&gt;MONARC&lt;/span&gt;&lt;/p&gt;</summary><content type="html">&lt;p&gt;Version 2.13.3 and 2.13.3-p1 include some new features and&amp;nbsp;fixes&lt;/p&gt;
33
&lt;h3 id="new"&gt;New&lt;/h3&gt;
44
&lt;ul&gt;
55
&lt;li&gt;Possibility to rest &lt;span class="caps"&gt;2FA&lt;/span&gt; of users by the admin account along with the password&amp;nbsp;reset.&lt;/li&gt;
66
&lt;li&gt;The Global analyses stats is only available now to the users with &lt;span class="caps"&gt;CEO&lt;/span&gt; (global statistics)&amp;nbsp;role.&lt;/li&gt;
7+
&lt;li&gt;Possibility to import on the BackOffice side risks with mode (generic | specific)&amp;nbsp;property.&lt;/li&gt;
78
&lt;/ul&gt;
89
&lt;h3 id="fix"&gt;Fix&lt;/h3&gt;
910
&lt;ul&gt;
1011
&lt;li&gt;Fixed analysis creation based on a specific model when the model has assets that consist of risks with generic threats or&amp;nbsp;vulnerabilities.&lt;/li&gt;
12+
&lt;li&gt;Added the validation of the instances hierarchy to prevent a possible parent / child circular&amp;nbsp;reference.&lt;/li&gt;
13+
&lt;li&gt;Fixed batch import validation error for measures, operational risks and operational risks&amp;nbsp;tags.&lt;/li&gt;
1114
&lt;/ul&gt;
1215
&lt;h2 id="updating"&gt;Updating&lt;/h2&gt;
1316
&lt;p&gt;If the update is performed from Monarc v2.12.5 or earlier, the update of php to v8.x is necessary.
@@ -28,9 +31,12 @@ because it comes with available php8.1 by&amp;nbsp;default.&lt;/p&gt;
2831
&lt;p&gt;The standard steps to perform the Monarc update:
2932
&lt;a href="https://monarc.lu/documentation/technical-guide/#monarc-update"&gt;guide&lt;/a&gt;.&lt;/p&gt;
3033
&lt;p&gt;More details and notes are available on
31-
&lt;a href="https://github.com/monarc-project/MonarcAppFO/releases/tag/v2.13.3" target="_blank"&gt;GitHub Release&amp;nbsp;v2.13.3&lt;/a&gt;&lt;/p&gt;
34+
&lt;a href="https://github.com/monarc-project/MonarcAppFO/releases/tag/v2.13.3" target="_blank"&gt;GitHub Release v2.13.3&lt;/a&gt;
35+
and on the patch1 release page
36+
&lt;a href="https://github.com/monarc-project/MonarcAppFO/releases/tag/v2.13.3-p1" target="_blank"&gt;GitHub Release&amp;nbsp;v2.13.3-p1&lt;/a&gt;&lt;/p&gt;
3237
&lt;h2 id="download"&gt;Download&lt;/h2&gt;
3338
&lt;p&gt;Download the &lt;span class="caps"&gt;OVA&lt;/span&gt; image of this release
39+
&lt;a href="https://vm.monarc.lu/MONARC_v2.13.3-p1@a3d7cbc/" target="_blank"&gt;here&lt;/a&gt;.
3440
&lt;a href="https://vm.monarc.lu/MONARC_v2.13.3@54bb656/" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;
3541
&lt;p&gt;Or use the &lt;a href="https://github.com/monarc-project/MonarcAppFO/releases/download/v2.13.3/MonarcAppFO-v2.13.3.tar.gz"&gt;release bundle&lt;/a&gt;.&lt;/p&gt;
3642
&lt;h2 id="monarc-backoffice-application"&gt;Monarc BackOffice&amp;nbsp;application.&lt;/h2&gt;

news/2025/04/17/monarc-2133-released/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,18 @@ <h1>
115115

116116
</footer><!-- /.post-info --> </div>
117117
</div>
118-
<p>Version 2.13.3 includes some new features and a&nbsp;fix.</p>
118+
<p>Version 2.13.3 and 2.13.3-p1 include some new features and&nbsp;fixes</p>
119119
<h3 id="new">New</h3>
120120
<ul>
121121
<li>Possibility to rest <span class="caps">2FA</span> of users by the admin account along with the password&nbsp;reset.</li>
122122
<li>The Global analyses stats is only available now to the users with <span class="caps">CEO</span> (global statistics)&nbsp;role.</li>
123+
<li>Possibility to import on the BackOffice side risks with mode (generic | specific)&nbsp;property.</li>
123124
</ul>
124125
<h3 id="fix">Fix</h3>
125126
<ul>
126127
<li>Fixed analysis creation based on a specific model when the model has assets that consist of risks with generic threats or&nbsp;vulnerabilities.</li>
128+
<li>Added the validation of the instances hierarchy to prevent a possible parent / child circular&nbsp;reference.</li>
129+
<li>Fixed batch import validation error for measures, operational risks and operational risks&nbsp;tags.</li>
127130
</ul>
128131
<h2 id="updating">Updating</h2>
129132
<p>If the update is performed from Monarc v2.12.5 or earlier, the update of php to v8.x is necessary.
@@ -144,9 +147,12 @@ <h2 id="updating">Updating</h2>
144147
<p>The standard steps to perform the Monarc update:
145148
<a href="https://monarc.lu/documentation/technical-guide/#monarc-update">guide</a>.</p>
146149
<p>More details and notes are available on
147-
<a href="https://github.com/monarc-project/MonarcAppFO/releases/tag/v2.13.3" target="_blank">GitHub Release&nbsp;v2.13.3</a></p>
150+
<a href="https://github.com/monarc-project/MonarcAppFO/releases/tag/v2.13.3" target="_blank">GitHub Release v2.13.3</a>
151+
and on the patch1 release page
152+
<a href="https://github.com/monarc-project/MonarcAppFO/releases/tag/v2.13.3-p1" target="_blank">GitHub Release&nbsp;v2.13.3-p1</a></p>
148153
<h2 id="download">Download</h2>
149154
<p>Download the <span class="caps">OVA</span> image of this release
155+
<a href="https://vm.monarc.lu/MONARC_v2.13.3-p1@a3d7cbc/" target="_blank">here</a>.
150156
<a href="https://vm.monarc.lu/MONARC_v2.13.3@54bb656/" target="_blank">here</a>.</p>
151157
<p>Or use the <a href="https://github.com/monarc-project/MonarcAppFO/releases/download/v2.13.3/MonarcAppFO-v2.13.3.tar.gz">release bundle</a>.</p>
152158
<h2 id="monarc-backoffice-application">Monarc BackOffice&nbsp;application.</h2>

0 commit comments

Comments
 (0)