You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As suggested by @chris-s-friedman at #20 (comment), could we create a testing endpoint to transfer R sessionInfo() of the server? The sessionInfo() returns information like the following. Would exposing this information cause security issues?
R version 4.1.0 (2021-05-18)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.04.2 LTS
Matrix products: default
BLAS/LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.8.so
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=C
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] plumber_1.1.0
loaded via a namespace (and not attached):
[1] compiler_4.1.0 magrittr_2.0.1 R6_2.5.0 later_1.2.0
[5] promises_1.2.0.1 tools_4.1.0 swagger_3.33.1 Rcpp_1.0.7
[9] stringi_1.7.3 jsonlite_1.7.2 webutils_1.1 lifecycle_1.0.0
[13] rlang_0.4.11
As suggested by @chris-s-friedman at #20 (comment), could we create a testing endpoint to transfer R
sessionInfo()
of the server? ThesessionInfo()
returns information like the following. Would exposing this information cause security issues?cc @chinwallaa @blackdenc
The text was updated successfully, but these errors were encountered: