Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaumefalourd/poc-subprocess
POC using subprocess lib in Python 🐍
https://github.com/guillaumefalourd/poc-subprocess
poc python subprocess
Last synced: about 2 months ago
JSON representation
POC using subprocess lib in Python 🐍
- Host: GitHub
- URL: https://github.com/guillaumefalourd/poc-subprocess
- Owner: GuillaumeFalourd
- License: apache-2.0
- Created: 2021-12-08T11:58:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T11:13:32.000Z (3 months ago)
- Last Synced: 2024-10-12T14:38:45.696Z (3 months ago)
- Topics: poc, python, subprocess
- Language: Python
- Homepage: https://docs.python.org/3/library/subprocess.html
- Size: 80.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# POC subprocess
[![Security Pipeline](https://github.com/GuillaumeFalourd/formulas-github/actions/workflows/security_pipeline.yml/badge.svg)](https://github.com/GuillaumeFalourd/formulas-github/actions/workflows/security_pipeline.yml) [![Super Linter](https://github.com/GuillaumeFalourd/formulas-github/actions/workflows/super-linter.yml/badge.svg)](https://github.com/GuillaumeFalourd/formulas-github/actions/workflows/super-linter.yml) [![Gitleaks](https://github.com/GuillaumeFalourd/repo-template/actions/workflows/gitleaks.yml/badge.svg)](https://github.com/GuillaumeFalourd/repo-template/actions/workflows/gitleaks.yml)
☞ POC using the [subprocess library](https://docs.python.org/3/library/subprocess.html) with Python.
**References:**
- https://github.com/GuillaumeFalourd/poc-subprocess
- https://geekflare.com/learn-python-subprocess/## Warning
_Never pass untrusted input to `subprocess.run`. As `subprocess.run` has the ability to execute arbitrary commands on your computer, malicious individuals can use it to manipulate your computer in unexpected ways._
## 🤝 Contributing
☞ If you're interested in contributing to this repository, please follow the [guidelines](https://github.com/GuillaumeFalourd//blob/main/CONTRIBUTING.md)
## 🏅 Licensed
☞ This repository uses the [Apache License 2.0](https://github.com/GuillaumeFalourd//blob/main/LICENSE)