Skip to content

Commit fb54c96

Browse files
authored
Merge pull request #1784 from zapbot/update-site-content
Update site content
2 parents e53f474 + 6dc8e0b commit fb54c96

File tree

21 files changed

+996
-44
lines changed

21 files changed

+996
-44
lines changed

authors/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,20 +122,20 @@ <h1 class="text--white">Author: Authors</h1>
122122

123123
<article class="blog-post-preview pt-20 pb-20">
124124
<h3 class="mb-10">
125-
<a href="/authors/akshath/">Akshath</a>
125+
<a href="/authors/simon/">Simon</a>
126126
</h3>
127127
<section class="p-10 bg--blue-lightest mb-10 mt-10 smaller-text text--blue-dark">
128-
Last Posted <span class="post-date">Monday May 5, 2025</span>
128+
Last Posted <span class="post-date">Tuesday July 1, 2025</span>
129129
</section>
130130
<section class="summary"></section>
131131
</article>
132132

133133
<article class="blog-post-preview pt-20 pb-20">
134134
<h3 class="mb-10">
135-
<a href="/authors/simon/">Simon</a>
135+
<a href="/authors/akshath/">Akshath</a>
136136
</h3>
137137
<section class="p-10 bg--blue-lightest mb-10 mt-10 smaller-text text--blue-dark">
138-
Last Posted <span class="post-date">Tuesday April 22, 2025</span>
138+
Last Posted <span class="post-date">Monday May 5, 2025</span>
139139
</section>
140140
<section class="summary"></section>
141141
</article>

authors/index.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
<description>Recent content in Authors on ZAP</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Mon, 05 May 2025 00:00:00 +0000</lastBuildDate>
9+
<lastBuildDate>Tue, 01 Jul 2025 00:00:00 +0000</lastBuildDate>
1010
<atom:link href="/authors/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>Simon</title>
13+
<link>/authors/simon/</link>
14+
<pubDate>Tue, 01 Jul 2025 00:00:00 +0000</pubDate>
15+
<guid>/authors/simon/</guid>
16+
<description></description>
17+
</item>
1118
<item>
1219
<title>Akshath</title>
1320
<link>/authors/akshath/</link>
1421
<pubDate>Mon, 05 May 2025 00:00:00 +0000</pubDate>
1522
<guid>/authors/akshath/</guid>
1623
<description></description>
1724
</item>
18-
<item>
19-
<title>Simon</title>
20-
<link>/authors/simon/</link>
21-
<pubDate>Tue, 22 Apr 2025 00:00:00 +0000</pubDate>
22-
<guid>/authors/simon/</guid>
23-
<description></description>
24-
</item>
2525
<item>
2626
<title>Chibbyalucard</title>
2727
<link>/authors/chibbyalucard/</link>

authors/simon/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,16 @@ <h1 class="text--white">Author: Simon</h1>
120120
<div class="flex latest-versions">
121121
<div class="col-2-3 pr-30">
122122

123+
<article class="blog-post-preview pt-20 pb-20">
124+
<h3 class="mb-10">
125+
<a href="/blog/2025-07-01-zap-updates-june-2025/">ZAP Updates - June 2025</a>
126+
</h3>
127+
<section class="p-10 bg--blue-lightest mb-10 mt-10 smaller-text text--blue-dark">
128+
Last Posted <span class="post-date">Tuesday July 1, 2025</span>
129+
</section>
130+
<section class="summary">A new Intro video, lots of authentication work, and more news on the ZAP browser extensions.</section>
131+
</article>
132+
123133
<article class="blog-post-preview pt-20 pb-20">
124134
<h3 class="mb-10">
125135
<a href="/blog/2025-04-22-zap-wins-inaugural-defectdojo-award-for-open-source/">ZAP Wins Inaugural DefectDojo Award for Open-Source Cybersecurity</a>

authors/simon/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 Simon on ZAP</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Tue, 22 Apr 2025 00:00:00 +0000</lastBuildDate>
9+
<lastBuildDate>Tue, 01 Jul 2025 00:00:00 +0000</lastBuildDate>
1010
<atom:link href="/authors/simon/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>ZAP Updates - June 2025</title>
13+
<link>/blog/2025-07-01-zap-updates-june-2025/</link>
14+
<pubDate>Tue, 01 Jul 2025 00:00:00 +0000</pubDate>
15+
<guid>/blog/2025-07-01-zap-updates-june-2025/</guid>
16+
<description>A new Intro video, lots of authentication work, and more news on the ZAP browser extensions.</description>
17+
</item>
1118
<item>
1219
<title>ZAP Wins Inaugural DefectDojo Award for Open-Source Cybersecurity</title>
1320
<link>/blog/2025-04-22-zap-wins-inaugural-defectdojo-award-for-open-source/</link>

blog/2025-05-05-zap-updates-april-2025/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ <h5 id="windows-webdrivers">Windows WebDrivers</h5>
344344
Previous <a class="previous" href="/blog/2025-04-22-zap-wins-inaugural-defectdojo-award-for-open-source/"> ZAP Wins Inaugural DefectDojo Award for Open-Source Cybersecurity</a>
345345

346346

347+
Next <a class="next" href="/blog/2025-07-01-zap-updates-june-2025/"> ZAP Updates - June 2025</a>
348+
347349
</div>
348350
</article>
349351
<aside class="col-1-3">
41.6 KB
Loading
27.9 KB
Loading
53.1 KB
Loading

0 commit comments

Comments
 (0)