soat-fiap / FIAP.TechChallenge.ByteMeBurger

The FIAP.TechChallenge.ByteMeBurger project is a comprehensive solution for managing a burger ordering system. It includes multiple modules for domain logic, application services, API endpoints, and infrastructure. The project is designed to be scalable, maintainable, and secure, leveraging modern .NET practices and AWS services.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Restrictive CORS Policy Adjustment #57

Open coderabbitai[bot] opened 4 months ago

coderabbitai[bot] commented 4 months ago

The CORS policy in the file allows any origin, header, and method, which might pose security risks. This issue is to track the necessary adjustments to make the CORS policy more restrictive as discussed in PR #56: https://github.com/soat-fiap/FIAP.TechChallenge.ByteMeBurger/pull/56

Referenced comment: https://github.com/soat-fiap/FIAP.TechChallenge.ByteMeBurger/pull/56#discussion_r1597533951