Justinas Stankevičius

Results 28 issues of Justinas Stankevičius

There's an obvious buffer overflow vulnerability [in chip8_start()](https://github.com/arnsa/Chip-8-Emulator/blob/78c50b65badce73842079c34948adbcbbbc0ee6a/chip8.c#L85) as a fixed-size buffer is used with scanf without width limit. This could be circumvented by changing the format string to something...

After https://github.com/gravitational/teleport/pull/40998 added a new integration kind (`azure-oidc`), the selector for AWS integration to use in the Discover flow stopped working (would display an empty list, crash when user attempts...

ui
size/sm
no-changelog

Updates Access Graph proto to add AWS SAML and OIDC identity providers. Adds code for fetching the providers from AWS IAM API and sending to TAG. Adds required permissions to...

size/md
discovery
no-changelog

### Describe the bug 1. Try to play a dual-audio media file (see ffprobe output) 2. "Player error encountered. Will re-try", and then "Too many errors. Giving up" toasts appear...

bug
playback
stale

Adds a new `teleport integration configure` subcommand to set up Azure OIDC integration. The command sets up: * An Entra ID enterprise application, both as an SSO connector to allow...

no-changelog

This replicates what was done for `AccessListMember` in https://github.com/gravitational/teleport/pull/41039 . As these statuses are taken care off by a dedicated reconciler, other reconcilers should ignore this field to reduce unnecessary...

size/sm
no-changelog

### Describe the bug The V website claims that "You get a single statically linked binary". However, by default the compiler produces a *dynamic* binary, and there seems to be...

Bug

### Describe the bug After compiling a simple v file with the `js_browser` backend, and loading this script in an HTML page, an error is seen in the browser's console:...

Bug