diff --git a/issues/README.md b/issues/README.md index 2f53437..05c2fed 100644 --- a/issues/README.md +++ b/issues/README.md @@ -5,15 +5,18 @@ | Metric | Value | |--------|-------| | ⭐ Stars | 17 | -| 📥 Clones (last 14 days) | 1400 | -| 🟢 Open Issues | 1 | +| 📥 Clones (last 14 days) | 266 | +| 🟢 Open Issues | 2 | | 📋 Total Issues | 0 | | 🛡 Dependabot Open Alerts | 0 | -| 🔍 CodeScan Open Alerts | 1 | +| 🔍 CodeScan Open Alerts | 4 | ## Issues ## Code Scanning Alerts +- [CodeScan #21](./codescan/alert_21.md) - cpp/overflowing-snprintf (warning) - open +- [CodeScan #20](./codescan/alert_20.md) - cpp/overflowing-snprintf (warning) - open +- [CodeScan #19](./codescan/alert_19.md) - actions/missing-workflow-permissions (warning) - open - [CodeScan #2](./codescan/alert_2.md) - cpp/integer-multiplication-cast-to-long (warning) - open Total issues downloaded: 0 diff --git a/issues/codescan/alert_19.md b/issues/codescan/alert_19.md new file mode 100644 index 0000000..9808bf8 --- /dev/null +++ b/issues/codescan/alert_19.md @@ -0,0 +1,10 @@ +# Code Scanning Alert #19: actions/missing-workflow-permissions + +- **State:** open +- **Severity:** warning +- **Tool:** CodeQL +- **Created:** 2026-07-17T06:03:05Z +- **URL:** https://github.com/grisuno/FreeDom/security/code-scanning/19 + +## Description +Workflow does not contain permissions diff --git a/issues/codescan/alert_20.md b/issues/codescan/alert_20.md new file mode 100644 index 0000000..8ceeca1 --- /dev/null +++ b/issues/codescan/alert_20.md @@ -0,0 +1,10 @@ +# Code Scanning Alert #20: cpp/overflowing-snprintf + +- **State:** open +- **Severity:** warning +- **Tool:** CodeQL +- **Created:** 2026-07-30T01:00:09Z +- **URL:** https://github.com/grisuno/FreeDom/security/code-scanning/20 + +## Description +Potentially overflowing call to snprintf diff --git a/issues/codescan/alert_21.md b/issues/codescan/alert_21.md new file mode 100644 index 0000000..ba2fc13 --- /dev/null +++ b/issues/codescan/alert_21.md @@ -0,0 +1,10 @@ +# Code Scanning Alert #21: cpp/overflowing-snprintf + +- **State:** open +- **Severity:** warning +- **Tool:** CodeQL +- **Created:** 2026-08-15T01:28:54Z +- **URL:** https://github.com/grisuno/FreeDom/security/code-scanning/21 + +## Description +Potentially overflowing call to snprintf