-
Notifications
You must be signed in to change notification settings - Fork 121
Comparing changes
Open a pull request
base repository: finos/git-proxy
base: v1.5.0
head repository: finos/git-proxy
compare: v1.5.1
- 9 commits
- 7 files changed
- 4 contributors
Commits on Nov 6, 2024
-
Update pullRemote.js to set appropriate directory permissions
This commit modifies the directory creation permissions in the pullRemote function of pullRemote.js. Previously, the function was setting directory permissions to 0777 (full read, write, and execute permissions for user, group, and others). This approach is not aligned with best practices for security, particularly in secure environments such as OpenShift, where overly permissive settings can lead to vulnerabilities. The updated code now sets the permissions to 0755 (read, write, and execute for the user; read and execute for group and others). This change enhances security by restricting write access to the owner only while still allowing necessary read and execute permissions.
Configuration menu - View commit details
-
Copy full SHA for dac735e - Browse repository at this point
Copy the full SHA dac735eView commit details
Commits on Nov 7, 2024
-
Merge pull request #782 from yadnyeshkolte/update-pullRemote.js
fix: Update pullRemote.js to set appropriate directory permissions
Configuration menu - View commit details
-
Copy full SHA for fac98ca - Browse repository at this point
Copy the full SHA fac98caView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6b7d43 - Browse repository at this point
Copy the full SHA c6b7d43View commit details
Commits on Nov 8, 2024
-
fix: adjust auth processor to use custom service url
Now we can override the domains used by the service and proxy the auth processor needs to use those values
Configuration menu - View commit details
-
Copy full SHA for 0a162b6 - Browse repository at this point
Copy the full SHA 0a162b6View commit details -
Merge pull request #786 from 06kellyjac/custom_service_domain
fix: adjust auth processor to use custom service url
Configuration menu - View commit details
-
Copy full SHA for c87d2a0 - Browse repository at this point
Copy the full SHA c87d2a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0ff239 - Browse repository at this point
Copy the full SHA f0ff239View commit details -
Merge pull request #784 from laukik-target/local-setup-fix
fix: update server start script for cross-platform compatibility
Configuration menu - View commit details
-
Copy full SHA for 3dff666 - Browse repository at this point
Copy the full SHA 3dff666View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0c041b - Browse repository at this point
Copy the full SHA b0c041bView commit details -
Merge pull request #787 from finos/release-1.5.1
chore: version bump patch to 1.5.1
Configuration menu - View commit details
-
Copy full SHA for 1e35b93 - Browse repository at this point
Copy the full SHA 1e35b93View commit details
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 v1.5.0...v1.5.1