Skip to main content
added 2 characters in body
Source Link
Ahmed Ashour
  • 5.7k
  • 10
  • 41
  • 63

Using user.nameuser.name is not secure as environment variables can be faked. Method you were using is good, there are similar methods for unix based OS as well

Using user.name is not secure as environment variables can be faked. Method you were using is good, there are similar methods for unix based OS as well

Using user.name is not secure as environment variables can be faked. Method you were using is good, there are similar methods for unix based OS as well

Source Link
phoenix
  • 119
  • 1
  • 2

Using user.name is not secure as environment variables can be faked. Method you were using is good, there are similar methods for unix based OS as well