DomGarguilo commented on code in PR #2724: URL: https://github.com/apache/accumulo/pull/2724#discussion_r880528049
########## 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: In my IDE, there is nothing to click to follow the here:  Maybe "CRLF injection" in the sentence could be linked or some other text to click to follow the link. Edit: I see this link is used elsewhere like this: `<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]
