Affected by GO-2024-2468
and 4 other vulnerabilities
GO-2024-2468 : snapd Race Condition vulnerability in github.com/snapcore/snapd
GO-2024-3007 : snapd failed to restrict writes to the $HOME/bin path in github.com/snapcore/snapd
GO-2024-3008 : snapd failed to properly check the file type when extracting a snap in github.com/snapcore/snapd
GO-2024-3009 : snapd failed to properly check the destination of symbolic links when extracting a snap in github.com/snapcore/snapd
Discover Packages
github.com/snapcore/snapd
cmd
snap-bootstrap
triggerwatch
package
Version:
v0.0.0-...-bc60ea4
Opens a new window with list of versions in this module.
Published: Dec 20, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 13
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
var (
ErrTriggerNotDetected = errors .New ("trigger not detected")
ErrNoMatchingInputDevices = errors .New ("no matching input devices")
)
Wait waits for a trigger on the available trigger devices for a given amount
of time. Returns nil if one was detected, ErrTriggerNotDetected if timeout
was hit, or other non-nil error.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.