Skip to content
Tag45 articles

Security

Everything on Core Concept Learning tagged with Security. Explore related tags below.

Related tags

Articles

When you run Claude Code in a project, it can execute bash commands, read and edit files, fetch data from the web, and communicate with subagents. Without expli…

Aug 18, 202612 min read
Read

When Claude Code traffic grows from 10 to 1000 concurrent users, a single endpoint breaks. You need a gateway: a single point through which all Claude Code traf…

Aug 18, 202613 min read
Read

Healthcare, finance, and legal teams cannot send data to third-party APIs unless those APIs are certified compliant. Claude Code in regulated environments must …

Aug 18, 202612 min read
Read

As AI coding agents like Claude Code gain autonomous capabilities—executing terminal commands, running tests, refactoring modules, and integrating MCP servers—e…

Aug 12, 20264 min read
Read

Traditional perimeter-based security ('Castle and Moat') assumes that all traffic inside a private network or Kubernetes cluster is inherently trustworthy. Once…

Aug 1, 20263 min read
Read

Selecting the correct authorization flow is essential for securing modern applications. The OAuth 2.1 specification consolidates OAuth 2.0 security recommendati…

Aug 1, 20263 min read
Read

Containers are the foundation of modern cloud deployment, but default container images often ship with bloated Linux OS distributions containing package manager…

Aug 1, 20263 min read
Read

Deploying Large Language Models in healthcare, finance, defense, and legal industries requires strict data privacy controls. Enterprise organizations must ensur…

Jul 31, 20263 min read
Read

Adopting autonomous AI development tools in enterprise engineering organizations requires strict compliance with data privacy regulations: HIPAA for healthcare …

Jul 31, 20265 min read
Read

Traditional Static Application Security Testing (SAST) tools generate long lists of static warnings that engineers must sort through manually: flagging SQL inje…

Jul 31, 20265 min read
Read

Long-running autonomous agent sessions — such as multi-package refactoring, test suite executions, or cloud deployments — often run for 30 to 60 minutes. Tether…

Jul 31, 20265 min read
Read

In standard interactive CLI sessions, Claude Code prompts the developer for permission before running bash commands or modifying project files. While this inter…

Jul 31, 20265 min read
Read

Red Teaming LLMs is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical mental model you can…

Jul 29, 20263 min read
Read

Jailbreaking vs Prompt Injection is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical ment…

Jul 29, 20263 min read
Read

Prompt injection is what happens when untrusted text tries to steer the model away from the developer's intended instructions. In RAG and tool-using agents, tha…

Jul 27, 20264 min read
Read

An AI agent becomes risky the moment it can read private data, call tools, write files, send messages, or trigger business workflows. A better prompt helps, but…

Jul 27, 20264 min read
Read

A permission check in front of a wire-transfer approval endpoint times out. What should happen next? One engineer's instinct says "don't block the transfer over…

Jul 17, 20267 min read
Read

HTTPS and a valid JWT only prove the front door locked. Many real API incidents happen after authentication succeeds: a user changes /orders/42 to /orders/99 an…

Jul 7, 20266 min read
Read

Many .NET teams stop at "add [Authorize] and check roles." That covers two of seven authorization models ASP.NET Core ships with — and leaves you reaching for h…

Jul 5, 20266 min read
Read

JSON Web Tokens are a common access-token format, but OAuth 2.0 does not require them: providers may issue opaque bearer tokens that an API introspects instead.…

Jul 4, 20266 min read
Read

You log out and the admin panel still accepts the old token. Or you build "Sign in with Google" and accidentally treat an access token as proof of identity. Aut…

Jul 4, 20265 min read
Read

A partner script scrapes your API with a leaked key. A mobile build ships a password in every header. A "Sign in with GitHub" button works until someone treats …

Jul 1, 202612 min read
Read

A payment retry button, wired to a 0-RTT-resumed TLS connection for speed, gets pressed twice by an impatient user — and somewhere on the network, a captured co…

Jul 22, 20268 min read
Read

Under GDPR Article 17 ('Right to Erasure') and strict data minimization mandates, modern applications processing Personally Identifiable Information (PII) face …

Aug 3, 20269 min read
Read

Deploying MongoDB without mandatory authentication enabled exposes database ports (default 27017) directly to public internet scanners. Automated bot networks c…

Aug 3, 20269 min read
Read

Architecting multi-tenant Software-as-a-Service (SaaS) backend databases requires balancing strict data isolation against operational maintenance overhead and c…

Aug 3, 20269 min read
Read

Traditional perimeter-based network security ('castle-and-moat') assumes that any service operating inside a private Virtual Private Cloud (VPC) network is inhe…

Aug 3, 20269 min read
Read

Securing modern REST APIs against unauthorized access, credential interception, and session hijacking requires strict protocol standards. Legacy session-based c…

Aug 3, 20269 min read
Read

In cloud-native Kubernetes clusters, perimeter-only network security is insufficient. Once an attacker breaches the external API gateway or compromises a single…

Aug 3, 20269 min read
Read

Single-Page Applications (SPAs) executing inside client-side web browsers are classified by OAuth 2.0 standards as Public Clients. Unlike confidential backend s…

Aug 3, 20269 min read
Read

As cloud infrastructure scales across multi-tenant environments, enforcing security, compliance, and cost governance policies manually becomes impossible. Devel…

Aug 3, 20269 min read
Read

In microservices architectures, handling authentication, authorization, and rate limiting individually inside every backend service leads to duplicated code, in…

Aug 3, 20269 min read
Read

Traditional corporate network security relies on perimeter defense models: once an employee connects to an office VPN or passes through a bastion host, they gai…

Aug 3, 20269 min read
Read

Cyberattacks against web applications continue to escalate in frequency and sophistication. According to security industry reports, over 70% of production data …

Aug 3, 20269 min read
Read

Enforcing security standards and governance policies across Kubernetes clusters is critical for multi-tenant organizations. Preventing developers from deploying…

Aug 3, 20269 min read
Read

Hardcoding database passwords, API tokens, and TLS private keys inside application source code or environment variables exposes organizations to disastrous secu…

Aug 3, 20269 min read
Read

Cross-Site Scripting (XSS) remains one of the most dangerous vulnerabilities in modern frontend applications. If an attacker manages to inject a malicious <scri…

Aug 3, 20269 min read
Read

Authentication systems face an inherent security trade-off: short-lived access tokens limit the window of damage if a credential is compromised, but force users…

Aug 3, 20269 min read
Read

Traditional Kubernetes security and networking solutions rely heavily on userspace sidecar proxies and legacy Linux iptables or IPVS rules. Intercepting every p…

Aug 4, 20269 min read
Read

When external partner systems, automated cron daemons, or background backend microservices need to communicate securely over public networks, traditional user-i…

Aug 4, 20269 min read
Read

Standard web HTTPS connections use one-way TLS: the client browser verifies the X.509 certificate presented by the server to confirm server identity, but the se…

Aug 4, 20269 min read
Read

Cloud storage buckets (AWS S3 and GCP Cloud Storage / GCS) store enterprise intellectual property, application back-ups, database dumps, and sensitive PII. Unen…

Aug 4, 20269 min read
Read

Exposing public REST or GraphQL API endpoints without strict rate limiting guarantees system instability during unexpected traffic bursts or malicious DDoS atta…

Aug 4, 20269 min read
Read

Deploying unvalidated container workloads into Kubernetes production clusters creates serious security vulnerabilities. Developers may accidentally launch pods …

Aug 5, 20264 min read
Read

By default, Kubernetes flat networking models allow uninhibited IP-level communication between all pods across all namespaces. If an attacker compromises a sing…

Aug 6, 20264 min read
Read

Want a curated collection instead? Topic hubs group the best content by subject.

Browse Topics