Since this month, anyone using the OWASP dependency check plugin from Jeremy Long(*1) needs to upgrade to version 9.
The older versions are no longer supported and could fail to work.
It is also recommended to get an NVD api key(*2), else the NVD update can take a very long time.
The NVD is the U.S. government repository of standards based vulnerability management data represented using the Security Content Automation Protocol (SCAP) (*3).
Since most of us are using a build environment, we don’t want to create a key for every project, but if we do not, we might get rate-limit errors.
Continue reading →
Sometimes we want to send HTTP requests to servers that use HTTPS with self-signed certificates.
We then need to tell HTTP Client to not check the certificate of the server.
This is like running the curl command with the --insecure or '-k' flag.
To disable the certificate verification for HTTP Client we need to adjust the http-client.private.env.json file.
For the environment we want to disable the certificate verification we must add a SSLConfiguration section.
In the SSLConfiguration section we add the verifyHostCertificate property with value 'true'.
Continue reading →
"Hobbits really are amazing creatures.
You can learn all that there is to know about their ways in a month, and yet after a hundred years they can still surprise you".
The astonishment Gandalf experiences, that you know something very well but somehow overlooked it, is not unfamiliar to me.
Well, let me tell you a story…
Continue reading →
As every year, Gartner released their list of top technological trends in 2024. On a high-level some of these technologies will most likely serve your business and consumer needs. This blog will select a few trends, connect these to some (European) drivers of this change, and points to some of the area’s that will need attention in order to make this trend happen.
Continue reading →