zibi94
zibi94
And more issues: > The issue still exists: > > ``` > github.com/dhui/[email protected] > - github.com/containerd/[email protected] > -- github.com/Microsoft/[email protected] > --- github.com/containerd/[email protected] (yeah...) > ---- k8s.io/[email protected] (also 0.20.1 and 0.20.4)...
Nancy again found Vulnerabilities: [CVE-2022-24778] CWE-863: Incorrect Authorization --> github.com/golang-migrate/migrate/[email protected] ----> github.com/dhui/[email protected] ------> github.com/containerd/[email protected] -------- github.com/containerd/[email protected] sonatype-2021-0853 --> github.com/golang-migrate/migrate/[email protected] ----> github.com/jackc/pgproto3/[email protected] [CVE-2022-29162] CWE-276: Incorrect Default Permissions --> github.com/golang-migrate/migrate/[email protected] ----> github.com/dhui/[email protected]...
I found similar bug: sqlboiler v4.14.2 Lets keep: ``` type ItemCore struct { ProductKey string `boil:"product_key" json:"-"` ProductName string `boil:"name" json:"name"` } ``` ``` type Item struct { *ItemCore `boil:",bind"`...