commit | 82d5f013f96d38867985469bf47bd36ff199a256 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Wed Nov 24 16:14:24 2021 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Nov 24 16:14:24 2021 +0100 |
tree | d924058c71c10f91b2e780b6238a699ada2b3a89 | |
parent | f03b53c81d52344c29d7a5434ac32f3127cebf75 [diff] |
BUG/MINOR: lua: don't expose internal proxies Since internal proxies are now in the global proxy list, they are now reachable from core.proxies, core.backends, core.frontends. This patch fixes the issue by checking the PR_CAP_INT flag before exposing them in lua, so the user can't have access to them. This patch must be backported in 2.5.