<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Integrity on Wirez</title><link>https://wirez.top/tags/integrity/</link><description>Recent content in Integrity on Wirez</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 01 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://wirez.top/tags/integrity/index.xml" rel="self" type="application/rss+xml"/><item><title>Reproducible builds fix signature flaws in 2025</title><link>https://wirez.top/posts/reproducible-builds-fix-signature-flaws-in-2025/</link><pubDate>Sun, 01 Mar 2026 00:00:00 +0000</pubDate><guid>https://wirez.top/posts/reproducible-builds-fix-signature-flaws-in-2025/</guid><description>&lt;meta charset="utf-8">
&lt;!-- wp:html -->
&lt;script type="application/ld+json">
{
 "@context": "https://schema.org",
 "@type": "FAQPage",
 "mainEntity": [
 {
 "@type": "Question",
 "name": "What specific security gap do static SBOMs fail to address in 2026?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Static SBOMs cannot detect bit-for-bit binary alterations caused by compromised build environments. Open-source malware detections surged 73% in 2025, proving that passive visibility tools alone are insufficient for modern supply-chain security."
 }
 },
 {
 "@type": "Question",
 "name": "How does hash-based integrity simplify Linux kernel module authentication compared to signatures?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Hash-based methods eliminate complex PKCS#7 stacks and certificate management required by traditional signature verification. This approach removes the cumbersome overhead of maintaining databases for legitimate dynamic changes during frequent module updates."
 }
 },
 {
 "@type": "Question",
 "name": "What resource trade-off occurs when embedding module hashes directly into the vmlinux binary?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Embedding module lists directly into the kernel binary introduces a permanent memory overhead cost. This design exchanges CPU cycles spent on crypto operations for increased RAM consumption during runtime execution."
 }
 },
 {
 "@type": "Question",
 "name": "How does the Debaudit service differ from existing Debian reproducibility verification tools?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Debaudit verifies that source packages faithfully represent upstream repositories rather than just checking binary reproduction. This service complements existing tools by focusing on the preceding step of ensuring source package fidelity."
 }
 },
 {
 "@type": "Question",
 "name": "Why must organizations adopt reproducible builds given recent trends in exposed development secrets?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Exposed development secrets grew by 11% year-over-year, demanding a shift from passive observation to active enforcement. Reproducible builds provide the deterministic validation necessary for agentic governance models to remediate threats instantly."
 }
 }
 ]
}
&lt;/script>
&lt;!-- /wp:html -->
&lt;!-- wp:html -->
&lt;style>
.faq-section { margin: 24px 0; padding: 24px 0; border-top: 2px solid #e5e7eb; }
.faq-section-title { color: #1a1a1a; font-size: clamp(1.2rem, 3vw, 1.4rem); font-weight: 700; margin-bottom: 24px; text-align: center; }
.faq-item { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 12px; overflow: hidden; transition: all 0.3s ease; }
.faq-item:hover { border-color: #2563eb; box-shadow: 0 4px 6px rgba(0,0,0,0.05); transform: translateY(-2px); }
.faq-question { background: #f9fafb; padding: 12px 16px; cursor: pointer; position: relative; transition: all 0.3s ease; border: none; width: 100%; text-align: left; font-family: inherit; display: block; }
.faq-question:hover { background: #e8f0fe; }
.faq-question-text { color: #1a1a1a; font-size: 1rem; font-weight: 600; line-height: 1.5; margin: 0; padding-right: 2rem; display: inline-block; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; padding: 0 16px; }
.faq-item.active .faq-answer { max-height: 1000px; padding: 0 16px 16px; }
.faq-answer-text { color: #4b5563; font-size: 1rem; line-height: 1.7; margin: 12px 0 0; }
&lt;/style>
&lt;script>
(function() {
 function initFAQ() {
 var qs = document.querySelectorAll(".faq-question");
 for (var i = 0; i &lt; qs.length; i++) {
 qs[i].addEventListener("click", function() {
 var item = this.closest(".faq-item");
 var wasActive = item.classList.contains("active");
 var allItems = document.querySelectorAll(".faq-item");
 for (var j = 0; j &lt; allItems.length; j++) { allItems[j].classList.remove("active"); }
 if (!wasActive) item.classList.add("active");
 this.setAttribute("aria-expanded", String(!wasActive));
 });
 }
 }
 if (document.readyState === "loading") {
 document.addEventListener("DOMContentLoaded", initFAQ);
 } else {
 initFAQ();
 }
})();
&lt;/script>
&lt;!-- /wp:html -->
&lt;!-- wp:paragraph {"className":"std-text"} -->
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph {"className":"std-text"} -->
&lt;p class="std-text">Open-source malware detections surged 73% in 2025. Static SBOMs cannot stop this bleed. The industry must ditch the &amp;quot;visibility era&amp;quot; and enforce &lt;strong>reproducible builds&lt;/strong> as the engine for &lt;strong>agentic governance&lt;/strong>. Security shifts from passive watching to active, automated integrity enforcement where AI agents kill threats in real-time.&lt;/p></description></item></channel></rss>