[jenkinsci/checkmarx-plugin] 8a5fc1: Change for version increment for latest common (#71)

2021-10-04 Thread 'SubhadraSahoo' via Jenkins Commits
  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 
  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 
  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 
  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 
  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 
  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 
  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 

[jenkinsci/checkmarx-plugin] 8a5fc1: Change for version increment for latest common (#71)

2021-09-28 Thread 'SubhadraSahoo' via Jenkins Commits
  Branch: refs/heads/jenkins_release_integration
  Home:   https://github.com/jenkinsci/checkmarx-plugin
  Commit: 8a5fc1115e00fe52a05742af5432223ebbfd91a6
  
https://github.com/jenkinsci/checkmarx-plugin/commit/8a5fc1115e00fe52a05742af5432223ebbfd91a6
  Author: sangamchitmugre 
  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 
  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 
  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 
  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: 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.


Compare: 
https://github.com/jenkinsci/checkmarx-plugin/compare/b9737ee68bf2...1f8c5f01757b

-- 
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 

[jenkinsci/checkmarx-plugin] 8a5fc1: Change for version increment for latest common (#71)

2021-09-04 Thread 'sangamchitmugre' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/checkmarx-plugin
  Commit: 8a5fc1115e00fe52a05742af5432223ebbfd91a6
  
https://github.com/jenkinsci/checkmarx-plugin/commit/8a5fc1115e00fe52a05742af5432223ebbfd91a6
  Author: sangamchitmugre 
  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


-- 
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/master/b9737e-8a5fc1%40github.com.