golang.org/x/tools/gopls@v0.15.3/internal/vulncheck/vulntest/testdata/report.yaml (about)

     1  modules:
     2      - module: github.com/gin-gonic/gin
     3        versions:
     4          - fixed: 1.6.0
     5        packages:
     6          - package: github.com/gin-gonic/gin
     7            symbols:
     8              - defaultLogFormatter
     9  description: |
    10      The default Formatter for the Logger middleware (LoggerConfig.Formatter),
    11      which is included in the Default engine, allows attackers to inject arbitrary
    12      log entries by manipulating the request path.
    13  references:
    14      - fix: https://github.com/gin-gonic/gin/pull/1234
    15      - fix: https://github.com/gin-gonic/gin/commit/abcdefg