Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 403 Bytes

shady-link.md

File metadata and controls

17 lines (12 loc) · 403 Bytes

Shady link

Code Severity i18n Experimental
shady-link Warning sast_warnings.shady_link ✔️

Introduction

Identify when a Literal (string) contains an URL to a domain with a suspicious extension.

Important

Credit goes to the guarddog team.

Example

const foo = "http://foo.xyz";