Open Issues Need Help
View All on GitHub Remove symlink resolution in `SquashFS.get` 2 months ago
AI Summary: Remove the symlink resolution functionality from the `SquashFS.get` method in the `dissect.squashfs` Python module. This change aligns with a decision made in a related project to handle symlink resolution at a higher level.
Complexity:
3/5
good first issue
A Dissect module implementing a parser for the SquashFS file system.
Python
Remove directory entry cache 2 months ago
AI Summary: Remove the directory entry cache from the dissect.squashfs module. This involves modifying the code to eliminate caching at the individual node level, aligning with changes made in dissect.extfs.
Complexity:
4/5
good first issue
A Dissect module implementing a parser for the SquashFS file system.
Python