open-horizon / SDO-support

Components to make it easy to use Intel's SDO with open-horizon
Apache License 2.0
2 stars 14 forks source link

Deferring unsafe method "Close" on type "*os.File" #145

Open bencourliss opened 1 year ago

bencourliss commented 1 year ago

gosec security scan returned a medium vulnerability on sdo-support/ocs-api/outils/outils.go, Deferring unsafe method "Close" on type "*os.File"

See https://github.com/securego/gosec/issues/512 for details on possible way to fix.