Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

age-plugin support #1465

Closed
wants to merge 1 commit into from

age-plugin support

a077fbf
Select commit
Loading
Failed to load commit list.
Closed

age-plugin support #1465

age-plugin support
a077fbf
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 18, 2024 in 3s

3 new alerts

New alerts in code changed by this pull request

  • 3 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 329 in age/keysource.go

See this annotation in the file changed.

Code scanning / CodeQL

Writable file handle closed without error handling Warning

File handle may be writable as a result of data flow from a
call to OpenFile
and closing it may result in data loss upon failure, which is not handled explicitly.

Check warning on line 334 in age/keysource.go

See this annotation in the file changed.

Code scanning / CodeQL

Writable file handle closed without error handling Warning

File handle may be writable as a result of data flow from a
call to OpenFile
and closing it may result in data loss upon failure, which is not handled explicitly.

Check warning on line 337 in age/keysource.go

See this annotation in the file changed.

Code scanning / CodeQL

Writable file handle closed without error handling Warning

File handle may be writable as a result of data flow from a
call to OpenFile
and closing it may result in data loss upon failure, which is not handled explicitly.