Apache Log4j vulnerability shows the importance of SBOMs of running apps
1–10 of 58 posts
Re: Apache Log4j vulnerability shows the importance of SBOMs of running apps
#2Re: Apache Log4j vulnerability shows the importance of SBOMs of running apps
#3"Oh, just run `node install` and you'll be fine..."
Re: Apache Log4j vulnerability shows the importance of SBOMs of running apps
#4"Oh, just run `node install` and you'll be fine..."
Re: Apache Log4j vulnerability shows the importance of SBOMs of running apps
#5With everyone using un-curated package managers such as NPM and PiPy there is also the chance of a package being compromised. At least if we had outbound firewalls it could help mitigate these problems.
It seems to me that there is an incredible opportunity for someone with the right background to build this (I wish it was me). I tend to use PAASs like Heroku for my apps and would love it if this was built in! They even know (most of) what other infrastructure my apps talk to. Why is it not part of Docker?
(Obviously everyone should already be using inbound WAF such as CloudFlare)
Re: Apache Log4j vulnerability shows the importance of SBOMs of running apps
#6Re: Apache Log4j vulnerability shows the importance of SBOMs of running apps
#7Re: Apache Log4j vulnerability shows the importance of SBOMs of running apps
#8"Oh, just run `node install` and you'll be fine..."
Re: Apache Log4j vulnerability shows the importance of SBOMs of running apps
#9"Oh, just run `node install` and you'll be fine..."
Re: Apache Log4j vulnerability shows the importance of SBOMs of running apps
#10Since Log4Shell I have asked this question a few times and never really had a solid answer. Why are we not all using some sort of outbound firewall for our apps? Is there something fundamental (other than the administration of it) that stops it being the standard, or even possible? With everyone using un-curated package managers such as NPM and PiPy there is also the chance of a package being compromised. At least if…