diff options
author | dimastark <dimastark@yandex-team.ru> | 2022-02-10 16:46:02 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:02 +0300 |
commit | 7bd11ff35e97544d119e43447e3e865f2588ee7f (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build | |
parent | db6f3858cf45590a99207ef640c9bc4a28fc4778 (diff) | |
download | ydb-7bd11ff35e97544d119e43447e3e865f2588ee7f.tar.gz |
Restoring authorship annotation for <dimastark@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build')
-rw-r--r-- | build/rules/contrib_restricted.policy | 6 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 26 |
2 files changed, 16 insertions, 16 deletions
diff --git a/build/rules/contrib_restricted.policy b/build/rules/contrib_restricted.policy index 6356642ddd..a83ead1904 100644 --- a/build/rules/contrib_restricted.policy +++ b/build/rules/contrib_restricted.policy @@ -41,9 +41,9 @@ ALLOW passport/infra -> contrib/restricted/keyutils # For Apache Arrow: CONTRIB-1662 ALLOW mds -> contrib/restricted/uriparser -# https://st.yandex-team.ru/CONTRIB-2020 -ALLOW weather -> contrib/restricted/range-v3 - +# https://st.yandex-team.ru/CONTRIB-2020 +ALLOW weather -> contrib/restricted/range-v3 + # ALSA library is LGPL ALLOW yandex_io -> contrib/restricted/alsa-lib ALLOW smart_devices -> contrib/restricted/alsa-lib diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 1fedf6ca1c..3e9c0acada 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -122,9 +122,9 @@ ALLOW .* -> vendor/github.com/360EntSecGroup-Skylar/excelize/v2 # in-process redis server for tests ALLOW .* -> vendor/github.com/alicebob/miniredis/v2 -# AMQP client with RabbitMQ extensions -ALLOW .* -> vendor/github.com/streadway/amqp - +# AMQP client with RabbitMQ extensions +ALLOW .* -> vendor/github.com/streadway/amqp + # AWS client libraries ALLOW .* -> vendor/github.com/aws/aws-sdk-go/aws ALLOW .* -> vendor/github.com/aws/aws-sdk-go/service/s3 @@ -346,9 +346,9 @@ ALLOW .* -> vendor/github.com/pmezard/go-difflib # statsd client library ALLOW .* -> vendor/github.com/smira/go-statsd -# ICMP Ping library -ALLOW .* -> vendor/github.com/sparrc/go-ping - +# ICMP Ping library +ALLOW .* -> vendor/github.com/sparrc/go-ping + # safe and easy casting from one type to another ALLOW .* -> vendor/github.com/spf13/cast @@ -464,9 +464,9 @@ ALLOW .* -> vendor/github.com/google/go-cmp # CORS is a net/http handler implementing Cross Origin Resource Sharing W3 specification ALLOW .* -> vendor/github.com/rs/cors -# read and write from the serial port as a stream of bytes -ALLOW .* -> vendor/github.com/tarm/serial - +# read and write from the serial port as a stream of bytes +ALLOW .* -> vendor/github.com/tarm/serial + # generation tool and serialization library for MessagePack ALLOW .* -> vendor/github.com/tinylib/msgp ALLOW .* -> vendor/github.com/vmihailenco/msgpack @@ -731,10 +731,10 @@ ALLOW library/go/core/log/compat/logrus -> vendor/github.com/sirupsen/logrus # CONTRIB-2127 ALLOW .* -> vendor/github.com/hashicorp/terraform-plugin-sdk/v2 -# CONTRIB-2139 library for building GraphQL servers without any fuss. -ALLOW .* -> vendor/github.com/99designs/gqlgen -ALLOW .* -> vendor/github.com/vektah/gqlparser/v2 - +# CONTRIB-2139 library for building GraphQL servers without any fuss. +ALLOW .* -> vendor/github.com/99designs/gqlgen +ALLOW .* -> vendor/github.com/vektah/gqlparser/v2 + # CONTRIB-2148 dsl for json generating DENY .* -> vendor/github.com/google/go-jsonnet/c-bindings ALLOW .* -> vendor/github.com/google/go-jsonnet |