This repository contains educational materials, examples, and small practice projects. Security fixes are handled on the latest version of the repository.
| Version | Supported |
|---|---|
| latest | Yes |
If you find a security issue in an example, project, dependency configuration, or GitHub workflow, please report it by opening a private security advisory on GitHub if available.
If private advisories are not available, open an issue with a clear description and avoid including exploit details that could put users at risk.
Please include:
- affected file or project
- description of the issue
- steps to reproduce
- suggested fix, if known
Security reports may include:
- unsafe file handling
- command injection risks
- unsafe use of user input
- dependency or workflow vulnerabilities
- examples that teach insecure patterns unintentionally
This repository is for learning purposes, but examples should still model safe and responsible Python practices.