Branch: refs/heads/2700-2819-custom-fields-force-scan
  Home:   https://github.com/jenkinsci/checkmarx-plugin
  Commit: 8a5fc1115e00fe52a05742af5432223ebbfd91a6
      
https://github.com/jenkinsci/checkmarx-plugin/commit/8a5fc1115e00fe52a05742af5432223ebbfd91a6
  Author: sangamchitmugre <sangameshwa...@persistent.com>
  Date:   2021-09-04 (Sat, 04 Sep 2021)

  Changed paths:
    M build.gradle
    M gradle.properties
    M src/main/resources/META-INF/hudson.remoting.ClassFilter

  Log Message:
  -----------
  Change for version increment for latest common (#71)

1) FSA Update to 20.0.13
2) Fixed for Language support for HTML Report
3) Add get sast results if SAST scan finish before OSA
4) This fix will resolve FSA vulnerabilities

Tested :- 
1) SAST, SCA OSA scan with and without agent node for JDK 1.8.0_281 and JDK 11 
for all languages
2) Executed scan for synchronous and asynchronous mode


  Commit: e729ecc2f6052a969bd2c39fe958fb812393e2a1
      
https://github.com/jenkinsci/checkmarx-plugin/commit/e729ecc2f6052a969bd2c39fe958fb812393e2a1
  Author: subhadra.sa...@checkmarx.com <subhadra_sa...@persistent.com>
  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: subhadra.sa...@checkmarx.com <subhadra_sa...@persistent.com>
  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: c8253ac028011535e3cc2d271fd60673ef448a45
      
https://github.com/jenkinsci/checkmarx-plugin/commit/c8253ac028011535e3cc2d271fd60673ef448a45
  Author: subhadra.sa...@checkmarx.com <subhadra_sa...@persistent.com>
  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: 8de4ad1e11e847dc972ad2727784c0226dd55956
      
https://github.com/jenkinsci/checkmarx-plugin/commit/8de4ad1e11e847dc972ad2727784c0226dd55956
  Author: ilandn <ilanday...@gmail.com>
  Date:   2021-09-27 (Mon, 27 Sep 2021)

  Changed paths:
    M build.gradle
    M gradle.properties
    M src/main/java/com/checkmarx/jenkins/CxScanCallable.java

  Log Message:
  -----------
  bugid: 2924 2923 - Fix for parallel OSA scans & HTML resolver Jackson 
dependencies.
CR_by: n/a


  Commit: e8fe469d6d1cf001586ce60e959ad9b1d01f6b1d
      
https://github.com/jenkinsci/checkmarx-plugin/commit/e8fe469d6d1cf001586ce60e959ad9b1d01f6b1d
  Author: ilandn <ilanday...@gmail.com>
  Date:   2021-09-27 (Mon, 27 Sep 2021)

  Changed paths:
    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:
  -----------
  bugid: FSA vars support for remote agents
CR_by: n/a


  Commit: 1f8c5f01757bbbd6a9ace1be35897e1469f9d695
      
https://github.com/jenkinsci/checkmarx-plugin/commit/1f8c5f01757bbbd6a9ace1be35897e1469f9d695
  Author: SubhadraSahoo <75673851+subhadrasa...@users.noreply.github.com>
  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: a130cc7ee24a24f986abacb1a9312f9c051ccc5c
      
https://github.com/jenkinsci/checkmarx-plugin/commit/a130cc7ee24a24f986abacb1a9312f9c051ccc5c
  Author: Carlos Acosta <carlos.aco...@checkmarx.com>
  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: subhadra.sa...@checkmarx.com <subhadra_sa...@persistent.com>
  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 <carlos.aco...@checkmarx.com>
  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 <75673851+subhadrasa...@users.noreply.github.com>
  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 <75673851+subhadrasa...@users.noreply.github.com>
  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: subhadra.sa...@checkmarx.com <subhadra_sa...@persistent.com>
  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: subhadra.sa...@checkmarx.com <subhadra_sa...@persistent.com>
  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 <75673851+subhadrasa...@users.noreply.github.com>
  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


Compare: 
https://github.com/jenkinsci/checkmarx-plugin/compare/24463ce4e250...ce4c0549fc92

-- 
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/checkmarx-plugin/push/refs/heads/2700-2819-custom-fields-force-scan/24463c-ce4c05%40github.com.

Reply via email to