What are the security implications of publishing my web server & PHP config files?

I have a web server with many virtual hosts, config files, etc.

I’d like to track all of my web server & PHP config files using Git and have them hosted on a public GitHub repository, as this will make managing and backi… Continue reading What are the security implications of publishing my web server & PHP config files?

Why does Chrome tell me that the CSP ‘require-sri-for’ directive is implemented behind a flag which is currently disabled?

In my Content Security Policy I have included require-sri-for script. However, in the Chrome console I get a notice (not an error, just info):

The Content-Security-Policy directive ‘require-sri-for’ is implemented behind … Continue reading Why does Chrome tell me that the CSP ‘require-sri-for’ directive is implemented behind a flag which is currently disabled?

What do OEMs do to verify the integrity of operating system images deployed to their products during manufacturing?

When an OEM such as Dell or Lenovo is manufacturing a PC, it is often pre-installed with an operating system (eg: Windows 10, Ubuntu, etc).

I have been unable to find any information on how OEMs verify the integrity of the O… Continue reading What do OEMs do to verify the integrity of operating system images deployed to their products during manufacturing?