DomGarguilo commented on code in PR #2724: URL: https://github.com/apache/accumulo/pull/2724#discussion_r880540485
########## core/src/main/java/org/apache/accumulo/core/clientImpl/TableOperationsImpl.java: ########## @@ -1620,8 +1620,9 @@ public void importTable(String tableName, Set<String> importDirs) } /** - * Prevent potential CRLF injection into logs from read in user data See - * https://find-sec-bugs.github.io/bugs.htm#CRLF_INJECTION_LOGS + * Prevent potential CRLF injection into logs from read in user data. + * + * @see <a href=https://find-sec-bugs.github.io/bugs.htm#CRLF_INJECTION_LOGS/> Review Comment: ```suggestion * Prevent potential CRLF injection into logs from read in user data. See * <a href="https://find-sec-bugs.github.io/bugs.htm#CRLF_INJECTION_LOGS">bug description</a> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
