The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is max
| Class | Bugs |
|---|---|
| fr.paris.lutece.plugins.myfiles.service.storage.impl.MinioFileStorage | 1 |
| fr.paris.lutece.plugins.myfiles.web.servlet.Download | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Ecriture d'un champ statique fr.paris.lutece.plugins.myfiles.service.storage.impl.MinioFileStorage._client depuis la méthode d'une instance new fr.paris.lutece.plugins.myfiles.service.storage.impl.MinioFileStorage() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 91 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| HTTP parameter directly written to HTTP header output in fr.paris.lutece.plugins.myfiles.web.servlet.Download.processRequest(HttpServletRequest, HttpServletResponse) | SECURITY | HRS_REQUEST_PARAMETER_TO_HTTP_HEADER | 77 | Medium |
| Test de nullité redondant sur une valeur non nulle dans fr.paris.lutece.plugins.myfiles.web.servlet.Download.processRequest(HttpServletRequest, HttpServletResponse) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 91 | Medium |