Fork me on GitHub

Rapport FindBugs de détection des bugs

Le document suivant contient les résultats du FindBugs

La version de FindBugs est 3.0.1

La limite est

L'effort est max

Résumé

Classes Bugs Erreurs Classes Manquantes
17 4 0 28

Fichiers

Classe Bugs
fr.paris.lutece.plugins.mylutece.modules.oauth2.authentication.AuthDataClient 1
fr.paris.lutece.plugins.mylutece.modules.oauth2.authentication.AuthDataClientJson 1
fr.paris.lutece.plugins.mylutece.modules.oauth2.service.Oauth2Service 2

fr.paris.lutece.plugins.mylutece.modules.oauth2.authentication.AuthDataClient

Bug Catégorie Détails Ligne Priorité
HTTP parameter directly written to HTTP header output in fr.paris.lutece.plugins.mylutece.modules.oauth2.authentication.AuthDataClient.handleError(HttpServletRequest, HttpServletResponse, String) SECURITY HRS_REQUEST_PARAMETER_TO_HTTP_HEADER 135 Medium

fr.paris.lutece.plugins.mylutece.modules.oauth2.authentication.AuthDataClientJson

Bug Catégorie Détails Ligne Priorité
Found reliance on default encoding in fr.paris.lutece.plugins.mylutece.modules.oauth2.authentication.AuthDataClientJson.handleToken(Token, HttpServletRequest, HttpServletResponse): String.getBytes() I18N DM_DEFAULT_ENCODING 80 High

fr.paris.lutece.plugins.mylutece.modules.oauth2.service.Oauth2Service

Bug Catégorie Détails Ligne Priorité
Write to static field fr.paris.lutece.plugins.mylutece.modules.oauth2.service.Oauth2Service.ATTRIBUTE_USER_MAPPING from instance method fr.paris.lutece.plugins.mylutece.modules.oauth2.service.Oauth2Service.getLuteceUserAttributesProvided(Locale) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 311 High
Write to static field fr.paris.lutece.plugins.mylutece.modules.oauth2.service.Oauth2Service._authService from instance method fr.paris.lutece.plugins.mylutece.modules.oauth2.service.Oauth2Service.init() STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 287 High