Learn R Programming

virustotal (version 0.5.0)

sanitize_url: Sanitize URL input

Description

Validates and sanitizes URLs to prevent malicious inputs while preserving legitimate URLs for analysis.

Usage

sanitize_url(url)

Value

Sanitized URL or throws error if invalid

Arguments

url

Character string representing a URL

See Also

Other security: is_api_key_configured(), sanitize_domain(), sanitize_file_path(), sanitize_hash(), sanitize_ip(), security-utilities