mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-05-09 16:25:58 +02:00
[PR #236] [MERGED] Fix/security audit #313
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/portfolio/pull/236
Author: @BreizhHardware
Created: 12/8/2025
Status: ✅ Merged
Merged: 12/8/2025
Merged by: @BreizhHardware
Base:
dev← Head:fix/security-audit📝 Commits (3)
da882e7chore(security): Add daily security audit7b27c8fchore(security): Remove githubStatSection438beafchore(security): Update package version to imporve security📊 Changes
7 files changed (+506 additions, -1116 deletions)
View changed files
➕
.devcontainer/devcontainer.json(+14 -0)➕
.github/workflows/audit.yml(+47 -0)📝
package.json(+9 -9)📝
pnpm-lock.yaml(+436 -869)📝
src/App.tsx(+0 -3)➖
src/components/GitHubStatsSection.tsx(+0 -234)📝
src/components/Menu.tsx(+0 -1)📄 Description
This pull request removes the GitHub statistics section from the application UI and navigation, and introduces new configuration for development containers and automated security auditing. The main changes are grouped below by theme.
UI and Feature Removal:
GitHubStatsSectioncomponent, all related code, and its display fromsrc/App.tsx, eliminating the GitHub statistics feature from the UI. [1] [2] [3]src/components/Menu.tsx, reflecting the removal of the statistics section.Development and CI Improvements:
.devcontainer/devcontainer.jsonconfiguration to support development environments with Node.js, pnpm, and Git LFS..github/workflows/audit.ymlGitHub Actions workflow for automated daily and scheduled security audits, with issue creation on failure.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.