Karsten Weiss
Karsten Weiss
What about the **Jump Conditional Code (JCC) Erratum**? Some pointers: - Intel: [Mitigations for Jump Conditional Code Erratum](https://www.intel.com/content/dam/support/us/en/documents/processors/mitigations-jump-conditional-code-erratum.pdf) whitepaper (pdf) - Red Hat: [Intel November 2019 Microcode Update ](https://access.redhat.com/solutions/2019-microcode-nov) -...
The following system with Broadwell CPU uses the Red Hat/CentOS 7.5 defaults regarding Spectre mitigation. (FWIW: This is a virtual machine!) Unfortunately, `spectre-meltdown-checker` and Red Hat's sysfs status disagree about...
Security Advisory: Important - https://people.csail.mit.edu/vlk/spectre11.pdf - https://access.redhat.com/security/cve/cve-2018-3693 - https://access.redhat.com/solutions/3523601 - Red Hat [bz1581650 - (CVE-2018-3693) CVE-2018-3693 Kernel: speculative bounds check bypass store ](https://bugzilla.redhat.com/show_bug.cgi?id=1581650) Notice: Red Hat's kernel-3.10.0-862.11.6.el7 released on 2018-08-14...
Quick feedback regarding the behaviors of the `--batch prometheus` mode that surprised me today: 1. It shows the warnings ("IBPB" line) - even in red. Fortunately, the output is on...
The sb-admin-2 live demo features a [Responsive Timeline](https://blackrockdigital.github.io/startbootstrap-sb-admin-2/pages/index.html). What would it take to support this in sb-admin, too?
I've created a vmdk disk image of the **supersilverhaze** release using ``` qemu-img convert -O vmdk distri-disk.img distri-disk.vmdk ``` and used it to create a new "Other Linux 5.x or...
This issue is a wip collection of (compatibility-breaking) changes to consider for the next **major** version: - The package name currently is `grpc_prometheus`. However, the [recommendation for Go package names](https://blog.golang.org/package-names)...
Has anyone already adapted the templates to go-swagger v0.18.0 or higher? In my limited tests (without Docker) the example only works with version v0.17.0 that is referenced in the Docker...
`PetCreate()` references `params.Pet.ID` which does not exist at this endpoint i.e. it is always zero. That means if you POST multiple pets they all will be stored at index 0...
What do you think about the idea of a SSH **client** audit feature? Of course, admins can configure a good and up-to-date system-wide client config (`/etc/ssh/ssh_config`). However, users also have...