Open Issues Need Help
View All on GitHub Fix input validation loop and undefined variables 6 months ago
AI Summary: This issue addresses two bugs in the CLI version of an application. First, it corrects an infinite loop vulnerability caused by incorrect input validation logic. Second, it resolves a NameError by replacing undefined armor variables with their correct names and updating related display text.
Complexity:
2/5
good first issue hacktoberfest bounty 50 hacknight-2025
Add requirements.txt and fix all errors in GUI2.py 6 months ago
AI Summary: This issue requires the creation of a `requirements.txt` file to document project dependencies and the Python version. Additionally, it mandates fixing indentation errors within the `GUI2.py` file to ensure the code runs without syntax errors.
Complexity:
2/5
documentation good first issue hacktoberfest bounty 50 hacknight-2025