Skip to content

Commit d60fc96

Browse files
Add security audit post (#1254)
Co-authored-by: Sergey Panteleev <[email protected]>
1 parent 26adabc commit d60fc96

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

archive/archive.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri>http://php.net/contact</uri>
1010
<email>[email protected]</email>
1111
</author>
12+
<xi:include href="entries/2025-04-10-1.xml"/>
1213
<xi:include href="entries/2025-03-14-1.xml"/>
1314
<xi:include href="entries/2025-03-13-5.xml"/>
1415
<xi:include href="entries/2025-03-13-4.xml"/>

archive/entries/2025-04-10-1.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP Core Undergoes Security Audit – Results Now Available</title>
4+
<id>https://www.php.net/archive/2025.php#2025-04-10-1</id>
5+
<published>2025-04-10T11:59:24+00:00</published>
6+
<updated>2025-04-10T11:59:24+00:00</updated>
7+
<link href="https://www.php.net/index.php#2025-04-10-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2025.php#2025-04-10-1" rel="via" type="text/html"/>
9+
<category term="frontpage" label="PHP.net frontpage news"/>
10+
<content type="xhtml">
11+
<div xmlns="http://www.w3.org/1999/xhtml">
12+
<p>
13+
A focused security audit of the PHP source code (<a href="https://github.com/php/php-src">php/php-src</a>) was recently completed, commissioned by the <a href="https://www.sovereign.tech/">Sovereign Tech Agency</a>, organized by <a href="https://thephp.foundation/">The PHP Foundation</a> in partnership with <a href="https://ostif.org/">OSTIF</a>, and performed by <a href="https://www.quarkslab.com/">Quarkslab</a>. The audit targeted the most critical parts of the codebase, leading to 27 findings, 17 with security implications, including four CVEs.
14+
</p>
15+
<p>
16+
All issues have been addressed by the PHP development team. Users are encouraged to upgrade to the latest PHP versions to benefit from these security improvements.
17+
</p>
18+
<p>
19+
Read the full <a href="https://thephp.foundation/assets/files/24-07-1730-REP-V1.4_temp.pdf">audit report</a>.
20+
More details in <a href="https://thephp.foundation/blog/2025/04/10/php-core-security-audit-results/">the PHP Foundation blog post</a>.
21+
</p>
22+
<p>
23+
If your organization is interested in sponsoring further audits, please contact The PHP Foundation team: <a href="mailto:[email protected]">[email protected]</a>.
24+
</p>
25+
</div>
26+
</content>
27+
</entry>

0 commit comments

Comments
 (0)