-
Notifications
You must be signed in to change notification settings - Fork 21.8k
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: rails/rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.7.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rails/rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.7.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 38 files changed
- 2 contributors
Commits on Jun 26, 2023
-
Added check for illegal HTTP header value in redirect_to
The set of legal characters for an HTTP header value is described in https://datatracker.ietf.org/doc/html/rfc7230\#section-3.2.6. This commit adds a check to redirect_to that ensures the provided URL does not contain any of the illegal characters. Downstream consumers of the resulting Location response header may remove the header if it does not comply with the RFC. This can result in a cross site scripting (XSS) vector by allowing for the redirection page to sit idle waiting for user interaction with the provided malicious link. [CVE-2023-28362]
Configuration menu - View commit details
-
Copy full SHA for 1c3f93d - Browse repository at this point
Copy the full SHA 1c3f93dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11d5de1 - Browse repository at this point
Copy the full SHA 11d5de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d949d7 - Browse repository at this point
Copy the full SHA 7d949d7View commit details
Commits on Aug 22, 2023
-
Use a temporary file for storing unencrypted files while editing
When we're editing the contents of encrypted files, we should use the `Tempfile` class because it creates temporary files with restrictive permissions. This prevents other users on the same system from reading the contents of those files while the user is editing them. [CVE-2023-38037]
Configuration menu - View commit details
-
Copy full SHA for c85cc66 - Browse repository at this point
Copy the full SHA c85cc66View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2af578 - Browse repository at this point
Copy the full SHA c2af578View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 3a1b615 - Browse repository at this point
Copy the full SHA 3a1b615View commit details -
Bumping version for new release
I accidentally made it so files have read-only permissions. Making a new release to fix it
Configuration menu - View commit details
-
Copy full SHA for 1f03e9d - Browse repository at this point
Copy the full SHA 1f03e9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56bcc0a - Browse repository at this point
Copy the full SHA 56bcc0aView 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 v6.1.7.3...v6.1.7.6