diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-11 18:14:11 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-11 18:14:11 +0300 |
commit | a17cefce2820c85de7c50d6fded10d05274e633c (patch) | |
tree | 4ab445278a07d4c4a1e62e576bd8cef3c8ede166 | |
parent | a097dbc38cdda181007f82b800a450be373aaf79 (diff) | |
download | ydb-a17cefce2820c85de7c50d6fded10d05274e633c.tar.gz |
intermediate changes
ref:b337eff92f337f4ca9176e55b0a3ff31dde3f0ba
-rw-r--r-- | build/rules/go/contrib.policy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/rules/go/contrib.policy b/build/rules/go/contrib.policy index 1c7810e2bc0..72e90c9f58e 100644 --- a/build/rules/go/contrib.policy +++ b/build/rules/go/contrib.policy @@ -30,4 +30,7 @@ ALLOW contrib/go/patched/gobgp -> vendor/github.com/jessevdk/go-flags ALLOW contrib/go/patched/gobgp -> vendor/github.com/kr/pretty ALLOW contrib/go/patched/gobgp -> vendor/github.com/go-test/deep +# CONTRIB-2469, responsible: diman@ +ALLOW noc/nocauth -> contrib/go/patched/tacplus + DENY .* -> contrib/go/patched/ |