| Bug | Catégorie | Détails | Ligne | Priorité | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getAcrValuesSupported() may expose internal representation by returning OpenIDConfiguration._acrValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 203 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getClaimTypesSupported() may expose internal representation by returning OpenIDConfiguration._claimTypesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 357 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getClaimsLocalesSupported() may expose internal representation by returning OpenIDConfiguration._claimsLocalesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 390 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getClaimsSupported() may expose internal representation by returning OpenIDConfiguration._claimsSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 368 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getDisplayValuesSupported() may expose internal representation by returning OpenIDConfiguration._displayValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 346 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getGrantTypesSupported() may expose internal representation by returning OpenIDConfiguration._grantTypesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 192 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getIDTokenEncryptionAlgValuesSupported() may expose internal representation by returning OpenIDConfiguration._idTokenEncryptionAlgValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 236 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getIDTokenEncryptionEncValuesSupported() may expose internal representation by returning OpenIDConfiguration._idTokenEncryptionEncValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 247 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getIDTokenSigningAlgValuesSupported() may expose internal representation by returning OpenIDConfiguration._idTokenSigningAlgValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 225 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getRequestObjectEncryptionAlgValuesSupported() may expose internal representation by returning OpenIDConfiguration._requestObjectEncryptionAlgValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 302 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getRequestObjectEncryptionEncValuesSupported() may expose internal representation by returning OpenIDConfiguration._requestObjectEncryptionEncValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 313 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getRequestObjectSigningAlgValuesSupported() may expose internal representation by returning OpenIDConfiguration._requestObjectSigningAlgValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 291 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getResponseModesSupported() may expose internal representation by returning OpenIDConfiguration._responseModesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 181 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getResponseTypesSupported() may expose internal representation by returning OpenIDConfiguration._responseTypesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 170 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getScopesSupported() may expose internal representation by returning OpenIDConfiguration._scopesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 159 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getSubjectTypesSupported() may expose internal representation by returning OpenIDConfiguration._subjectTypesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 214 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getTokenEndpointAuthMethodsSupported() may expose internal representation by returning OpenIDConfiguration._tokenEndpointAuthMethodsSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 324 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getTokenEndpointAuthSigningAlgValuesSupported() may expose internal representation by returning OpenIDConfiguration._tokenEndpointAuthSigningAlgValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 335 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getUILocalesSupported() may expose internal representation by returning OpenIDConfiguration._uiLocalesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 401 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getUserinfoEncryptionAlgValuesSupported() may expose internal representation by returning OpenIDConfiguration._userinfoEncryptionAlgValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 269 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getUserinfoEncryptionEncValuesSupported() may expose internal representation by returning OpenIDConfiguration._userinfoEncryptionEncValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 280 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.getUserinfoSigningAlgValuesSupported() may expose internal representation by returning OpenIDConfiguration._userinfoSigningAlgValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP | 258 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setAcrValuesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._acrValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 209 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setClaimTypesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._claimTypesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 363 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setClaimsLocalesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._claimsLocalesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 396 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setClaimsSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._claimsSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 374 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setDisplayValuesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._displayValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 352 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setGrantTypesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._grantTypesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 198 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setIDTokenEncryptionAlgValuesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._idTokenEncryptionAlgValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 242 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setIDTokenEncryptionEncValuesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._idTokenEncryptionEncValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 253 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setIDTokenSigningAlgValuesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._idTokenSigningAlgValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 231 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setRequestObjectEncryptionAlgValuesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._requestObjectEncryptionAlgValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 308 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setRequestObjectEncryptionEncValuesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._requestObjectEncryptionEncValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 319 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setRequestObjectSigningAlgValuesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._requestObjectSigningAlgValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 297 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setResponseModesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._responseModesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 187 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setResponseTypesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._responseTypesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 176 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setScopesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._scopesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 165 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setSubjectTypesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._subjectTypesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 220 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setTokenEndpointAuthMethodsSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._tokenEndpointAuthMethodsSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 330 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setTokenEndpointAuthSigningAlgValuesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._tokenEndpointAuthSigningAlgValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 341 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setUILocalesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._uiLocalesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 407 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setUserinfoEncryptionAlgValuesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._userinfoEncryptionAlgValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 275 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setUserinfoEncryptionEncValuesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._userinfoEncryptionEncValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 286 | Medium | 
| fr.paris.lutece.plugins.oauth2.business.OpenIDConfiguration.setUserinfoSigningAlgValuesSupported(String[]) may expose internal representation by storing an externally mutable object into OpenIDConfiguration._userinfoSigningAlgValuesSupported | MALICIOUS_CODE | EI_EXPOSE_REP2 | 264 | Medium |