diff --git a/stdlib/InteractiveUtils/src/InteractiveUtils.jl b/stdlib/InteractiveUtils/src/InteractiveUtils.jl index 1df8a2ca8f93bb..ea756b3761e455 100644 --- a/stdlib/InteractiveUtils/src/InteractiveUtils.jl +++ b/stdlib/InteractiveUtils/src/InteractiveUtils.jl @@ -85,6 +85,10 @@ controlled with boolean keyword arguments: - `verbose`: print all additional information +!!! warning "Warning" + The output of this function may contain sensitive information. Before sharing the output, + please review the output and remove any data that should not be shared publicly. + See also: [`VERSION`](@ref). """ function versioninfo(io::IO=stdout; verbose::Bool=false)