Skip to content

gometalinter:unsafe を使うと警告がでる #11

@kawasin73

Description

@kawasin73

gometalintergosec で下記の警告が発生する

bitvec.go:50::warning: Use of unsafe calls should be audited,LOW,HIGH (gosec)
bitvec.go:55::warning: Use of unsafe calls should be audited,LOW,HIGH (gosec)

[]byte から []uint64 へのキャストのために unsafe パッケージを使用している。
この警告をどのように無視するかを調査する

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions