diff options
author | Ricardo Casía <31012661+rcasia@users.noreply.github.com> | 2025-03-29 13:30:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-29 05:30:30 -0700 |
commit | 874e2149931f40c41c470c2a6ca6c6719fab4c4d (patch) | |
tree | cdc8651e44fcb72db48d616b32c025299918cbed | |
parent | 6ef5dd5266822960d254b8acd5ab0934cc2b117e (diff) | |
download | rneovim-874e2149931f40c41c470c2a6ca6c6719fab4c4d.tar.gz rneovim-874e2149931f40c41c470c2a6ca6c6719fab4c4d.tar.bz2 rneovim-874e2149931f40c41c470c2a6ca6c6719fab4c4d.zip |
fix: remove exec permission from .gitattributes #33140
Problem:
.gitattributes was marked as executable, which isn’t needed for a config
file and goes against the principle of least privilege.
Solution:
Set file mode to 100644 to reflect its intended use.
-rw-r--r--[-rwxr-xr-x] | .gitattributes | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 381fc27e80..381fc27e80 100755..100644 --- a/.gitattributes +++ b/.gitattributes |