symfony-boilerplate icon indicating copy to clipboard operation
symfony-boilerplate copied to clipboard

An example of an application built with Symfony 5, GraphQL and Nuxt.js

Results 61 symfony-boilerplate issues
Sort by recently updated
recently updated
newest added

Regex mode allowed undesired domains to perform cross-origin requests, by simply satisfying the regex corresponding to the authorized origin. For instance, if the authorized origin (i.e. the web app) was...

https://symfony.com/doc/current/reference/constraints/Valid.html

documentation

^ organize by application layer

documentation

GraphQLite seems to have an issue when you uses `$user` as argument: ```php /** * @Query * @Logged * @Security("is_granted('GET_USER', user)") */ public function user(User $user): User { // ......

documentation

https://github.com/fabpot/local-php-security-checker

enhancement

Add a documentation on xDebug. Update the stack to make xDebug works with Vagrant.

documentation

Some files from private storage may be serve "inline" (images etc.). Add cache.

enhancement