-
Notifications
You must be signed in to change notification settings - Fork 349
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: minimagick/minimagick
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d484786
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: minimagick/minimagick
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 293f9bb
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 7 files changed
- 4 contributors
Commits on May 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bcd836a - Browse repository at this point
Copy the full SHA bcd836aView commit details -
It seems older releases are removed from http://www.imagemagick.org/download/ I thought every version (x.y.z-n) is available on somewhere but I can't find the page. According to the following page, every x.y.z-10 should be available but 6.9.10-10 and 7.0.8-10 are not listed. https://www.imagemagick.org/discourse-server/viewtopic.php?t=12212 So I changed install script to find exact download path.
Configuration menu - View commit details
-
Copy full SHA for 028b61c - Browse repository at this point
Copy the full SHA 028b61cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b2ba7 - Browse repository at this point
Copy the full SHA c9b2ba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff8f5df - Browse repository at this point
Copy the full SHA ff8f5dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2965e55 - Browse repository at this point
Copy the full SHA 2965e55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 563cc61 - Browse repository at this point
Copy the full SHA 563cc61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64560f5 - Browse repository at this point
Copy the full SHA 64560f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fca405 - Browse repository at this point
Copy the full SHA 6fca405View commit details -
Configuration menu - View commit details
-
Copy full SHA for a74b73e - Browse repository at this point
Copy the full SHA a74b73eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ce047 - Browse repository at this point
Copy the full SHA b5ce047View commit details -
Merge pull request #427 from koic/suppress_deprecation_warnings_in_pr…
…oduction_code Suppress deprecation warnings in production code
Configuration menu - View commit details
-
Copy full SHA for 87e9059 - Browse repository at this point
Copy the full SHA 87e9059View commit details -
Configuration menu - View commit details
-
Copy full SHA for 152d33a - Browse repository at this point
Copy the full SHA 152d33aView commit details -
Don't allow remote shell execution
Kernel#open accepts a string of format "| <shell command>" which executes the specified shell command and otherwise presumably acts as IO.popen. The open-uri standard library overrides Kernel#open to also accept URLs. However, the overridden Kernel#open just delegates to URI#open, so we switch to using that directly and avoid the remote shell execution vulnerability. For files we just use File.open, which should have the same behaviour as Kernel#open.
3Configuration menu - View commit details
-
Copy full SHA for 4cd5081 - Browse repository at this point
Copy the full SHA 4cd5081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 293f9bb - Browse repository at this point
Copy the full SHA 293f9bbView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff d484786...293f9bb