Skip to content

tristan-lg/Guardian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoolPHP Guardian

A Symfony 7 project running on docker on a PHP 8.3 server.

Guardian is made to prevent running production application using outdated dependencies. It will check the composer.lock file and the package.json file to see if there are outdated dependencies. If there are, alerts will be sent. It also checks CVE database to see if there are vulnerabilities in the dependencies.

Starting

Before all install just

Requirments

Install

  1. just install to install the project.
  2. docker compose up -d then go on https://localhost/, to see the index page.

Git best practices

  1. Respect conventional commits for the commit messages.
  2. Work on a branch named with a prefix (like your commit messages) : docs, feat, fix, test, chore, etc.
  3. Make atomic commits.

About

Web app to check for deprecations in libraries & security advisories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published