resources

package
v0.0.72 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package resources contains resources used by the homoglyphs evaluators.

Index

Constants

This section is empty.

Variables

View Source
var InvisibleCharacters = map[rune]struct{}{
	'\u00A0': {},
	'\u00AD': {},
	'\u034F': {},
	'\u061C': {},
	'\u115F': {},
	'\u1160': {},
	'\u17B4': {},
	'\u17B5': {},
	'\u180E': {},
	'\u2000': {},
	'\u2001': {},
	'\u2002': {},
	'\u2003': {},
	'\u2004': {},
	'\u2005': {},
	'\u2006': {},
	'\u2007': {},
	'\u2008': {},
	'\u2009': {},
	'\u200A': {},
	'\u200B': {},
	'\u200C': {},
	'\u200D': {},
	'\u200E': {},
	'\u200F': {},
	'\u202F': {},
	'\u205F': {},
	'\u2060': {},
	'\u2061': {},
	'\u2062': {},
	'\u2063': {},
	'\u2064': {},
	'\u206A': {},
	'\u206B': {},
	'\u206C': {},
	'\u206D': {},
	'\u206E': {},
	'\u206F': {},
	'\u3000': {},
	'\u2800': {},
	'\u3164': {},
	'\uFEFF': {},
	'\uFFA0': {},

	'\U0001D159': {},
	'\U0001D173': {},
	'\U0001D174': {},
	'\U0001D175': {},
	'\U0001D176': {},
	'\U0001D177': {},
	'\U0001D178': {},
	'\U0001D179': {},
	'\U0001D17A': {},
}

InvisibleCharacters is a map of all unicode characters that are considered invisible. Reference: https://invisible-characters.com/ Note, the following characters are not included in the invisibleCharacters: '\u0009' (Character Tabulation or Tab) '\u0020' (Space) These two characters are common ASCII characters and are not necessarily considered malicious or a security threat in most contexts.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL