Skip to content

Conversation

@nyurik
Copy link
Contributor

@nyurik nyurik commented Apr 13, 2024

Ran these commands:

find src -type f -executable -exec chmod -x {} +
find c/src -type f -executable -exec chmod -x {} +

It's a bad security practice to allow non-executable files to have execute permission

This replaces #40

Ran these commands:

```
find src -type f -executable -exec chmod -x {} +
find c/src -type f -executable -exec chmod -x {} +
```
@danielrh danielrh merged commit 1e26a10 into dropbox:master May 4, 2024
@nyurik nyurik deleted the rm-exec branch May 4, 2024 17:36
musicinmybrain added a commit to musicinmybrain/rust-brotli-decompressor that referenced this pull request Sep 22, 2024
Ran this command:

```
find c src -type f -executable -exec chmod -x {} +
```

This corresponds to dropbox/rust-brotli#181.

Signed-off-by: Benjamin A. Beasley <code@musicinmybrain.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants