Urgent.News

the world's headlines, one feed

Editions

Tech

Attorney Hong Seung-kwon Column | When Does an Indecent Act Become a Crime? (Part 17)

Series IndexPart 1 | Unpaid Corporate Transactions: Liability Behind the Veil Part 2 | Trade Name Continuity and the Liability of a SuccessorPart 3 | Directors’ Liability for DamagesPart 4 | The Person Behind the Company NamePart 5 | The Limits of Self-Defense in Assault Cases Part 6 | Criminal Sett

Abstract editorial illustration

The Supreme Court of South Korea recently altered the legal definition of "indecent assault" in the country. Article 298 of the Criminal Act previously required a substantial degree of force or intimidation to establish such a crime, often resulting in acquittals when courts found the assault was not severe enough. However, in September 2023, the Court clarified that "violence" in an indecent-assault case refers to any unlawful use of physical force, while "intimidation" means any threat capable of causing fear.

This interpretation broadens the range of behaviors that can potentially constitute an indecent act, including cases involving subtle touches or actions that may not appear forceful at first glance. The Court emphasized that the definition aligns with that of general assault and intimidation offenses, aiming to enhance legal predictability and stability.

Despite this change, many defendants still fail to recognize their conduct as potentially criminal because the victim may have consented or the incident appears minor due to subsequent events. Courts now place significant emphasis on the victim's account, but do not automatically assume guilt based solely on an accusation. Anyone facing such allegations or involved as a victim should meticulously document the incident and any relevant evidence to strengthen their defense.

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

Read the original at koreaittimes.com →

More in Tech

React Mastery Series – Day 31: Advanced React Architecture – Designing Large-Scale Applications

Welcome back to the React Mastery Series ! We've completed the first 30 days of our React journey. So far, we've covered: React Fundamentals Components & Props Hooks Context API Redux Toolkit API…

  • High cohesion: Group related features in a domain (e.g., Payments)
  • Low coupling: Features communicate through public APIs, not direct dependencies
  • Scalability: Organize around business domains, use layered architecture, clean architecture

Build, Buy, or Call an API: How We Actually Decide

Clients ask me why we don't just build our own model. It's a fair question, and most of the time the honest answer is that building our own would be the slowest and priciest route to a result slightly…

  • Shanti Infosoft avoids building AI models to save time and cost.
  • They opt for APIs on commodity capabilities like text generation or translation.
  • Building only makes sense for unique selling propositions or proprietary data influence.

Designing MCP tools an agent won't misuse

The first article in this series made a pair of claims. One: an AI-native product is an MCP server that lets an agent do things, not a chat widget that talks about them.

  • Well-typed calls can still go wrong despite schema validation.
  • Design MCP surface to prevent misuse by constraining input space.
  • Use closed types like enums and provide clear tool descriptions.