Пример #1
0
 /**
  * @inheritdoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->requiredDataClasses = ["Account balances", "Age groups", "Astrological signs", "Avatars", "Bank account numbers", "Banking PINs", "Beauty ratings", "Biometric data", "Car ownership statuses", "Career levels", "Credit cards", "Customer feedback", "Customer interactions", "Dates of birth", "Device usage tracking data", "Drinking habits", "Drug habits", "Education levels", "Email addresses", "Email messages", "Employers", "Ethnicities", "Family members' names", "Family plans", "Financial transactions", "Fitness levels", "Genders", "Geographic locations", "Government issued IDs", "Historical passwords", "Home addresses", "Home ownership statuses", "Homepage URLs", "Income levels", "Instant messenger identities", "IP addresses", "Job titles", "MAC addresses", "Marital statuses", "Names", "Nicknames", "Parenting plans", "Passport numbers", "Password hints", "Passwords", "Payment histories", "Personal descriptions", "Personal interests", "Phone numbers", "Physical attributes", "Political views", "Private messages", "Purchases", "Races", "Recovery email addresses", "Relationship statuses", "Religions", "Reward program balances", "Salutations", "Security questions and answers", "Sexual fetishes", "Sexual orientations", "Smoking habits", "SMS messages", "Social connections", "Spoken languages", "Time zones", "Travel habits", "User agent details", "User website URLs", "Usernames", "Website activity", "Work habits", "Years of birth"];
 }
Пример #2
0
 /**
  * @inheritdoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->requiredBreachItemKeys = ['Name' => 'string', 'Title' => 'string', 'Domain' => 'string', 'BreachDate' => 'string', 'AddedDate' => 'string', 'PwnCount' => 'int', 'Description' => 'string', 'DataClasses' => 'array', 'IsSensitive' => 'bool', 'IsRetired' => 'bool'];
 }
Пример #3
0
 /**
  * @inheritdoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->requiredPasteKeys = ['Source' => 'string', 'Id' => 'string', 'Title' => 'string', 'Date' => 'string', 'EmailCount' => 'int'];
 }