URLs are the most common type of asset. It is a string that is used to identify a resource on the Internet. When you submit a report, if you select asset type asDocumentation Index
Fetch the complete documentation index at: https://chainpatrol.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
URL, the url string will be normalized and its domain will be submitted to Chainpatrol.
Normalization
Normalization is the process of removing all unnecessary characters from the URL string. It is done to make the URL string more readable and to remove any ambiguity. ChainPatrol performs the following normalization steps:- Remove the scheme (http, https, ftp, etc.)
- Convert the domain to lowercase
- Convert unicode characters to punycode
- Remove username, password, port, query, fragment
- Remove trailing slash