mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 22:28:47 -05:00
[PR #3007] [MERGED] fix: use subprocess instead of os.system in fetch_github_stars.py #6714
Reference in New Issue
Block a user
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/vinta/awesome-python/pull/3007
Author: @orbisai0security
Created: 3/30/2026
Status: ✅ Merged
Merged: 3/30/2026
Merged by: @vinta
Base:
master← Head:fix-fix-v-006-graphql-injection-sanitization📝 Commits (1)
babb09ffix: use subprocess instead of os.system in fetch_github_stars.py📊 Changes
1 file changed (+5 additions, -1 deletions)
View changed files
📝
website/fetch_github_stars.py(+5 -1)📄 Description
Summary
Fix critical severity security issue in
website/fetch_github_stars.py.Vulnerability
V-006website/fetch_github_stars.py:179Description: The Python CLI scripts at website/fetch_github_stars.py:179 and website/build.py:208 serve as entry points that invoke the compiled C/C++ hyphen binary. If these scripts use subprocess.call(), os.s...
Changes
website/fetch_github_stars.pyVerification
Automated security fix by OrbisAI Security
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.