We are seeing an issue with Fortify SourceAndLibScanner addon after updating Fortify SCA from version 22.1.1 to version 22.2.1. The Sonatype scan throws this error and fails to upload the scan results to SSC:
"Can not convert Sonatype result to proper SSC report"
The log has this error:
javax.ws.rs.ProcessingException: javax.net.ssl.SSLException: class org.bouncycastle.jcajce.provider.asymmetric.edec.BCXDHPublicKey cannot be cast to class java.security.interfaces.XECPublicKey (org.bouncycastle.jcajce.provider.asymmetric.edec.BCXDHPublicKey is in unnamed module of loader 'app'; java.security.interfaces.XECPublicKey is in module java.base of loader 'bootstrap')
The problem seems to be caused by JRE version 11.0.16.1 that ships with Fortify version 22.2.1. SourceAndLibScanner works fine with JRE 11.0.14.1
Does anyone know if SourceAndLibScanner is still being maintained/updated? Looks like it was last updated a year ago.