Viktor Petersson
Viktor Petersson
Blocked by https://github.com/WoTTsecurity/wott-agent-balena/issues/1
In order to assess the threat level of the device, we need to be able to extract the syscalls. If we first are able to establish the baseline of commands...
We ant to be able to get a list of the running processes of the device to assess if any rouge process are running.
If the device comes with a TPM, we should use it to store the key. There are many parts to this ticket, but let's start scoping it out. Open questions:...
We should provide a sensible default for encryption keys (EC256), but it also makes sense to have the ability to override this if needed.
Having the credentials stored in a config file makes sense for most situations. However, if working with multiple DCs, it would be handy if one would be able to override...
When loading the library on FreeBSD, the serial device should be `/dev/ttyu1` and not `/dev/ttyS1`. Let's add a simple OS check and load the properly loads the right serial device.
* Adds CSS/HTML implementation of the classic Mac OS screen saver * Published with permission from @bryanbraun
We should create a Google Calendar Edge App. It should be fairly straight forward to accomplish based on the quickstart guide. The goal is to show a weekly/daily calendar in...
* Right now we write the date like this: "11 August, 2023". That's not how you would normally write it. Normally, you'd write it as "August 11, 2023" * When...