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.workflow.modules.archive.service.TaskArchive | 1 |
fr.paris.lutece.plugins.workflow.modules.archive.web.DownloadArchive | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exceptional return value of java.io.File.mkdirs() ignored in fr.paris.lutece.plugins.workflow.modules.archive.service.TaskArchive.processTask(int, HttpServletRequest, Locale) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 266 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
HTTP parameter directly written to HTTP header output in fr.paris.lutece.plugins.workflow.modules.archive.web.DownloadArchive.doDownloadFile(HttpServletRequest, HttpServletResponse) | SECURITY | HRS_REQUEST_PARAMETER_TO_HTTP_HEADER | 93 | Medium |
fr.paris.lutece.plugins.workflow.modules.archive.web.DownloadArchive.doDownloadFile(HttpServletRequest, HttpServletResponse) may fail to clean up java.io.InputStream on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 128 | Medium |
Relative path traversal in fr.paris.lutece.plugins.workflow.modules.archive.web.DownloadArchive.doDownloadFile(HttpServletRequest, HttpServletResponse) | SECURITY | PT_RELATIVE_PATH_TRAVERSAL | 93 | Medium |