Open
Conversation
* update GHA to run with multiple rubies * feat: use RSpec rake task * Resolve gcc 11 compatibility issue (masamitsu-murase#36) * Resolve Ruby 3.0.x/bundler cache issue with 7z.so (p7zip converted to Ruby extension) Co-authored-by: Maxim [maxirmx] Samsonov <m.samsonov@computer.org>
Secure loading of libraries to prevent DLL preloading attacks https://support.microsoft.com/en-us/help/2389418/secure-loading-of-libraries-to-prevent-dll-preloading-attacks
* Fix: Dll Loading * Fix: Extract Path * Update: p7zip 16.02 * Added a script to extract p7zip archive. * Modified the program to support p7zip-16.02. * Update: 7z1900 Dll's * Patch: p7zip_16.02+dfsg-7.debian * Modified p7zip/extract.sh to apply Debian Patch. * Teeny version upgrade. * Added Unit Test. * Improved Unit Test. * Added Unit Test. * typo * Added Unit Test. * typo * The code was improved. Fixed an error message when decryption of wrong password failed. Added taint marks to file paths in archives. * Added the description of extrace.sh. * Imported cut and pasted update of p7zip-16.02. Besides, Added Tainted mark to generated Ruby String. * The exception to be thrown was changed to an appropriate class. * Merge completion * Fixing issues * Fixed invalid password tests * rb_tainted_str_new (deprecated) --> rb_str_new * Fixed merge issue * Fixed compression level tests * Consistent handling of invalid or missing passwords Co-authored-by: niloufar <manew1n-jewr@yahoo.co.jp>
* Fixed GCC 12 compatibility * Added tests on Alpine * Added tests on Ruby 3.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.