[jboss-jira] [JBoss JIRA] (WFLY-7831) Coverity: default platform encoding used in TokenRealmDefinition (Elytron subsystem)
Ilia Vassilev (JIRA)
issues at jboss.org
Wed Dec 21 10:48:00 EST 2016
[ https://issues.jboss.org/browse/WFLY-7831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ilia Vassilev moved ELY-844 to WFLY-7831:
-----------------------------------------
Project: WildFly (was: WildFly Elytron)
Key: WFLY-7831 (was: ELY-844)
> Coverity: default platform encoding used in TokenRealmDefinition (Elytron subsystem)
> ------------------------------------------------------------------------------------
>
> Key: WFLY-7831
> URL: https://issues.jboss.org/browse/WFLY-7831
> Project: WildFly
> Issue Type: Bug
> Reporter: Josef Cacek
> Assignee: Ilia Vassilev
> Priority: Minor
> Labels: static_analysis
>
> Coverity static-analysis scan found a String to byte conversion with default platform encoding in the {{TokenRealmDefinition.performRuntime}} method.
> https://scan7.coverity.com/reports.htm#v16159/p12663/fileInstanceId=6892114&defectInstanceId=1794526&mergedDefectId=1388485&eventId=1794526-0
> Following code
> {code:java}
> jwtValidatorBuilder.publicKey(publicKey.getBytes());
> {code}
> The encoding should be specified as argument.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list