DEV Community

Sujala Vasanthasena Nelavai
Sujala Vasanthasena Nelavai

Posted on

Improving My OWASP Authentication Failures Write‑Up Using GitHub Copilot

As part of the GitHub Copilot Challenge, I revisited one of my older cybersecurity notes on Authentication Failures and transformed it into a clear, structured, and SOC‑focused write‑up.

This challenge helped me improve my technical writing, organise my thoughts, and explain concepts in a more human, readable way.

*BEFORE GITHUB SCREENSHOTS:
*

AFTER GITHUB SCREENSHOTS:

What I Improved
I rewrote my entire explanation of authentication failures, focusing on:

Token leakage

Weak or missing MFA

Poor session management

Brute force & credential stuffing

Misconfigured OAuth / SSO

I also added SOC detection examples to make the content more practical and relevant for blue‑team work.

How GitHub Copilot Helped
GitHub Copilot supported me by:

Suggesting clearer explanations

Expanding short bullet points into meaningful content

Helping me structure the write‑up

Improving readability and flow

Encouraging a more human, natural tone

GitHub Repository
Here is the updated write‑up in my repo:

https://github.com/sujalavnelavai/Cybersecurity-Notes/blob/main/OWASP-Authentication-Failures/README.md

Final Thoughts
This challenge helped me understand authentication failures more deeply from a SOC and IAM perspective.
It also improved my documentation skills — something extremely important for cybersecurity roles.

I’m proud of the transformation and excited to continue building my cybersecurity learning notes.

Top comments (0)