[PR #67] [MERGED] Fix counter file race-condition vulnerability #101

Closed
opened 2025-11-20 04:16:02 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/antonkomarev/github-profile-views-counter/pull/67
Author: @Brikaa
Created: 9/2/2023
Status: Merged
Merged: 9/2/2023
Merged by: @antonkomarev

Base: masterHead: fix-files-race-condition


📝 Commits (1)

  • 6161585 Use flock to avoid race conditions on views-count file

📊 Changes

1 file changed (+12 additions, -2 deletions)

View changed files

📝 src/CounterFileRepository.php (+12 -2)

📄 Description

Fixes #66


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/antonkomarev/github-profile-views-counter/pull/67 **Author:** [@Brikaa](https://github.com/Brikaa) **Created:** 9/2/2023 **Status:** ✅ Merged **Merged:** 9/2/2023 **Merged by:** [@antonkomarev](https://github.com/antonkomarev) **Base:** `master` ← **Head:** `fix-files-race-condition` --- ### 📝 Commits (1) - [`6161585`](https://github.com/antonkomarev/github-profile-views-counter/commit/61615855decbc9e89a1cf983098a2138e48b2c11) Use flock to avoid race conditions on views-count file ### 📊 Changes **1 file changed** (+12 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/CounterFileRepository.php` (+12 -2) </details> ### 📄 Description Fixes #66 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:16:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/github-profile-views-counter#101