Class: HomographicSpoofing::Detector::Rule::QuotedString::Nfc
- Inherits:
-
Base
- Object
- Base
- HomographicSpoofing::Detector::Rule::QuotedString::Nfc
- Defined in:
- lib/homographic_spoofing/detector/rule/quoted_string/nfc.rb
Overview
Instance Method Summary collapse
Instance Method Details
#attack_detected? ⇒ Boolean
3 4 5 |
# File 'lib/homographic_spoofing/detector/rule/quoted_string/nfc.rb', line 3 def attack_detected? !label.unicode_normalized?(:nfc) end |