Urgent.News

the world's headlines, one feed

Editions

Tech

London cops handed victim's new address and number to her stalker, watchdog says

Met ordered to improve safeguards after two preventable data breaches

London cops handed victim's new address and number to her stalker, watchdog says

The UK's data protection regulator, the Information Commissioner's Office (ICO), has criticized London's Metropolitan Police Service (MPS) for improperly sharing a victim's new phone number and home address with a stalker. This incident, among others, has led to two enforcement notices and a reprimand from the ICO. The first incident involved an interim Stalking Protection Order (SPO) issued in January 2024, restricting a man from contacting his victim.

Despite warnings, an unredacted copy containing the victim's new contact details was handed to the defendant, who then used this information to bypass bail conditions and contact the victim. The second incident resulted from a poorly structured email sent by the MPS during a honeytrap operation, exposing the email addresses of 18 individuals connected to the UK Parliament.

The IPO found that these breaches stemmed from wider weaknesses in the MPS's policies, procedures, and assurance arrangements for handling sensitive personal information. The regulator emphasized that organizations, especially in the public sector, must have effective data protection training, monitoring, and assurance in place.

The MPS has been given 12 months to improve compliance with data protection training requirements and review email practices.

Written by urgent.news from The Register's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at theregister.com →

More in Tech

Alembic in Practice: Structure, Revisions, and the Traps SQLite Sets

What those hex filenames mean, why migrations silently applied to the wrong database for two months, and how to widen a CHECK constraint without quietly breaking it.

  • Alembic uses hex filenames for revision IDs
  • Revision and downrevision fields form a linked list
  • Single source of truth for database URL prevents configuration trap

Stop Reinventing the Wheel: A QA Pattern for Date Math in User-Facing Code

Every backend that touches a date of birth ends up reinventing the same arithmetic. I've watched it happen in three codebases this year alone: a fintech KYC service, a healthcare intake portal, and a…

  • Engineers should answer business questions about full years passed and duration thresholds.
  • Create a matrix of test cases covering edge cases in the code repository.