Chief Scientist Emeritus Fabian Yamaguchi and foundational Code Property Graph technology recognized with IEEE Test of Time Award
The latest executive order on cybersecurity issued today, Jan 16 2024, covers a lot of ground across multiple cybersecurity domains, from software security to post-quantum cryptography. The White House is sending a clear message to both the public and private sectors that the threats from foreign adversaries are more dire than ever. It comes at […]
READ MOREIntroduction Ever wondered what separates a secure application from a vulnerable one from a developer’s perspective? It often boils down to how well you handle user inputs. In this blog, we dive into input validation, an essential yet sometimes overlooked aspect of coding for security. It’s a straightforward guide on the why, how, and what […]
When it comes to web application vulnerabilities and attacks, malicious actors are a lot like Cookie Monster, screaming, “Me love cookie!” Digital cookies may not be as tasty as chocolate chips, but they’re just as deliciously enticing because they often contain sensitive information or enable attackers to gain unauthorized access. While both Cross-Site Scripting (XSS) […]
Introduction How does a website recall your digital footprints during each visit? This article dives into session management, the silent guardian of web navigation, ensuring our virtual moves are remembered and protected. You’ll be equipped with essential insights on maintaining secure and fluid online experiences through robust session management practices. What is Session Management? […]
Introduction Imagine clicking a link and unintentionally giving a cyber thief access to your data. This article dives into the silent threat of CSRF, where your trusted web session becomes a hacker’s tool. You’ll learn what CSRF is, how it operates, and how you can protect against its deceptive maneuvers. What is Cross-Site Request Forgery […]
Introduction Did you know that a simple website visit could put your personal information at risk? In this article, we explain how a common online threat called XSS can cause big problems and show you ways to keep your application secure. What is Cross-Site Scripting (XSS)? Cross-site scripting (XSS) is a significant web security vulnerability […]
Introduction SQL Injection poses a formidable threat to the integrity of data-driven applications. In this blog post, we dive into the nuances of SQL Injection, from its operational mechanisms and various attack vectors to the vulnerabilities it exploits. Readers will gain essential knowledge and practical strategies to fortify their applications against this pervasive threat, ensuring […]
Introduction Have you ever wondered how your private info stays safe online? In a world where cyber threats are rising and we share more data than ever, data encryption is our digital guardian angel. This article will take you through how encryption works to protect your information and why it’s more important now than ever. […]
Introduction Dive into online security with a closer look at authentication and authorization. This article unravels how these key processes verify your identity and manage your access rights, acting as the frontline defenses for your data. What are Authentication and Authorization? Authentication verifies a user’s identity with things like passwords or fingerprints. It’s about making […]
Introduction Have you ever wondered how safe your code is in a world full of digital threats? This article dives into the world of secure coding, revealing how it’s essential for keeping software safe from cyber threats. Learn why secure coding matters and how it fits into every stage of software development to protect against […]