mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Add changed framework coverage reports
This commit is contained in:
@@ -48,28 +48,32 @@ github.com/couchbase/gocb,,,18,,,,18,
|
||||
github.com/couchbaselabs/gocb,,,18,,,,18,
|
||||
github.com/cristalhq/jwt,1,,,1,,,,
|
||||
github.com/dgrijalva/jwt-go,3,,9,2,1,,9,
|
||||
github.com/elazarl/goproxy,,,2,,,,2,
|
||||
github.com/elazarl/goproxy,,2,2,,,2,2,
|
||||
github.com/emicklei/go-restful,,7,,,,7,,
|
||||
github.com/evanphx/json-patch,,,12,,,,12,
|
||||
github.com/form3tech-oss/jwt-go,2,,,2,,,,
|
||||
github.com/gin-gonic/gin,,,2,,,,2,
|
||||
github.com/gin-gonic/gin,,46,2,,,46,2,
|
||||
github.com/go-chi/chi,,3,,,,3,,
|
||||
github.com/go-chi/jwtauth,1,,,1,,,,
|
||||
github.com/go-jose/go-jose/jwt,1,,4,,1,,4,
|
||||
github.com/go-kit/kit/auth/jwt,1,,,1,,,,
|
||||
github.com/go-pg/pg/orm,,,6,,,,6,
|
||||
github.com/golang-jwt/jwt,3,,11,2,1,,11,
|
||||
github.com/golang/protobuf/proto,,,4,,,,4,
|
||||
github.com/gorilla/mux,,1,,,,1,,
|
||||
github.com/json-iterator/go,,,4,,,,4,
|
||||
github.com/kataras/iris/middleware/jwt,1,,,1,,,,
|
||||
github.com/kataras/jwt,5,,,5,,,,
|
||||
github.com/labstack/echo,,,2,,,,2,
|
||||
github.com/labstack/echo,,12,2,,,12,2,
|
||||
github.com/lestrrat-go/jwx,1,,,1,,,,
|
||||
github.com/lestrrat-go/jwx/jwk,1,,,1,,,,
|
||||
github.com/lestrrat/go-jwx/jwk,1,,,1,,,,
|
||||
github.com/ory/fosite/token/jwt,2,,,2,,,,
|
||||
github.com/revel/revel,,,10,,,,10,
|
||||
github.com/robfig/revel,,,10,,,,10,
|
||||
github.com/revel/revel,,21,10,,,21,10,
|
||||
github.com/robfig/revel,,21,10,,,21,10,
|
||||
github.com/sendgrid/sendgrid-go/helpers/mail,,,1,,,,1,
|
||||
github.com/valyala/fasthttp,,,5,,,,5,
|
||||
github.com/square/go-jose/jwt,1,,4,,1,,4,
|
||||
github.com/valyala/fasthttp,,50,5,,,50,5,
|
||||
go.uber.org/zap,,,11,,,,11,
|
||||
golang.org/x/net/context,,,5,,,,5,
|
||||
golang.org/x/net/html,,,16,,,,16,
|
||||
@@ -79,7 +83,7 @@ google.golang.org/protobuf/proto,,,8,,,,8,
|
||||
google.golang.org/protobuf/reflect/protoreflect,,,1,,,,1,
|
||||
gopkg.in/couchbase/gocb,,,18,,,,18,
|
||||
gopkg.in/macaron,,12,1,,,12,1,
|
||||
gopkg.in/square/go-jose.v2/jwt,1,,4,,1,,4,
|
||||
gopkg.in/square/go-jose/jwt,1,,4,,1,,4,
|
||||
gopkg.in/yaml,,,9,,,,9,
|
||||
html,,,2,,,,2,
|
||||
html/template,,,6,,,,6,
|
||||
@@ -94,7 +98,7 @@ mime,,,5,,,,5,
|
||||
mime/multipart,,,8,,,,8,
|
||||
mime/quotedprintable,,,1,,,,1,
|
||||
net,,,20,,,,20,
|
||||
net/http,,8,22,,,8,22,
|
||||
net/http,,16,22,,,16,22,
|
||||
net/http/httputil,,,10,,,,10,
|
||||
net/mail,,,6,,,,6,
|
||||
net/textproto,,,19,,,,19,
|
||||
|
||||
|
@@ -9,23 +9,26 @@ Go framework & library support
|
||||
Framework / library,Package,Flow sources,Taint & value steps,Sinks (total)
|
||||
`Couchbase official client(gocb) <https://github.com/couchbase/gocb>`_,"``github.com/couchbase/gocb*``, ``gopkg.in/couchbase/gocb*``",,36,
|
||||
`Couchbase unofficial client <http://www.github.com/couchbase/go-couchbase>`_,``github.com/couchbaselabs/gocb*``,,18,
|
||||
`Echo <https://echo.labstack.com/>`_,``github.com/labstack/echo*``,,2,
|
||||
`Echo <https://echo.labstack.com/>`_,``github.com/labstack/echo*``,12,2,
|
||||
`Fosite <https://github.com/ory/fosite>`_,``github.com/ory/fosite*``,,,2
|
||||
`Gin <https://github.com/gin-gonic/gin>`_,``github.com/gin-gonic/gin*``,,2,
|
||||
`Go JOSE <https://github.com/go-jose/go-jose>`_,"``github.com/go-jose/go-jose*``, ``github.com/square/go-jose*``, ``gopkg.in/square/go-jose*``",,8,2
|
||||
`Gin <https://github.com/gin-gonic/gin>`_,``github.com/gin-gonic/gin*``,46,2,
|
||||
`Go JOSE <https://github.com/go-jose/go-jose>`_,"``github.com/go-jose/go-jose*``, ``github.com/square/go-jose*``, ``gopkg.in/square/go-jose*``",,12,3
|
||||
`Go kit <https://gokit.io/>`_,``github.com/go-kit/kit*``,,,1
|
||||
`Iris <https://www.iris-go.com/>`_,``github.com/kataras/iris*``,,,1
|
||||
`Kubernetes <https://kubernetes.io/>`_,"``k8s.io/api*``, ``k8s.io/apimachinery*``",,57,
|
||||
`Macaron <https://gopkg.in/macaron.v1>`_,``gopkg.in/macaron*``,12,1,
|
||||
`Revel <http://revel.github.io/>`_,"``github.com/revel/revel*``, ``github.com/robfig/revel*``",,20,
|
||||
`Revel <http://revel.github.io/>`_,"``github.com/revel/revel*``, ``github.com/robfig/revel*``",42,20,
|
||||
`SendGrid <https://github.com/sendgrid/sendgrid-go>`_,``github.com/sendgrid/sendgrid-go*``,,1,
|
||||
`Standard library <https://pkg.go.dev/std>`_,"````, ``archive/*``, ``bufio``, ``bytes``, ``cmp``, ``compress/*``, ``container/*``, ``context``, ``crypto``, ``crypto/*``, ``database/*``, ``debug/*``, ``embed``, ``encoding``, ``encoding/*``, ``errors``, ``expvar``, ``flag``, ``fmt``, ``go/*``, ``hash``, ``hash/*``, ``html``, ``html/*``, ``image``, ``image/*``, ``index/*``, ``io``, ``io/*``, ``log``, ``log/*``, ``maps``, ``math``, ``math/*``, ``mime``, ``mime/*``, ``net``, ``net/*``, ``os``, ``os/*``, ``path``, ``path/*``, ``plugin``, ``reflect``, ``reflect/*``, ``regexp``, ``regexp/*``, ``slices``, ``sort``, ``strconv``, ``strings``, ``sync``, ``sync/*``, ``syscall``, ``syscall/*``, ``testing``, ``testing/*``, ``text/*``, ``time``, ``time/*``, ``unicode``, ``unicode/*``, ``unsafe``",8,584,
|
||||
`Standard library <https://pkg.go.dev/std>`_,"````, ``archive/*``, ``bufio``, ``bytes``, ``cmp``, ``compress/*``, ``container/*``, ``context``, ``crypto``, ``crypto/*``, ``database/*``, ``debug/*``, ``embed``, ``encoding``, ``encoding/*``, ``errors``, ``expvar``, ``flag``, ``fmt``, ``go/*``, ``hash``, ``hash/*``, ``html``, ``html/*``, ``image``, ``image/*``, ``index/*``, ``io``, ``io/*``, ``log``, ``log/*``, ``maps``, ``math``, ``math/*``, ``mime``, ``mime/*``, ``net``, ``net/*``, ``os``, ``os/*``, ``path``, ``path/*``, ``plugin``, ``reflect``, ``reflect/*``, ``regexp``, ``regexp/*``, ``slices``, ``sort``, ``strconv``, ``strings``, ``sync``, ``sync/*``, ``syscall``, ``syscall/*``, ``testing``, ``testing/*``, ``text/*``, ``time``, ``time/*``, ``unicode``, ``unicode/*``, ``unsafe``",16,584,
|
||||
`beego <https://beego.me/>`_,"``github.com/astaxie/beego*``, ``github.com/beego/beego*``",63,63,
|
||||
`chi <https://go-chi.io/>`_,``github.com/go-chi/chi*``,3,,
|
||||
`cristalhq/jwt <https://github.com/cristalhq/jwt>`_,``github.com/cristalhq/jwt*``,,,1
|
||||
`fasthttp <https://github.com/valyala/fasthttp>`_,``github.com/valyala/fasthttp*``,,5,
|
||||
`fasthttp <https://github.com/valyala/fasthttp>`_,``github.com/valyala/fasthttp*``,50,5,
|
||||
`go-pg <https://pg.uptrace.dev/>`_,``github.com/go-pg/pg*``,,6,
|
||||
`go-restful <https://github.com/emicklei/go-restful>`_,``github.com/emicklei/go-restful*``,7,,
|
||||
`golang.org/x/net <https://pkg.go.dev/golang.org/x/net>`_,``golang.org/x/net*``,,21,
|
||||
`goproxy <https://github.com/elazarl/goproxy>`_,``github.com/elazarl/goproxy*``,,2,
|
||||
`goproxy <https://github.com/elazarl/goproxy>`_,``github.com/elazarl/goproxy*``,2,2,
|
||||
`gorilla/mux <https://github.com/gorilla/mux>`_,``github.com/gorilla/mux*``,1,,
|
||||
`json-iterator <https://github.com/json-iterator/go>`_,``github.com/json-iterator/go*``,,4,
|
||||
`jsonpatch <https://github.com/evanphx/json-patch>`_,``github.com/evanphx/json-patch*``,,12,
|
||||
`jwt-go <https://golang-jwt.github.io/jwt/>`_,"``github.com/golang-jwt/jwt*``, ``github.com/form3tech-oss/jwt-go*``, ``github.com/dgrijalva/jwt-go*``",,20,8
|
||||
@@ -35,5 +38,5 @@ Go framework & library support
|
||||
`protobuf <https://pkg.go.dev/google.golang.org/protobuf>`_,"``github.com/golang/protobuf*``, ``google.golang.org/protobuf*``",,16,
|
||||
`yaml <https://gopkg.in/yaml.v3>`_,``gopkg.in/yaml*``,,9,
|
||||
`zap <https://go.uber.org/zap>`_,``go.uber.org/zap*``,,11,
|
||||
Totals,,83,898,24
|
||||
Totals,,254,902,25
|
||||
|
||||
|
||||
Reference in New Issue
Block a user