Jesse Peek
Jesse Peek
Static scan results of ESS on 7/22 reveal the following errors, and per @dabooz each of these should be evaluated. ``` /tmp/edge/repos/codescans/edge-sync-service/core/communications/httpCommunication.go (line 805) Errors unhandled. writer.WriteHeader(http.StatusForbidden) writer.Write(unauthorizedBytes) return /tmp/edge/repos/codescans/edge-sync-service/core/communications/httpCommunication.go...
Static scan results of ESS on 7/22 revealed the following error, and per @dabooz ``` /tmp/edge/repos/codescans/edge-sync-service/cmd/embedded-receive-file/main.go Errors unhandled. buffer := make([]byte, 10) os.Stdin.Read(buffer) goOn = false ```
### Bug Description ``` error: linking with `lld-link` failed: exit status: 1 | = note: LC_ALL="C" PATH="/Users/peek/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/bin:/Users/peek/dev/work/ngc-py-rust/.venv/bin:/Users/peek/.rd/bin:/Library/Frameworks/Python.framework/Versions/3.11/bin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/Users/peek/.rd/bin:/Users/peek/.local/bin:/Users/peek/.cargo/bin:/opt/homebrew/bin:/Users/peek/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Users/peek/Library/Caches/cargo-xwin:/opt/homebrew/opt/llvm/bin" VSLANG="1033" "lld-link" "-flavor" "link" "/DEF:/var/folders/4j/ngr_tv3x4412d67vc01xmjsh0000gp/T/rustcrtVXXJ/lib.def" "/NOLOGO" "/LARGEADDRESSAWARE" "/SAFESEH" "/var/folders/4j/ngr_tv3x4412d67vc01xmjsh0000gp/T/rustcrtVXXJ/symbols.o" "/Users/peek/dev/work/ngc-py-rust/target/i686-pc-windows-msvc/release/deps/ngc_rtc.ngc_rtc.f35e48bc522c81cd-cgu.0.rcgu.o" "/LIBPATH:/Users/peek/dev/work/ngc-py-rust/target/i686-pc-windows-msvc/release/deps" "/LIBPATH:/Users/peek/dev/work/ngc-py-rust/target/release/deps" "/LIBPATH:/Users/peek/Library/Caches/cargo-xwin/xwin/crt/lib/x86"...