Branch: refs/heads/master
Home: https://github.com/jenkinsci/checkmarx-plugin
Commit: bc033baff6de7de4b237d4c3dcf820ae47abccd7
https://github.com/jenkinsci/checkmarx-plugin/commit/bc033baff6de7de4b237d4c3dcf820ae47abccd7
Author: Carlos Acosta <[email protected]>
Date: 2021-09-02 (Thu, 02 Sep 2021)
Changed paths:
M src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
Log Message:
-----------
feature: sorting teams list for dropdown
Commit: e729ecc2f6052a969bd2c39fe958fb812393e2a1
https://github.com/jenkinsci/checkmarx-plugin/commit/e729ecc2f6052a969bd2c39fe958fb812393e2a1
Author: [email protected] <[email protected]>
Date: 2021-09-15 (Wed, 15 Sep 2021)
Changed paths:
M src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
M src/main/resources/com/checkmarx/jenkins/CxScanBuilder/config.jelly
Log Message:
-----------
To fix the existing plugin issue AB#2436, "Enable Synchronous scan" field was
missing when at global configuration level, "Globally Define vulnerability
thresholds for all jobs" and "Always use the defined global vulnerability
thresholds" both options are selected. Even after fixing the UI visibility
issue, scan was always running in synchronous mode even though "Enable
Synchronous Mode" was deselected . And When "Generate XML Report" option was
selected which was under "Enable Synchronous Scan" section, null pointer
exception was getting thrown. To resolve that the UI field "Generate XML
Report" option is removed
Commit: 13635a02459ecc504c1503806011ee605c14589c
https://github.com/jenkinsci/checkmarx-plugin/commit/13635a02459ecc504c1503806011ee605c14589c
Author: [email protected] <[email protected]>
Date: 2021-09-21 (Tue, 21 Sep 2021)
Changed paths:
M src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
M src/main/resources/com/checkmarx/jenkins/CxScanBuilder/global.jelly
A
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-continueBuildWhenTimedOut.html
Log Message:
-----------
Added help page for the feature.
Completed the feature Continue build for Jenkins plugin. AB#2829
Handled the exceptions in such a way that if scan time out occurs and continue
build option is selected , and scan time out exception happens, succeeds the
build. and last scan build report is shown.
For a new project , as previous reports are not available handled the scenario
gracefully by logging the message for user.
Passing the argument for continue build to common by setting the value in
cxscanconfig object after checking the UI selection in the global page
Commit: eea8c0a8cdc6a142a33974603ed1de8648ac43e3
https://github.com/jenkinsci/checkmarx-plugin/commit/eea8c0a8cdc6a142a33974603ed1de8648ac43e3
Author: Carlos Acosta <[email protected]>
Date: 2021-09-24 (Fri, 24 Sep 2021)
Changed paths:
M src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
M src/main/resources/com/checkmarx/jenkins/CxScanBuilder/config.jelly
Log Message:
-----------
feature: adding force scan and custom fields
Commit: c8253ac028011535e3cc2d271fd60673ef448a45
https://github.com/jenkinsci/checkmarx-plugin/commit/c8253ac028011535e3cc2d271fd60673ef448a45
Author: [email protected] <[email protected]>
Date: 2021-09-24 (Fri, 24 Sep 2021)
Changed paths:
M src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
M src/main/resources/com/checkmarx/jenkins/CxProjectResult/jobMain.jelly
M src/main/resources/com/checkmarx/jenkins/CxScanBuilder/config.jelly
M src/main/resources/com/checkmarx/jenkins/CxScanBuilder/global.jelly
Log Message:
-----------
Fix of AB#493
Fix of AB#2826
Commit: 416bd765e5fd8e6e86ac7da72f26cf05f38f75c2
https://github.com/jenkinsci/checkmarx-plugin/commit/416bd765e5fd8e6e86ac7da72f26cf05f38f75c2
Author: [email protected] <[email protected]>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
M src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
Log Message:
-----------
Handled the validations for selecting both incremental and force scan
If both options selected stop the scan by throwing exception . The same
exception is thrown which will be re-thrown by the overridden method perform ()
Commit: 1f8c5f01757bbbd6a9ace1be35897e1469f9d695
https://github.com/jenkinsci/checkmarx-plugin/commit/1f8c5f01757bbbd6a9ace1be35897e1469f9d695
Author: SubhadraSahoo <[email protected]>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Changed paths:
M build.gradle
M gradle.properties
M src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
M src/main/resources/META-INF/hudson.remoting.ClassFilter
M src/main/resources/com/checkmarx/jenkins/CxProjectResult/jobMain.jelly
M src/main/resources/com/checkmarx/jenkins/CxScanBuilder/config.jelly
M src/main/resources/com/checkmarx/jenkins/CxScanBuilder/global.jelly
A
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-continueBuildWhenTimedOut.html
Log Message:
-----------
Merge pull request #72 from jenkinsci/continue-build-defect-fix-Sep
Continue build feature, "Enable synchronous Scan" missing defect fix, report
not generated in async mode defect fix, global define dependency settings
checkbox and allow global comment checkboxes not retained after save and load
defect fix.
Commit: 24463ce4e250511b36d1feb75802b2e4a69e6d24
https://github.com/jenkinsci/checkmarx-plugin/commit/24463ce4e250511b36d1feb75802b2e4a69e6d24
Author: Carlos Acosta <[email protected]>
Date: 2021-09-30 (Thu, 30 Sep 2021)
Changed paths:
A
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-customFields.html
A src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-forceScan.html
Log Message:
-----------
chore: adding help info to custom fields and force scan
Commit: a130cc7ee24a24f986abacb1a9312f9c051ccc5c
https://github.com/jenkinsci/checkmarx-plugin/commit/a130cc7ee24a24f986abacb1a9312f9c051ccc5c
Author: Carlos Acosta <[email protected]>
Date: 2021-09-30 (Thu, 30 Sep 2021)
Changed paths:
M src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
M src/main/resources/com/checkmarx/jenkins/CxScanBuilder/config.jelly
Log Message:
-----------
feature: adding post scan action
Commit: 7bf1c1091330394e907b301ceb9641c0614f22d4
https://github.com/jenkinsci/checkmarx-plugin/commit/7bf1c1091330394e907b301ceb9641c0614f22d4
Author: [email protected] <[email protected]>
Date: 2021-10-01 (Fri, 01 Oct 2021)
Changed paths:
M src/main/resources/META-INF/hudson.remoting.ClassFilter
Log Message:
-----------
Update hudson.remoting.ClassFilter
Added Results class to the class filter as during deserialization this was
failing. And it is serialized so as to work in master slave ode if during scan
any exception occurs , the exception was not getting added to results object.
Hence failTheBuild() in CxScanBuilder class not not making the build
fail/unstable . This issue was discovered during defect AB#2334. The issue was
even if user gives wrong user name and password, the job still continue to be
SUCCESS in master slave mode
Commit: 2bdbb45c5e6b407fdd5e39bc282862d5ae90907d
https://github.com/jenkinsci/checkmarx-plugin/commit/2bdbb45c5e6b407fdd5e39bc282862d5ae90907d
Author: Carlos Acosta <[email protected]>
Date: 2021-10-01 (Fri, 01 Oct 2021)
Changed paths:
M src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
M src/main/resources/com/checkmarx/jenkins/CxScanBuilder/config.jelly
A
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-postScanActionId.html
Log Message:
-----------
chore: adding help info and empty option in dropdow for post scan update
action
Commit: 49031953f96e27b7c574eb3b6f92ba2b1ef1dd9f
https://github.com/jenkinsci/checkmarx-plugin/commit/49031953f96e27b7c574eb3b6f92ba2b1ef1dd9f
Author: SubhadraSahoo <[email protected]>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M src/main/resources/META-INF/hudson.remoting.ClassFilter
Log Message:
-----------
Merge pull request #74 from jenkinsci/master-slave-wrong-credential-fix
Added Results class to the class filter as during deserialization this was
failing. And it is serialized so as to work in master slave ode if during scan
any exception occurs , the exception was not getting added to results object.
Hence failTheBuild() in CxScanBuilder class not not making the build
fail/unstable . This issue was discovered during defect AB#2334. The issue was
even if user gives wrong user name and password, the job still continue to be
SUCCESS in master slave mode
Commit: ba5940d9f540d9dd3c37ec63f0ac99dc3ef25911
https://github.com/jenkinsci/checkmarx-plugin/commit/ba5940d9f540d9dd3c37ec63f0ac99dc3ef25911
Author: SubhadraSahoo <[email protected]>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
M src/main/resources/com/checkmarx/jenkins/CxScanBuilder/config.jelly
A
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-postScanActionId.html
Log Message:
-----------
Merge pull request #75 from jenkinsci/2872-post-scan-update
2872 post scan update
Commit: 3cbda5f66a074b83eb7927da01227272941ec1c4
https://github.com/jenkinsci/checkmarx-plugin/commit/3cbda5f66a074b83eb7927da01227272941ec1c4
Author: [email protected] <[email protected]>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M build.gradle
M gradle.properties
M src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
M src/main/java/com/checkmarx/jenkins/CxScanCallable.java
M src/main/resources/com/checkmarx/jenkins/CxScanBuilder/config.jelly
Log Message:
-----------
Merge branch 'master' of https://github.com/jenkinsci/checkmarx-plugin into
jenkins_release_integration
Commit: 67529977e8f62acc14007c5957333d28ccf7d3d2
https://github.com/jenkinsci/checkmarx-plugin/commit/67529977e8f62acc14007c5957333d28ccf7d3d2
Author: [email protected] <[email protected]>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M build.gradle
Log Message:
-----------
Incremented the Common jar version in build.gradle
Commit: ce4c0549fc9210c6bb90064251354ad327c3f23b
https://github.com/jenkinsci/checkmarx-plugin/commit/ce4c0549fc9210c6bb90064251354ad327c3f23b
Author: SubhadraSahoo <[email protected]>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M build.gradle
M gradle.properties
M src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
M src/main/java/com/checkmarx/jenkins/CxScanCallable.java
M src/main/resources/META-INF/hudson.remoting.ClassFilter
M src/main/resources/com/checkmarx/jenkins/CxProjectResult/jobMain.jelly
M src/main/resources/com/checkmarx/jenkins/CxScanBuilder/config.jelly
M src/main/resources/com/checkmarx/jenkins/CxScanBuilder/global.jelly
A
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-continueBuildWhenTimedOut.html
A
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-postScanActionId.html
Log Message:
-----------
Merge branch 'jenkins_release_integration' into
2700-2819-custom-fields-force-scan
Commit: 54f6833b6773abe87913e23309c04cdf9f0c413a
https://github.com/jenkinsci/checkmarx-plugin/commit/54f6833b6773abe87913e23309c04cdf9f0c413a
Author: SubhadraSahoo <[email protected]>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
M src/main/resources/com/checkmarx/jenkins/CxScanBuilder/config.jelly
A
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-customFields.html
A src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-forceScan.html
Log Message:
-----------
Merge pull request #73 from jenkinsci/2700-2819-custom-fields-force-scan
2700 2819 custom fields force scan
Commit: f1e3c9b2e66a340212548ef17bd9fb8800b3f5c4
https://github.com/jenkinsci/checkmarx-plugin/commit/f1e3c9b2e66a340212548ef17bd9fb8800b3f5c4
Author: SubhadraSahoo <[email protected]>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
Log Message:
-----------
Merge pull request #70 from jenkinsci/2699-team-sorting
feature: sorting teams list for dropdown
Commit: 3c1457c3117d256b95884d88bfc8e99bf02464fe
https://github.com/jenkinsci/checkmarx-plugin/commit/3c1457c3117d256b95884d88bfc8e99bf02464fe
Author: [email protected] <[email protected]>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
M
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-customFields.html
M
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-postScanActionId.html
Log Message:
-----------
corrected the help files and removed the extra empty item from the dropdown
of post scan option
Commit: e41e75f1b961af5793d8de6861b1450dbb9c7217
https://github.com/jenkinsci/checkmarx-plugin/commit/e41e75f1b961af5793d8de6861b1450dbb9c7217
Author: [email protected] <[email protected]>
Date: 2021-10-07 (Thu, 07 Oct 2021)
Changed paths:
M src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-forceScan.html
Log Message:
-----------
Fixed AB # 2978 " Updated help content
Commit: 47dcf70dd2f25a8d0cdcb6bf77e81a655a6f70ce
https://github.com/jenkinsci/checkmarx-plugin/commit/47dcf70dd2f25a8d0cdcb6bf77e81a655a6f70ce
Author: [email protected] <[email protected]>
Date: 2021-10-08 (Fri, 08 Oct 2021)
Changed paths:
M
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-customFields.html
M
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-postScanActionId.html
Log Message:
-----------
Handled the post scan and custom field not working with 8.9 SAST by showing
user the tooltip
Commit: ba3ebf2e13a6c42575e1e36e7d458b28825933d0
https://github.com/jenkinsci/checkmarx-plugin/commit/ba3ebf2e13a6c42575e1e36e7d458b28825933d0
Author: [email protected] <[email protected]>
Date: 2021-10-14 (Thu, 14 Oct 2021)
Changed paths:
M build.gradle
Log Message:
-----------
Updated the latest common version
Commit: 6b5fe65a517cc03a0c7aaee736fdc72011b7a190
https://github.com/jenkinsci/checkmarx-plugin/commit/6b5fe65a517cc03a0c7aaee736fdc72011b7a190
Author: [email protected] <[email protected]>
Date: 2021-10-21 (Thu, 21 Oct 2021)
Changed paths:
M build.gradle
Log Message:
-----------
Updated the latest cx-client-common version
Commit: 93820807f65bde0260ee11858b07954fcf4b1ffb
https://github.com/jenkinsci/checkmarx-plugin/commit/93820807f65bde0260ee11858b07954fcf4b1ffb
Author: [email protected] <[email protected]>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
Log Message:
-----------
Corrected the method java docs which is due to copy paste from some other
methods. As this is comment related can go directly in the release and can be
merged to master
Commit: cf6ac0016f02ec18718ae648f9bfb84a86dfbdb3
https://github.com/jenkinsci/checkmarx-plugin/commit/cf6ac0016f02ec18718ae648f9bfb84a86dfbdb3
Author: SubhadraSahoo <[email protected]>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M build.gradle
M src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
M src/main/resources/META-INF/hudson.remoting.ClassFilter
M src/main/resources/com/checkmarx/jenkins/CxProjectResult/jobMain.jelly
M src/main/resources/com/checkmarx/jenkins/CxScanBuilder/config.jelly
M src/main/resources/com/checkmarx/jenkins/CxScanBuilder/global.jelly
A
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-continueBuildWhenTimedOut.html
A
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-customFields.html
A src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-forceScan.html
A
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-postScanActionId.html
Log Message:
-----------
Merge pull request #76 from jenkinsci/jenkins_release_integration
Jenkins release integration
Compare:
https://github.com/jenkinsci/checkmarx-plugin/compare/e8fe469d6d1c...cf6ac0016f02
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/checkmarx-plugin/push/refs/heads/master/e8fe46-cf6ac0%40github.com.