[FEATURE] Enable gosec
linter
#91
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
high-priority
Change or fix is a higher priority
Feature Description
Enable the
gosec
linter in.golangci.yaml
and address all identified issues bymake lint
afterwards.Use Case
The
gosec
linter is used to analyze source code and identify potential security vulnerabilities. It scans for issues like:Enabling the
gosec
linter helps improve the overall security posture of the project by catching these vulnerabilities early in the development process.Proposed Solution
Enable
gosec
in.golangci.yaml
file and runmake lint
Additional Context
N/A
Pseudo Code
In
.golangci.yaml
The text was updated successfully, but these errors were encountered: