blast007
blast007
No, there are no network drives involved in any of this.
We probably want to add some LABEL instructions to our Dockerfile. https://docs.docker.com/engine/reference/builder/#label https://snyk.io/blog/how-and-when-to-use-docker-labels-oci-container-annotations/ https://github.com/opencontainers/image-spec/blob/main/annotations.md https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry
Is there anything else to add to this before it would get merged?
There's still remaining build errors and warnings with Visual Studio. In Address::getIPVersion(), sin6_family is of type ADDRESS_FAMILY, which is typedef'ed to be an unsigned short with Winsock, so there's a...
It was the address family being cast to uint8_t, not the port.
It seems the issue also occurs without systemd-resolved, including on a Windows systems, if the the configured DNS server isn't reachable (such as when Internet isn't available). I had set...
The ZoneAlarm one already seemed to fix the false positive. The rest of the products I've never heard of before and I wouldn't put much faith into.
If I'm reading the other code correctly, the length of ```buf``` should always be less than ```MessageLen``` since it's a substring of another string of text from a ```MessageLen``` sized...
It's mainly because we're not digitally signing our installer/binaries. Files that are "well known and downloaded by many Windows users" wouldn't be flagged even if not signed, but we're small...
I'd say skip looking at libepoxy since that has annoying build dependencies.