Changelog of notepad++ releases?
-
I want to get the changelog of notepad++ specific version and it should contain the CVEs fixed in that release. How can I get it? Is there any API for that?
I want to get the details of CVEs fixed in that release in my windows machine. Is there is any powershell command or any possible command to get those details?
-
I don’t think I have ever noticed Notepad++ publish a change as a result of a “CVE”.
There is definitely not an API for accessing changes. Each version comes with its own
change.log
. And those are all amalgamated into https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Changes . I don’t find CVE mentioned on that page anywhere, though “security” is mentioned a few times.