Mark Esler
Mark Esler
When I scanned the Ubuntu package openscap-1.3.7+dfsg-1 I found many cppcheck errors. Some of the results are easy to solve memory leaks and others appear to be copy paste errors....
This issue is related to https://github.com/Vulnogram/Vulnogram/issues/51 When a timestamp is is set in Vulnogram, the output JSON timestamp is shifted to UTC based on the users timezones. This is not...
Affected *releases* are not ordered like [ubuntu-cve-tracker](https://code.launchpad.net/~ubuntu-security/ubuntu-cve-tracker/) files. They should be listed as `upstream` and then releases chronologically. This order is much clearer. e.g.,: `upstream`, `trusty`, `xenial`, `bionic`, `focal`, `jammy`,...
There are two code comments suggesting re-implementations when https://github.com/iovisor/bcc/pull/2064 is merged. Since the PR is merged, could these comments be reviewed? https://github.com/bpftrace/bpftrace/blob/5aa2ffa9877acbec1e5a191eb3eeedcd5a58aca9/src/ast/irbuilderbpf.cpp#L718 https://github.com/bpftrace/bpftrace/blob/5aa2ffa9877acbec1e5a191eb3eeedcd5a58aca9/src/attached_probe.cpp#L1239
`tiny-dlr` needs to be packaged for touchbar support. Ideally this can be added to [Debian Bananas](https://wiki.debian.org/Teams/Bananas) too. We may require help for hardware testing. See https://www.reddit.com/r/AsahiLinux/comments/1auypwr/ubutnu_m1_13_no_touchbar/
Enable `apple_dcp.show_notch=1` on DE's which support it. So far, none do out of box. See https://www.reddit.com/r/AsahiLinux/comments/17ci7fh/complete_camera_notch_compatibility_on_gnome/ and https://www.reddit.com/r/AsahiLinux/comments/zibh2f/is_the_m2_macbook_air_notch_area_unused/
Ubuntu Asahi's `m1n1` package must be upgraded to match Apple's memory layout changes. Per https://social.treehouse.systems/@AsahiLinux/112449204541186432 > Important PSA: Do NOT update to macOS Sonoma 14.5 > > Update: This is...
It should be mentioned that this repo tracks flags used to build distro packages. It does not necessarily represent the default flags of the distros C compiler. (e.g., flags that...
docs-csm used a compromised version of tj-actions/changed-files. The compromised action appears to have leaked secrets the runner had in memory. There are many instances of this on Cray-HPE repos: -...
Adds guarddog package. Most dependencies are required for tests. make passes, tests do not. Library test does not pass when uncommented/re-enabled. Not sure what best practices are for creating a...