Andrei Podznoev

Results 4 issues of Andrei Podznoev

Hello! As of [AIP-121](https://google.aip.dev/121#methods) definition for resource-oriented design, > If the request to or the response from a standard method (or a custom method in the same service) is the...

type: feature request
priority: p3

Steps to reproduce: - Setup git config file to contain a feature requiring `index.version = 4`, e.g. ``` [feature] manyFiles = true ``` - Checkout a branch, call `git status`...

Currently, the plugin performs linting like: ``` runBufCommand( project, owner, workingDirectory, listOf("lint", "--error-format=json"), expectedExitCodes = setOf(0, BUF_EXIT_CODE_FILE_ANNOTATION), ) ``` using default Buf settings. In case the project follows a different...

**The context** The project appears to be affected by [CVE-2025-55163](https://advisories.gitlab.com/pkg/maven/io.grpc/grpc-netty-shaded/CVE-2025-55163/), which impacts the `io.grpc:grpc-netty-shaded` dependency transitively brought by `io.grpc` . Dependency Reference: The vulnerable dependency is introduced at: https://github.com/grpc-ecosystem/grpc-spring/blob/master/build.gradle#L14C9-L14C20 with...

bug