Skip to content

Commit 8e28dde

Browse files
Included the Sql-Storage Blog Post
Including the blog post "Introducing Minefield's SQL Storage"
1 parent d607fd4 commit 8e28dde

File tree

4 files changed

+45
-2
lines changed
  • blog
    • 2024-10-12-Can-Minefield's-Air-Gapped-SBOM-Graph-Function-Like-Git's-Disconnected-Mode
    • 2024-10-25-Isolating-and-Fixing-Vulnerabilities-in-an-Air-Gapped-Environment
    • 2024-12-3-Sql-Storage
  • static/img/blog/introducing-sql-storage

4 files changed

+45
-2
lines changed

blog/2024-10-12-Can-Minefield's-Air-Gapped-SBOM-Graph-Function-Like-Git's-Disconnected-Mode/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ slug: Air-Gapped-Vulnerability
33
title: How Minefield Enables Air-Gapped SBOM Vulnerability Graphing Like Git's Disconnected Mode
44
description: How Minefield Graphed Vulnerabilities in an Air-Gapped Environment
55
authors: [BitBom]
6-
tags: [air-gapped, vulnerabilities]
6+
tags: [Air-Gapped, Vulnerabilities, Minefield]
77
image: "/img/blog/air-gapped-sbom-vuln-graphing-like-git-disconnected-mode/caged-floating-island.png"
88
---
99

blog/2024-10-25-Isolating-and-Fixing-Vulnerabilities-in-an-Air-Gapped-Environment/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ slug: isolating-and-fixing-vulnerabilities-in-an-air-gapped-environment
33
title: Isolating and Fixing Vulnerabilities in an Air-Gapped Environment
44
description: How we isolated and fixed vulnerabilities in an air-gapped environment
55
authors: [BitBom]
6-
tags: [air-gapped, vulnerabilities]
6+
tags: [Air-Gapped, Vulnerabilities, Minefield]
77
image: "/img/blog/air-gapped-vulnerabilities/air-gapped-vulnerabilities.png"
88
---
99

blog/2024-12-3-Sql-Storage/index.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
slug: introducing-sql-storage
3+
title: Introducing Minefield's SQL Storage
4+
description: What's new in Minefield's SQL Storage
5+
authors: [BitBom]
6+
tags: [SQL, Minefield]
7+
image: "/img/blog/introducing-sql-storage/intro-to-sql.png"
8+
---
9+
10+
![caged-floating-island](/img/blog/introducing-sql-storage/intro-to-sql.png)
11+
12+
Isolating and Identifying Critical Vulnerabilities in under 5 minutes (coffee break ;))
13+
14+
<!-- truncate -->
15+
16+
---
17+
*TL;DR*
18+
19+
*Minefield simplifies the process of discovering and addressing vulnerabilities across complex software projects by using fast, bitwise queries and Roaring Bitmaps to analyze Software Bill of Materials (SBOMs) in air-gapped environments. With straightforward commands, you can quickly identify affected packages, assess their impact, prioritize fixes for critical components, and systematically eliminate risks. Soon, an integrated Language Learning Model (LLM) will make writing these queries even easier, enabling more intuitive and efficient security management without compromising on safety.*
20+
21+
We are excited to announce that Minefield now supports SQL-based storage solutions, in addition to the existing Redis integration. This enhancement offers users greater flexibility in managing their Software Bill of Materials (SBOM) data, catering to diverse operational needs and preferences.
22+
23+
## Understanding the Storage Options: Redis vs. SQL
24+
25+
- **Redis**: A high-performance, in-memory data store known for its speed and efficiency, Redis is ideal for applications requiring rapid data access and real-time analytics.
26+
- **SQL Databases**: Traditional relational databases that provide robust data integrity, complex querying capabilities, and persistent storage. Suitable for applications where data consistency and long-term storage are paramount.
27+
28+
## Benefits of SQL Integration in Minefield
29+
30+
1. **Enhanced Data Persistence**: SQL databases ensure that your SBOM data is stored persistently, safeguarding against data loss even during system restarts or failures.
31+
2. **Scalability**: SQL databases are well-suited for handling large datasets, making them ideal for enterprises managing extensive SBOM information.
32+
3. **Data Integrity**: With built-in support for transactions and constraints, SQL databases maintain high levels of data integrity, ensuring the accuracy and reliability of your SBOM data.
33+
34+
## Choosing the Right Storage Solution
35+
36+
The addition of SQL support allows Minefield users to select the storage solution that best aligns with their specific requirements:
37+
38+
- Opt for **Redis** when speed and real-time data access are critical.
39+
- Choose **SQL** for scenarios where data persistence and integrity are essential.
40+
41+
This flexibility ensures Minefield can adapt to various operational contexts, providing a tailored experience for every user.
42+
43+
We encourage you to explore this new feature and determine how it can enhance your SBOM management processes. As always, we welcome your feedback and look forward to improving Minefield to meet your evolving needs.
Loading

0 commit comments

Comments
 (0)