OculusCyber Logo

OculusCyber

Home

Browse Topics


OWASP-JAVA

java examples for owasp top 10

SecDevOps

integrates security into the software development lifecycle from the very beginning, emphasizing a security-first mindset and collaboration between development, security, and operations teams

IAM Identity and Access Management

General IAM using frameworks and commercial tools

SAST Scans

cybersecurity method that analyzes an application's source code, bytecode, or binary to find vulnerabilities before the application is run or deployed

SCA

Software Composition Analysis, an automated process for identifying vulnerabilities in open-source and third-party software components

Articles

All things Federal Cyber OVerview

U.S. FEDERAL GOVERNMENT │ ├── Executive Branch │ │ │ ├── Office of Management and Budget (OMB) │ │ ├── Issues government-wide cybersecurity ...

By Admin

Nov 13, 2025

Federal

U.S. FEDERAL GOVERNMENT │ ├── Executive Branch │ │ │ ├── Office of Management and Budget (OMB) │ │ ├── Issues government-wide cybersecurity ...

By Admin

Nov 13, 2025

Performing code review of Java applications

1. Preparation Before touching the code: Understand the architecture: frameworks (Spring Boot, Struts, JSP, Servlets), libraries, and data flows. Id...

By Admin

Nov 9, 2025

Secure code review of Java applications and code

1. Preparation Before touching the code: Understand the architecture: frameworks (Spring Boot, Struts, JSP, Servlets), libraries, and data flows. Id...

By Admin

Nov 9, 2025

OWASP Top 10 — prescriptive rules with Java examples

A01 – Broken Access Control Rules Enforce authorization on the server for every request. Never rely on client claims. Deny-by-default routes; expose...

By oculus

Nov 9, 2025

OWASP Top 10 — Prescriptive rules with Java examples

A01 – Broken Access Control Rules Enforce authorization on the server for every request. Never rely on client claims. Deny-by-default routes; expose...

By Admin

Nov 9, 2025

Prioritization Approach for Vulnerability Findings *

Triaging plays a major role in determining which vulnerabilities to fix first. My prioritization approach includes: Calculating risk based on exploit...

By oculus

Nov 9, 2025

Prioritization Approach for Vulnerability Findings *

Prioritization Approach for Vulnerability Findings Triaging plays a major role in determining which vulnerabilities to fix first. My prioritization ap...

By Admin

Nov 9, 2025

What is SARIF format? Benefits for Integration of various scan tools

SARIF (Static Analysis Results Interchange Format) is an open, standardized, JSON-based format for the output of static analysis tools . It was deve...

By oculus

Nov 9, 2025

A sample format of Checkmarx SAST output format

Checkmarx SAST findings data is available in formats such as JSON, XML, PDF, and CSV reports and contains detailed information about identified vulner...

By oculus

Nov 9, 2025

The Ultimate Guide to Vulnerability Databases and Scoring Systems: CVE, CVSS, CWE, EPSS, KEV, and Beyond

Excellent — here's a comprehensive list of the major vulnerability databases and scoring systems , along with short, clear explanations for each. T...

By oculus

Nov 2, 2025

Vuln. Database APIs for free

Several options provide free access to vulnerability data and security APIs, catering to different needs from general vulnerability information to spe...

By oculus

Nov 2, 2025

Production-ready CSP (Content Security Policy) template

Here is production-ready CSP (Content Security Policy) template you can safely apply to most React, Node.js, or static sites (like those hosted on...

By Shiva

Oct 31, 2025

OWASP-SAST tool common findings and remediations

1. SQL Injection Definition: SQL Injection occurs when untrusted user input is inserted directly into SQL queries, allowing attackers to manipulate ...

By Admin

Oct 31, 2025

Top 50 Application Security Engineer Interview Answers

Section 1: SAST (Static Application Security Testing) 1. How does SAST work and how does it differ from DAST? SAST analyzes source code or binaries w...

By Admin

Oct 31, 2025

Situational Application Security Questions

1. Reducing 10,000+ SAST Findings Situation: When I joined, our Checkmarx SAST scans across ~60 GitLab repos produced 12,000+ findings, overwhelming...

By Admin

Oct 31, 2025

Top 50 Application Security Engineer Interview Questions

Top 50 Application Security Engineer Interview Questions Section 1: SAST (Static Application Security Testing) Explain how SAST works and how it dif...

By oculus

Oct 31, 2025

Software Composition Analysis (SCA): Securing Your Open-Source Supply Chain

1. What Is Software Composition Analysis (SCA)? Software Composition Analysis (SCA) is a security practice used to identify and manage open-source com...

By oculus

Oct 22, 2025