Commit c12fe5b
committed
Remove
Since Ruby 2.7, this warning is not emitted anymore
It was removed as part of https://bugs.ruby-lang.org/issues/16131
Here's the output of running `ENV['PATH']` against various ruby versions,
when `$PATH` contains a world-writable folder:
```
===============1.8.7-p374================
-e:1: warning: Insecure world writable dir /app/whatever in PATH, mode 040757
===============1.9.3-p551================
-e:1: warning: Insecure world writable dir /app/whatever in PATH, mode 040757
===============2.0.0-p648================
-e:1: warning: Insecure world writable dir /app/whatever in PATH, mode 040757
=================2.1.10==================
-e:1: warning: Insecure world writable dir /app/whatever in PATH, mode 040757
=================2.2.10==================
-e:1: warning: Insecure world writable dir /app/whatever in PATH, mode 040757
==================2.3.8==================
-e:1: warning: Insecure world writable dir /app/whatever in PATH, mode 040757
=================2.4.10==================
-e:1: warning: Insecure world writable dir /app/whatever in PATH, mode 040757
==================2.5.9==================
-e:1: warning: Insecure world writable dir /app/whatever in PATH, mode 040757
=================2.6.10==================
-e:1: warning: Insecure world writable dir /app/whatever in PATH, mode 040757
==================2.7.8==================
==================3.0.7==================
==================3.1.6==================
==================3.2.6==================
==================3.3.6==================
================3.4.0-rc1================
```
In https://bugs.ruby-lang.org/issues/20971, it was OKed to officially deprecate
since not emitting this was unintentional at the timeENABLE_PATH_CHECK workaround1 parent 9b6a2e2 commit c12fe5b
File tree
25 files changed
+0
-225
lines changed- 3.1
- alpine3.20
- alpine3.21
- bookworm
- bullseye
- slim-bookworm
- slim-bullseye
- 3.2
- alpine3.20
- alpine3.21
- bookworm
- bullseye
- slim-bookworm
- slim-bullseye
- 3.3
- alpine3.20
- alpine3.21
- bookworm
- bullseye
- slim-bookworm
- slim-bullseye
- 3.4
- alpine3.20
- alpine3.21
- bookworm
- bullseye
- slim-bookworm
- slim-bullseye
25 files changed
+0
-225
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments