[jboss-jira] [JBoss JIRA] (WFLY-7961) Coverity static analysis: Serializable *Callback classes containes non-serializable fields
Martin Choma (JIRA)
issues at jboss.org
Wed Jan 25 04:58:02 EST 2017
[ https://issues.jboss.org/browse/WFLY-7961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Choma updated WFLY-7961:
-------------------------------
Description:
Coverity static analysis found, there is couple of *Callback classes, which are mark as Serializable, and contains non-serializable fields.
* CredentialCallback
* CredentialUpdateCallback
* MechanismInformationCallback
* SSLCallback
* SecurityIdentityCallback
* ServerCredentialCallback
* TrustedAuthoritiesCallback
Either mark fields as transient or Serializable.
https://scan7.coverity.com/reports.htm#v23632/p11778/fileInstanceId=8490519&defectInstanceId=2123214&mergedDefectId=1377493
was:
Coverity static analysis found, there is couple of *Callback classes, which are mark as Serializable, and contains non-serializable fields.
CredentialCallback
CredentialUpdateCallback
MechanismInformationCallback
SSLCallback
SecurityIdentityCallback
ServerCredentialCallback
TrustedAuthoritiesCallback
Either mark fields as transient or Serializable.
https://scan7.coverity.com/reports.htm#v23632/p11778/fileInstanceId=8490519&defectInstanceId=2123214&mergedDefectId=1377493
> Coverity static analysis: Serializable *Callback classes containes non-serializable fields
> ------------------------------------------------------------------------------------------
>
> Key: WFLY-7961
> URL: https://issues.jboss.org/browse/WFLY-7961
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 11.0.0.Alpha1
> Reporter: Martin Choma
> Assignee: Darran Lofthouse
>
> Coverity static analysis found, there is couple of *Callback classes, which are mark as Serializable, and contains non-serializable fields.
> * CredentialCallback
> * CredentialUpdateCallback
> * MechanismInformationCallback
> * SSLCallback
> * SecurityIdentityCallback
> * ServerCredentialCallback
> * TrustedAuthoritiesCallback
> Either mark fields as transient or Serializable.
> https://scan7.coverity.com/reports.htm#v23632/p11778/fileInstanceId=8490519&defectInstanceId=2123214&mergedDefectId=1377493
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list