Commit Graph

6 Commits

Author SHA1 Message Date
GT610
26efb8e185 fix: Add input validation and bounds checking to parsing methods (#990)
* fix: Resolved boundary condition issues in string processing

Addressed null and length checks during string splitting across multiple model classes to prevent potential null pointer exceptions and array out-of-bounds errors

* fix: Throw exceptions instead of silently returning when package manager output formats are invalid

Modified the _pacman, _opkg, and _apk parsing methods to throw exceptions when input formats are invalid, rather than silently returning, to prevent potential error handling issues.
2026-01-06 23:47:49 +08:00
lollipopkit🏳️‍⚧️
267b0b0a69 opt.: sftp home & back (#533) 2024-08-14 19:01:44 +08:00
lollipopkit
336b11b808 chore: change dart pkg id 2024-06-11 22:06:29 +08:00
lollipopkit
90e25856cf rewrite pkg 2023-04-27 18:46:13 +08:00
lollipopkit
7c84957230 pkg mgr support zypper pacman opkg 2023-01-27 19:19:11 +08:00
lollipopkit
565bc8012a rename: apt -> pkg 2023-01-26 16:19:09 +08:00