Chris Lin all time


 3 Collaborator
Henry Hughes , Madhavan , weideng1

 5 Patch
9982bc6328b8d8a0599ca86b2386a49e95b1411b, 511ac4ecca3a575e73a51e32a3db47a509eb9859, c20e2aee4afdeb20bc6fdeafaae42b67478306b4, 56a480620c3af81a10742b55a73483349876bae6, a3a8a4fbefc842f785bfc2942e54229ac942f834

9982bc6328b8d8a0599ca86b2386a49e95b1411b | Author: Chris Lin <99268912+chrislin22@users.noreply.github.com>
 | 2023-08-21 14:13:25-04:00

    removed all snyk related stuff

511ac4ecca3a575e73a51e32a3db47a509eb9859 | Author: Chris Lin <99268912+chrislin22@users.noreply.github.com>
 | 2023-08-21 11:52:36-04:00

    removed auto trigger snyk and clean on PR

c20e2aee4afdeb20bc6fdeafaae42b67478306b4 | Author: Chris Lin <99268912+chrislin22@users.noreply.github.com>
 | 2023-06-29 16:36:35-04:00

    Update .github/workflows/snyk-pr-cleanup.yml
    
    Co-authored-by: Madhavan <msmygit@users.noreply.github.com>

56a480620c3af81a10742b55a73483349876bae6 | Author: Chris Lin <99268912+chrislin22@users.noreply.github.com>
 | 2023-06-29 16:11:34-04:00

    fxied typo on branch closing

a3a8a4fbefc842f785bfc2942e54229ac942f834 | Author: Chris Lin <99268912+chrislin22@users.noreply.github.com>
 | 2023-06-22 03:46:51-04:00

    added Snyk monitor and snyk clean up after PR closed/merged (#1646)
    
    * added snyk monitor and clean up
    
    * used jdk 11 and add options
    
    * Update snyk-cli-scan.yml
    
    added explicit mvn package prepare for snyk
    
    * Update snyk-cli-scan.yml
    
    * use jdk 8
    
    * added .snyk.ignore.example and .snyk
    
    * triggered by branch 4.x
    
    * address a few high CVEs identified by snyk scan
    
    * ignore graal-sdk CVE for now until we can move off java8
    
    * clean up snyk yaml files
    
    * JAVA-3050: Upgrade Netty 4.1.94 to address recent CVEs
    
    osgi-tests/BundleOptions.java
    - since netty-4.1.78, netty-handler additionally depends on netty-transport-native-unix-common so we need to pull that in when configuring pax exam
    
    ---------
    
    Co-authored-by: weideng1 <weideng1@users.noreply.github.com>
    Co-authored-by: Henry Hughes <henry.hughes@datastax.com>