Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Use ASCII apostrophe for console message #6076

Merged
merged 1 commit into from
Nov 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/src/main/java/org/owasp/dependencycheck/Engine.java
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ public void analyzeDependencies() throws ExceptionCollection {
LOGGER.info("\n\nDependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and "
+ "false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes "
+ "acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis "
+ "or its use. Any use of the tool and the reporting provided is at the users risk. In no event shall the copyright holder "
+ "or its use. Any use of the tool and the reporting provided is at the user's risk. In no event shall the copyright holder "
+ "or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis "
+ "performed, or the resulting report.\n\n\n"
+ " About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html\n"
Expand Down
Loading