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
String representations of URIs or URLs are prone to parsing and encoding errors which can lead to vulnerabilities. The System.Uri class is a safe alternative and should be preferred.
This rule raises an issue when method has a string return type and its name contains "uri", "Uri", "urn", "Urn", "url" or "Url".
The text was updated successfully, but these errors were encountered:
RSPEC-3995
String representations of URIs or URLs are prone to parsing and encoding errors which can lead to vulnerabilities. The
System.Uri
class is a safe alternative and should be preferred.This rule raises an issue when method has a string return type and its name contains "uri", "Uri", "urn", "Urn", "url" or "Url".
The text was updated successfully, but these errors were encountered: