diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-06 20:01:19 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-06 20:01:19 +0300 |
commit | 6b166539157ef1475a849a381d15c4a1ca582b66 (patch) | |
tree | bbcbfa82ee40f319b54ee381481f83fb72ee0b9e | |
parent | 5e9cc0fb4895b9097a206df73d8de125549164e2 (diff) | |
download | ydb-6b166539157ef1475a849a381d15c4a1ca582b66.tar.gz |
intermediate changes
ref:263c0dcfff9ce79f8c2f05866372eef9c0e3fb65
-rw-r--r-- | build/rules/go/contrib.policy | 6 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/build/rules/go/contrib.policy b/build/rules/go/contrib.policy index 8b640d22ee..7377d1d826 100644 --- a/build/rules/go/contrib.policy +++ b/build/rules/go/contrib.policy @@ -39,4 +39,10 @@ ALLOW contrib/go/_std_1.18/src/cmd -> contrib/go/_std_1.18/src/cmd DENY .* -> contrib/go/_std/src/cmd DENY .* -> contrib/go/_std_1.18/src/cmd +# STRM-5602, responsible: diman@ +ALLOW strm/media/gomsr -> contrib/go/patched/go-astits +ALLOW contrib/go/patched/go-astits -> contrib/go/patched/go-astits +ALLOW contrib/go/patched/go-astits -> vendor/github.com/asticode/go-astikit +ALLOW contrib/go/patched/go-astits -> vendor/github.com/pkg/profile + DENY .* -> contrib/go/patched/ diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 983d529f09..7821717b35 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -652,9 +652,6 @@ ALLOW .* -> vendor/github.com/klauspost/compress/zstd # CONTRIB-1865 Decorated Syntax Tree for Go AST ALLOW .* -> vendor/github.com/dave/dst -# CONTRIB-1874 Parse and demux MPEG Transport Streams -ALLOW .* -> vendor/github.com/asticode/go-astits - # CONTRIB-1896 Fast, portable, non-Turing complete expression evaluation with gradual typing ALLOW .* -> vendor/github.com/google/cel-go |