Open Issues Need Help
View All on GitHub use ash version with CVE-2025-48043 fixed 5 months ago
AI Summary: This issue requests updating the 'ash' dependency to version 3.6.2 or later to address a security vulnerability (CVE-2025-48043). This is a straightforward dependency update task, likely involving modifying a version number in a configuration file and running tests.
Complexity:
1/5
good first issue chore
typed struct 6 months ago
enhancement good first issue
simplify dsl 7 months ago
AI Summary: This GitHub issue proposes simplifying an existing DSL. The primary goal is to eliminate the need for `outstanding do` by making `expect` optional, thereby defaulting to using all attributes. Additionally, it suggests enhancing `expect` to filter attributes based on `private?` and `sensitive?` flags, similar to `ash_json`'s `pick`.
Complexity:
3/5
enhancement good first issue