flutter-live-stream-ui
flutter-live-stream-ui copied to clipboard
chore(deps): bump archive from 3.3.1 to 3.3.8
trafficstars
Bumps archive from 3.3.1 to 3.3.8.
Changelog
Sourced from archive's changelog.
3.3.8 - September 02, 2023
- Fix for zip security issue with symlinks, brendan-duncan/archive#265. https://osv.dev/vulnerability/GHSA-9v85-q87q-g4vg.
- Fix for zip security issue with file paths, brendan-duncan/archive#266. https://osv.dev/vulnerability/GHSA-r285-q736-9v95.
- Add progress callback for decoding zip files.
- Don't allow tar files to include absolute paths.
- Fix error decoding AES-192.
3.3.7 - April 01, 2023
- Add Zip AES-256 decryption
- Fix symlink encoding for tar files
3.3.6 - January 27, 2023
- Fix errors decoding XZ files.
3.3.5 - November 22, 2022
- Fix file content when decoding zips
3.3.4 - November 11, 2022
- Fix analysis errors.
3.3.3 - November 11, 2022
- Support symlinks in ZIP archives
- Fix ZIP decryption for ZipCrypto format
3.3.2 - October 16, 2022
- Fix for UTF-8 file name caused problem on Windows.
Commits
01110f0Update to 3.3.80d17b27Use central directory filename instead of local file name when extracting zip...6de4923improve symlink validation checkedb0d48don't create symlinks to files outside of the extracted path85ac8dfMerge pull request #272 from Mastbau-FN/maindd10d64Merge pull request #275 from skythomp16/main0e7e48ePrevent tar creation from including full file pathd6fa3c3add progress callback (fixes #112 for compression of zips only)76e9cd2Close file input in extractArchiveToDiska888d54Fix error decoding AES-192- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.