leongross

Results 56 issues of leongross

When compiling the project I receive these warnings about the use of deprecated macros being used in the code. OS: `Ubuntu 22.04` Kernel: `5.15.0-1004-gcp` go-tpm-tools: `v0.3.5` go: `go1.18.2 linux/amd64` The...

**Input**: ```file.yaml apiVersion: kubeadm.k8s.io/v1beta3 kind: InitConfiguration nodeRegistration: ignorePreflightErrors: - SystemVerification localAPIEndpoint: bindPort: 6443 ... ``` **Error**: ``` Failed initializing schema https://kubernetesjsonschema.dev/master-standalone/initconfiguration-kubeadm-v1beta3.json: Could not read schema from HTTP, response status is...

fixed dead link to "Kconfig - Tips and Best Practices"

`ko` defaults to placing binaries into the path `/ko-app/`. As for now it seems as if there is no way to set this name during the build process. This is...

lifecycle/frozen

**Describe the bug** Compiling hal with all it's plugins fails when compiling the `communities_fast_greedy` plugin. **To Reproduce** Steps to reproduce the behavior: 1. `git clone https://github.com/emsec/hal.git && cd hal` 1....

When the environment contains a github token (that is read automatically) which is not valid anymore, the github API request will fail, leaving the CLI with an unclear error about...

Add the `virt` block that provides various information regarding virtual machines on the system. using the [virt](https://crates.io/crates/virt) crate it directly calls into libvirt to retrieve the information.

The `/pixelfut` server is written in `python2`, which was officially [deprecated](https://www.python.org/doc/sunset-python-2/) in 2020. To encapsulate this deprecated software stack and to keep the system dependencies clean, I recommend to use...

Add support for User lookup via `os/user.Lookup()`

Add `os.Chown()`