Affected by GO-2022-0500
and 7 other vulnerabilities
GO-2022-0500 : CloudCore UDS Server: Malicious Message can crash CloudCore in github.com/kubeedge/kubeedge
GO-2022-0501 : CloudCore CSI Driver: Malicious response from KubeEdge can crash CSI Driver controller server in github.com/kubeedge/kubeedge
GO-2022-0507 : KubeEdge Edge ServiceBus module DoS in github.com/kubeedge/kubeedge
GO-2022-0508 : KubeEdge Cloud AdmissionController component DoS in github.com/kubeedge/kubeedge
GO-2022-0509 : KubeEdge DoS when signing the CSR from EdgeCore in github.com/kubeedge/kubeedge
GO-2022-0510 : KubeEdge CloudCore Router memory exhaustion vulnerability in github.com/kubeedge/kubeedge
GO-2022-0511 : KubeEdge Cloud Stream and Edge Stream DoS from large stream message in github.com/kubeedge/kubeedge
GO-2022-0512 : DoS in KubeEdge's Websocket Client in package Viaduct in github.com/kubeedge/kubeedge
Discover Packages
github.com/kubeedge/kubeedge
mappers
bluetooth_mapper
watcher
package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Feb 9, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Attribute struct {
Name string `yaml:"device-property-name" json:"device-property-name"`
Actions []string `yaml:"actions" json:"actions"`
}
Attribute structure contains the name of the attribute along with the actions to be performed for this attribute
type Watcher struct {
DeviceTwinAttributes []Attribute `yaml:"device-twin-attributes" json:"device-twin-attributes"`
}
Watch structure contains the watcher specific configurations
EquateTwinValue is responsible for equating the actual state of the device to the expected state that has been set and syncing back the result to the cloud
func (w *Watcher ) Initiate(device gatt .Device , nameOfDevice, idOfDevice string , actions []actionmanager.Action, converter dataconverter.Converter)
Initiate initiates the watcher module
Source Files
¶
Click to show internal directories.
Click to hide internal directories.