4 Open Issues Need Help Last updated: Sep 16, 2025

Open Issues Need Help

View All on GitHub
Discuss disabled tests about 2 months ago

AI Summary: This issue highlights several tests that have been disabled due to uncertainty regarding their expected behavior. The primary goal is to initiate a discussion to clarify and define the correct behavior for these specific tests. Once the behavior is determined, the tests can be re-enabled and properly configured.

Complexity: 3/5
help wanted
User Agent 2 months ago

AI Summary: This issue reports that certain websites, such as baeldung.com, block `wget` requests that do not include a user agent, resulting in a 403 Forbidden error. The problem is resolved by providing a user agent string with the `wget` command.

Complexity: 1/5
help wanted

AI Summary: Implement a new system information endpoint in the CivicSage Java Spring Boot application. This endpoint should return details such as server version, API version, maximum file upload size, and other relevant system information. The information should be gathered from application properties and potentially other configuration sources.

Complexity: 2/5
enhancement good first issue