diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-03-21 15:48:21 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-03-21 15:48:21 +0300 |
commit | 24a312123aa4ab07f779fdae441aef7d75a6ddf7 (patch) | |
tree | d06c3cef1dd0c366f04593e1d8674c5789090109 | |
parent | 1accd195372e8d076a81864bbde9356028d58667 (diff) | |
download | ydb-24a312123aa4ab07f779fdae441aef7d75a6ddf7.tar.gz |
Intermediate changes
-rw-r--r-- | build/rules/contrib_python.policy | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 605e6a83cf..c5ff4cc140 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -675,3 +675,7 @@ ALLOW noc/.* -> contrib/python/asyncssh ALLOW jupytercloud/backend/.* -> contrib/python/asyncssh ALLOW intranet/trip -> contrib/python/asyncssh DENY .* -> contrib/python/asyncssh + +# https://st.yandex-team.ru/CONTRIB-2913 +ALLOW logos/.* -> contrib/python/pysftp +DENY .* -> contrib/python/pysftp |