Branch: refs/heads/master Home: https://github.com/jenkinsci/neuvector-vulnerability-scanner-plugin Commit: e4cd74faf817d9c0face294eaf9f8b92a7397aa2 https://github.com/jenkinsci/neuvector-vulnerability-scanner-plugin/commit/e4cd74faf817d9c0face294eaf9f8b92a7397aa2 Author: pohanhuangtw <pohan.hu...@suse.com> Date: 2023-10-18 (Wed, 18 Oct 2023)
Changed paths: M pom.xml Log Message: ----------- update pom for the bouncycastle lib. Commit: b9767921afafd4a9edb6774e84484c68b05049e4 https://github.com/jenkinsci/neuvector-vulnerability-scanner-plugin/commit/b9767921afafd4a9edb6774e84484c68b05049e4 Author: pohanhuangtw <pohan.hu...@suse.com> Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: A src/main/java/io/jenkins/plugins/neuvector/BouncyCastleTrustStrategy.java R src/main/java/io/jenkins/plugins/neuvector/TrustAllStrategy.java Log Message: ----------- Create BouncyCastleTrustStrategy to do the certrificate pinning check. Commit: a4116f14e0c4dfa30859bf80b847d9008ab8e003 https://github.com/jenkinsci/neuvector-vulnerability-scanner-plugin/commit/a4116f14e0c4dfa30859bf80b847d9008ab8e003 Author: pohanhuangtw <pohan.hu...@suse.com> Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: A src/main/java/io/jenkins/plugins/neuvector/WhitelistedHostnameVerifier.java Log Message: ----------- Create WhitelistedHostnameVerifier to do the hostname verification. Commit: 3bc19e03ea14ab27fb193c1bf0ec53d306ffa151 https://github.com/jenkinsci/neuvector-vulnerability-scanner-plugin/commit/3bc19e03ea14ab27fb193c1bf0ec53d306ffa151 Author: pohanhuangtw <pohan.hu...@suse.com> Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M src/main/java/io/jenkins/plugins/neuvector/Config.java M src/main/java/io/jenkins/plugins/neuvector/NeuVectorBuilder.java M src/main/java/io/jenkins/plugins/neuvector/NeuVectorWorker.java Log Message: ----------- Combine the reading data from Jenkins UI with the backend verification. Commit: ab6eb513ce24e4cb60bdb53d2ad8e1de8bcd198a https://github.com/jenkinsci/neuvector-vulnerability-scanner-plugin/commit/ab6eb513ce24e4cb60bdb53d2ad8e1de8bcd198a Author: pohanhuangtw <pohan.hu...@suse.com> Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M src/main/resources/io/jenkins/plugins/neuvector/NeuVectorBuilder/global.jelly M src/main/resources/io/jenkins/plugins/neuvector/NeuVectorBuilder/global.properties Log Message: ----------- Create the extra Jenkins UI for user to input the server certificate for TLS verification Commit: 6129775cefe99dc149e4f1df08fd9115c513d6ea https://github.com/jenkinsci/neuvector-vulnerability-scanner-plugin/commit/6129775cefe99dc149e4f1df08fd9115c513d6ea Author: pohanhuangtw <pohan.hu...@suse.com> Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M src/main/resources/io/jenkins/plugins/neuvector/NeuVectorBuilder/global.properties Log Message: ----------- update the title of the Jenkins UI Commit: 2dd6f264b84bff2a73655a76dae2942073f3ba8a https://github.com/jenkinsci/neuvector-vulnerability-scanner-plugin/commit/2dd6f264b84bff2a73655a76dae2942073f3ba8a Author: pohanhuangtw <pohan.hu...@suse.com> Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M src/main/java/io/jenkins/plugins/neuvector/NeuVectorBuilder.java M src/main/java/io/jenkins/plugins/neuvector/NeuVectorWorker.java Log Message: ----------- add new exception handler and update the logic for DisableTLSCertVerification Commit: 997cbeaedfcd473f80150e69bc8dc1c9cce93dca https://github.com/jenkinsci/neuvector-vulnerability-scanner-plugin/commit/997cbeaedfcd473f80150e69bc8dc1c9cce93dca Author: pohanhuangtw <pohan.hu...@suse.com> Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M src/main/java/io/jenkins/plugins/neuvector/NeuVectorBuilder.java Log Message: ----------- change getDisableTLSCertVerification condition to check user is set before only Commit: a4880e3f481ee8333b16119e16b5fdf588720ea0 https://github.com/jenkinsci/neuvector-vulnerability-scanner-plugin/commit/a4880e3f481ee8333b16119e16b5fdf588720ea0 Author: pohanhuangtw <pohan.hu...@suse.com> Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M src/main/java/io/jenkins/plugins/neuvector/NeuVectorBuilder.java M src/main/java/io/jenkins/plugins/neuvector/NeuVectorWorker.java Log Message: ----------- fix the exception catch and some comments fix Commit: 514b4804c9fe4307c979f2b9ae6a17c0e6cdcd7c https://github.com/jenkinsci/neuvector-vulnerability-scanner-plugin/commit/514b4804c9fe4307c979f2b9ae6a17c0e6cdcd7c Author: pohanhuangtw <pohan.hu...@suse.com> Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M src/main/java/io/jenkins/plugins/neuvector/NeuVectorBuilder.java Log Message: ----------- fix the exception catch in test connections Commit: 175d140e30e08576f1665a8785f1bf8ce7e2f1ce https://github.com/jenkinsci/neuvector-vulnerability-scanner-plugin/commit/175d140e30e08576f1665a8785f1bf8ce7e2f1ce Author: BinX-Suse <96315730+binx-s...@users.noreply.github.com> Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M pom.xml A src/main/java/io/jenkins/plugins/neuvector/BouncyCastleTrustStrategy.java M src/main/java/io/jenkins/plugins/neuvector/Config.java M src/main/java/io/jenkins/plugins/neuvector/NeuVectorBuilder.java M src/main/java/io/jenkins/plugins/neuvector/NeuVectorWorker.java R src/main/java/io/jenkins/plugins/neuvector/TrustAllStrategy.java A src/main/java/io/jenkins/plugins/neuvector/WhitelistedHostnameVerifier.java M src/main/resources/io/jenkins/plugins/neuvector/NeuVectorBuilder/global.jelly M src/main/resources/io/jenkins/plugins/neuvector/NeuVectorBuilder/global.properties Log Message: ----------- Merge pull request #44 from pohanhuangtw/NVSHAS-7792 Jenkin plugin NeuVector vulnerability Issue Compare: https://github.com/jenkinsci/neuvector-vulnerability-scanner-plugin/compare/b3f3f91276a4...175d140e30e0 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/neuvector-vulnerability-scanner-plugin/push/refs/heads/master/b3f3f9-175d14%40github.com.