3 Open Issues Need Help Last updated: Jun 5, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Modify the temporary password printout to include the instance code alongside the username and password for each user. Additionally, improve the page's styling by adding a logo and name to the header.

Complexity: 2/5
enhancement good first issue

Development repository for new aula app

PHP

AI Summary: Integrate Trivy or a similar vulnerability scanner into the existing Docker-based CI/CD pipeline for the Aula app to automatically scan container images for security vulnerabilities before deployment. This involves configuring the scanner, integrating it into the build process, and potentially setting up automated alerts for discovered vulnerabilities.

Complexity: 4/5
enhancement good first issue security

Development repository for new aula app

PHP

AI Summary: Integrate a static analysis tool (Psalm or PHPStan) into the Aula API's PR workflow to automatically analyze PHP code for potential errors and improve code quality. This involves choosing a tool, configuring it for the project, and setting up automated checks within the PR process.

Complexity: 4/5
enhancement good first issue

Development repository for new aula app

PHP