Fabrice Daugan

Results 7 issues of Fabrice Daugan

When SSM is protected with KMS, the payload fails to send/receive data. See https://github.com/aws/session-manager-plugin/blob/mainline/src/datachannel/streaming.go: ``` go // Encrypt if encryption is enabled and payload type is Output if dataChannel.encryptionEnabled &&...

Handle the original from having no name. Assumption: originalRecipient = [email protected] Previously supported forms: - from = `Betsy ` and customFrom = "" -> from = `Betsy ` - from...

Your package points to an old ref of libwebp related to [CVE-2023-1999](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1999) Could you update it?

Your package includes directly the libwebp related to [CVE-2023-1999](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1999) Could you update it?

When a tooltip is displayed above the mouse pointer for sample, and le mouse moves up : 'mouseleave' is called since the tooltip caught the event tooltip is hidden 'mouseenter'...

When the tooltip is on the border right for sample, and the mouse pointer is moved over another region implying another wider content, a scollbar may appear. This is due...

On IE7- keyCode property is does not correspond to the key code. The fixed issue is relevant on IE7. The 't' key, keyCode on IE7 is equal to 116, so...