Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 393 Bytes

shady-link.md

File metadata and controls

16 lines (11 loc) · 393 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.

Note credit goes to the guarddog team.

Example

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