Ricardo Branco
Ricardo Branco
Shows CPU as vulnerable even though sysfs reports it's mitigated in microcode: ``` $ cat /sys/devices/system/cpu/vulnerabilities/srbds Mitigation: Microcode ``` ``` CVE-2020-0543 aka 'Special Register Buffer Data Sampling (SRBDS)' * Mitigated...
The quick way to test it is with no Internet connection: ``` import os import logging from redminelib import Redmine from redminelib.exceptions import BaseRedmineError from requests.exceptions import RequestException URL =...
These can be included and the license is compatible: https://github.com/sudo-project/sudo/blob/main/plugins/sudoers/insults.h
``` $ curl -X PORT -u USER:PASSWD --data '{"name":"USER"}' https://try.gogs.io/api/v1/users/rbranco/tokens template: base/footer:15:47: executing "base/footer" at : invalid value; expected time.Time ```
Fixes https://github.com/genuinetools/reg/issues/206
Fixes https://github.com/genuinetools/reg/issues/161
Add options: ``` --tlscacert Trust certs signed only by this CA (default: ) --tlscert Path to TLS certificate file (default: ) --tlskey Path to TLS key file (default: ) ```...
Certain file flags prevent the setting of the file times, thus we should set the file times first. This is done right in NetBSD: https://github.com/NetBSD/src/blob/trunk/bin/mv/mv.c#L327 In cp we also do...
The Linux swap partition uses a 4096-byte header that holds the label & UUID. You can see the structure [here](https://github.com/util-linux/util-linux/blob/master/include/swapheader.h). The problem is thus how to prevent FreeBSD from overwriting...
The filesystem version supported in glabel is old (v2) and we don't even have a FUSE package in ports to use it at all.