[PR #741] [CLOSED] fix: use 644 instead of 755 for the configuration file #4285

Closed
opened 2026-03-15 01:36:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/741
Author: @srevinsaju
Created: 5/7/2021
Status: Closed

Base: devHead: work/srevinsaju/fix-chmod-n


📝 Commits (1)

  • 387e86a fix: use 644 instead of 755 for the configuration file

📊 Changes

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

View changed files

📝 archivebox/config.py (+1 -1)

📄 Description

Summary

ArchiveBox attempted to create configuration files 'ArchiveBox.conf'
which had execute permissions '+x' for everyone, which didnt seem safe
which seems to introduce security vulnerabilities.

Related issues

None

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Snapshot data layout on disk

🔄 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/ArchiveBox/ArchiveBox/pull/741 **Author:** [@srevinsaju](https://github.com/srevinsaju) **Created:** 5/7/2021 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `work/srevinsaju/fix-chmod-n` --- ### 📝 Commits (1) - [`387e86a`](https://github.com/ArchiveBox/ArchiveBox/commit/387e86a4cbc9ab6bc8f86ba1c0c1dc5fb10976de) fix: use 644 instead of 755 for the configuration file ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/config.py` (+1 -1) </details> ### 📄 Description <!-- IMPORTANT: Do not submit PRs with only formatting / PEP8 / line length changes. --> # Summary ArchiveBox attempted to create configuration files 'ArchiveBox.conf' which had execute permissions '+x' for everyone, which didnt seem safe which seems to introduce security vulnerabilities. # Related issues None # Changes these areas - [ ] Bugfixes - [x] Feature behavior - [ ] Command line interface - [x] Configuration options - [ ] Internal architecture - [x] Snapshot data layout on disk --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 01:36:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#4285
No description provided.