Skip to content

Commit 8c008df

Browse files
committed
dependey tarck post
1 parent 1d150ca commit 8c008df

9 files changed

Lines changed: 63 additions & 24 deletions

File tree

public/index.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,17 @@
7272

7373

7474

75+
<section class="list-item">
76+
<h1 class="title"><a href="/posts/dependency_track_integration/">Dependency track integration</a></h1>
77+
<time>Nov 26, 2025</time>
78+
<br><div class="description">
79+
80+
EMBA now with Dependency track integration
81+
82+
</div>
83+
<a href="/posts/dependency_track_integration/">Read more ⟶</a>
84+
</section>
85+
7586
<section class="list-item">
7687
<h1 class="title"><a href="/posts/leveragingautomatedfirmwareanalysis/">Leveraging Automated Firmware Analysis with the Open-Source Firmware Analyzer EMBA</a></h1>
7788
<time>Jul 19, 2024</time>
@@ -176,18 +187,6 @@ <h1 class="title"><a href="/posts/version_110/">EMBA version 1.1.0 is out now</a
176187
<a href="/posts/version_110/">Read more ⟶</a>
177188
</section>
178189

179-
<section class="list-item">
180-
<h1 class="title"><a href="/posts/lasvegas_intro_2022/">EMBA goes to Vegas baby</a></h1>
181-
<time>Jul 21, 2022</time>
182-
<br><div class="description">
183-
184-
It’s official, in August Pascal and myself will present the firmware security analyzer EMBA at Black Hat and DEF CON in Las Vegas. We are super excited and happy to have the possibility to show you the best firmware scanner on the best stage! As this is not enough, we are planning to release a huge update for EMBA &hellip; stay tuned
185-
You can find further details at the Black Hat USA Arsenal page and the DEF CON 30 forum&hellip;
186-
187-
</div>
188-
<a href="/posts/lasvegas_intro_2022/">Read more ⟶</a>
189-
</section>
190-
191190

192191

193192
<ul class="pagination">

public/index.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@
66
<description>Recent content on EMBA BEYOND</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Fri, 19 Jul 2024 14:27:41 +0200</lastBuildDate>
9+
<lastBuildDate>Wed, 26 Nov 2025 09:01:00 +0100</lastBuildDate>
1010
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>Dependency track integration</title>
13+
<link>http://localhost:1313/posts/dependency_track_integration/</link>
14+
<pubDate>Wed, 26 Nov 2025 09:01:00 +0100</pubDate>
15+
<guid>http://localhost:1313/posts/dependency_track_integration/</guid>
16+
<description>EMBA is now able to automatically upload the generated SBOM to your dependency track instance.&#xA;To be able to use the dependency track API a API key and special permissions are needed. The following screenshot shows how to create a new Team with an API key and the needed permissions:&#xA;EMBA needs the following dependency track permissions:&#xA;BOM_UPLOAD PROJECT_CREATION_UPLOAD VIEW_PORTFOLIO You can find further details about the API within the dependency track documentation here.</description>
17+
</item>
1118
<item>
1219
<title>Leveraging Automated Firmware Analysis with the Open-Source Firmware Analyzer EMBA</title>
1320
<link>http://localhost:1313/posts/leveragingautomatedfirmwareanalysis/</link>

public/page/2/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,18 @@
7272

7373

7474

75+
<section class="list-item">
76+
<h1 class="title"><a href="/posts/lasvegas_intro_2022/">EMBA goes to Vegas baby</a></h1>
77+
<time>Jul 21, 2022</time>
78+
<br><div class="description">
79+
80+
It’s official, in August Pascal and myself will present the firmware security analyzer EMBA at Black Hat and DEF CON in Las Vegas. We are super excited and happy to have the possibility to show you the best firmware scanner on the best stage! As this is not enough, we are planning to release a huge update for EMBA &hellip; stay tuned
81+
You can find further details at the Black Hat USA Arsenal page and the DEF CON 30 forum&hellip;
82+
83+
</div>
84+
<a href="/posts/lasvegas_intro_2022/">Read more ⟶</a>
85+
</section>
86+
7587
<section class="list-item">
7688
<h1 class="title"><a href="/posts/version100/">EMBA Version 1.0.0 is out now</a></h1>
7789
<time>May 18, 2022</time>

public/posts/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ <h1 class="page-title">All articles</h1>
6868

6969

7070
<ul class="posts"><li class="post">
71+
<a href="/posts/leveragingautomatedfirmwareanalysis/">Leveraging Automated Firmware Analysis with the Open-Source Firmware Analyzer EMBA</a> <span class="meta">Jul 19, 2024</span>
72+
</li><li class="post">
7173
<a href="/posts/version_141/">EMBA version 1.4.1 is out now</a> <span class="meta">Jul 17, 2024</span>
7274
</li><li class="post">
7375
<a href="/posts/version_140/">EMBA version 1.4.0 is out now</a> <span class="meta">Mar 5, 2024</span>

public/posts/index.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@
66
<description>Recent content in Posts on EMBA BEYOND</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Wed, 17 Jul 2024 11:40:48 +0100</lastBuildDate>
9+
<lastBuildDate>Fri, 19 Jul 2024 14:27:41 +0200</lastBuildDate>
1010
<atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>Leveraging Automated Firmware Analysis with the Open-Source Firmware Analyzer EMBA</title>
13+
<link>http://localhost:1313/posts/leveragingautomatedfirmwareanalysis/</link>
14+
<pubDate>Fri, 19 Jul 2024 14:27:41 +0200</pubDate>
15+
<guid>http://localhost:1313/posts/leveragingautomatedfirmwareanalysis/</guid>
16+
<description>The Internet of Things (IoT) ecosystem as well as critical infrastructure represents a rapidly growing technology field that connects billions of devices worldwide. The operating system of these devices is usually called firmware which is the foundational software that controls their functionality. The firmware could be some kind of real-time operating system, it could be Linux based or in very rare cases also a Windows operating system. Ensuring the security and integrity of firmware is crucial to prevent malicious attacks and unauthorized access.</description>
17+
</item>
1118
<item>
1219
<title>EMBA version 1.4.1 is out now</title>
1320
<link>http://localhost:1313/posts/version_141/</link>

public/sitemap.xml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,24 @@
33
xmlns:xhtml="http://www.w3.org/1999/xhtml">
44
<url>
55
<loc>http://localhost:1313/tags/emba/</loc>
6-
<lastmod>2024-07-17T11:40:48+01:00</lastmod>
6+
<lastmod>2024-07-19T14:27:41+02:00</lastmod>
77
</url><url>
88
<loc>http://localhost:1313/</loc>
9-
<lastmod>2024-07-17T11:40:48+01:00</lastmod>
9+
<lastmod>2024-07-19T14:27:41+02:00</lastmod>
1010
</url><url>
11-
<loc>http://localhost:1313/posts/version_141/</loc>
12-
<lastmod>2024-07-17T11:40:48+01:00</lastmod>
11+
<loc>http://localhost:1313/posts/leveragingautomatedfirmwareanalysis/</loc>
12+
<lastmod>2024-07-19T14:27:41+02:00</lastmod>
1313
</url><url>
1414
<loc>http://localhost:1313/posts/</loc>
15-
<lastmod>2024-07-17T11:40:48+01:00</lastmod>
15+
<lastmod>2024-07-19T14:27:41+02:00</lastmod>
1616
</url><url>
17-
<loc>http://localhost:1313/tags/release/</loc>
17+
<loc>http://localhost:1313/tags/</loc>
18+
<lastmod>2024-07-19T14:27:41+02:00</lastmod>
19+
</url><url>
20+
<loc>http://localhost:1313/posts/version_141/</loc>
1821
<lastmod>2024-07-17T11:40:48+01:00</lastmod>
1922
</url><url>
20-
<loc>http://localhost:1313/tags/</loc>
23+
<loc>http://localhost:1313/tags/release/</loc>
2124
<lastmod>2024-07-17T11:40:48+01:00</lastmod>
2225
</url><url>
2326
<loc>http://localhost:1313/posts/version_140/</loc>

public/tags/emba/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ <h1>Entries tagged - "EMBA"</h1>
6767

6868

6969
<ul class="posts"><li class="post">
70+
<a href="/posts/leveragingautomatedfirmwareanalysis/">Leveraging Automated Firmware Analysis with the Open-Source Firmware Analyzer EMBA</a> <span class="meta">Jul 19, 2024</span>
71+
</li><li class="post">
7072
<a href="/posts/version_141/">EMBA version 1.4.1 is out now</a> <span class="meta">Jul 17, 2024</span>
7173
</li><li class="post">
7274
<a href="/posts/version_140/">EMBA version 1.4.0 is out now</a> <span class="meta">Mar 5, 2024</span>

public/tags/emba/index.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@
66
<description>Recent content in EMBA on EMBA BEYOND</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Wed, 17 Jul 2024 11:40:48 +0100</lastBuildDate>
9+
<lastBuildDate>Fri, 19 Jul 2024 14:27:41 +0200</lastBuildDate>
1010
<atom:link href="http://localhost:1313/tags/emba/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>Leveraging Automated Firmware Analysis with the Open-Source Firmware Analyzer EMBA</title>
13+
<link>http://localhost:1313/posts/leveragingautomatedfirmwareanalysis/</link>
14+
<pubDate>Fri, 19 Jul 2024 14:27:41 +0200</pubDate>
15+
<guid>http://localhost:1313/posts/leveragingautomatedfirmwareanalysis/</guid>
16+
<description>The Internet of Things (IoT) ecosystem as well as critical infrastructure represents a rapidly growing technology field that connects billions of devices worldwide. The operating system of these devices is usually called firmware which is the foundational software that controls their functionality. The firmware could be some kind of real-time operating system, it could be Linux based or in very rare cases also a Windows operating system. Ensuring the security and integrity of firmware is crucial to prevent malicious attacks and unauthorized access.</description>
17+
</item>
1118
<item>
1219
<title>EMBA version 1.4.1 is out now</title>
1320
<link>http://localhost:1313/posts/version_141/</link>

public/tags/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<description>Recent content in Tags on EMBA BEYOND</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Wed, 17 Jul 2024 11:40:48 +0100</lastBuildDate>
9+
<lastBuildDate>Fri, 19 Jul 2024 14:27:41 +0200</lastBuildDate>
1010
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
1111
<item>
1212
<title>EMBA</title>
1313
<link>http://localhost:1313/tags/emba/</link>
14-
<pubDate>Wed, 17 Jul 2024 11:40:48 +0100</pubDate>
14+
<pubDate>Fri, 19 Jul 2024 14:27:41 +0200</pubDate>
1515
<guid>http://localhost:1313/tags/emba/</guid>
1616
<description></description>
1717
</item>

0 commit comments

Comments
 (0)