All Posts

API Security: An Introduction to the OWASP Top 10

APIGit

2023-09-10

The OWASP Top 10 for API Security highlights critical vulnerabilities to address, ensuring robust protection for web APIs.

RESTful Api spec is important in WAF

APIGit

2023-08-04

WAF stands for "Web Application Firewall." It is a security solution designed to protect web applications from various online threats, vulnerabilities, and attacks. A WAF acts as a barrier between a w...

RESTful Api spec is important in data masking

APIGit

2023-08-03

Data masking is a way to create a fake, but a realistic version of your organizational data. The goal is to protect sensitive data, while providing a functional alternative when real data is not neede...

RESTful Api spec is important in vulnerability scanner

APIGit

2023-07-27

Nowadays more and more companies provide web APIs to access their services. We can use web security scanners to look for security issues in web APIs.

Api governance in Apigit

APIGit

2023-07-20

API governance is about more than just design and standards; it's about enabling people and leveraging the value of APIs.

Defining reusable components with the OpenAPI

APIGit

2023-06-15

The components object in the OpenAPI Specification allows for the centralization and reuse of definitions like schemas, parameters, and responses across multiple API endpoints, enhancing consistency a...