Hi :
We found a problem about File Separator in oauth2-useragent.Different operating systems use different characters as file separators. For example, Microsoft Windows systems use "", while UNIX systems use "/". When applications have to run on different platforms, the use of hardcoded file separators can lead to incorrect execution of application logic and potentially a denial of service.
com.microsoft.alm.oauth2.useragent.JavaFxProvider
advice: use ”File.separator“ replace “/”
Hi : We found a problem about File Separator in oauth2-useragent.Different operating systems use different characters as file separators. For example, Microsoft Windows systems use "", while UNIX systems use "/". When applications have to run on different platforms, the use of hardcoded file separators can lead to incorrect execution of application logic and potentially a denial of service. com.microsoft.alm.oauth2.useragent.JavaFxProvider advice: use ”File.separator“ replace “/”