Skip to content

Commit 5a725a0

Browse files
byJuannDevJuan
andauthored
Update Archive Dependency to Fix Path Traversal Vulnerability (#379)
This pull request updates the version of the Archive dependency to eliminate a security vulnerability related to path traversal. The new version of the library includes fixes that prevent the exploitation of this vulnerability, ensuring that input paths are handled securely. Please review the update and let me know if any further adjustments are needed. For more information about this vulnerability, you can refer: - GHSA-9v85-q87q-g4vg - https://osv.dev/vulnerability/GHSA-9v85-q87q-g4vg Thank you for your consideration! Co-authored-by: Juan <jaymerich93@gmail.com>
1 parent 8302c4b commit 5a725a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
flutter: '>=3.16.0'
1313

1414
dependencies:
15-
archive: ^3.0.0
15+
archive: ^3.3.8
1616
flutter:
1717
sdk: flutter
1818
http: ^1.0.0

0 commit comments

Comments
 (0)