Skip to content

Commit

Permalink
Replace LeagueContainer with SymfonyContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagolizardo committed Aug 19, 2024
1 parent 24ce1fb commit c108a4d
Show file tree
Hide file tree
Showing 16 changed files with 338 additions and 160 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"guzzlehttp/guzzle": "^7.2",
"guzzlehttp/psr7": "^2.1",
"league/commonmark": "^2.0",
"league/container": "^4.2",
"league/html-to-markdown": "^5.0",
"league/route": "^5.0",
"monolog/monolog": "^3.0",
Expand All @@ -31,13 +30,15 @@
"phpoffice/phpword": "^1.0",
"ponup/sql-builders": "^1.0",
"reconmap/command-output-parsers": "^2.0",
"symfony/config": "^7.1",
"symfony/console": "^7",
"symfony/dependency-injection": "^7.1",
"symfony/filesystem": "^7",
"symfony/http-foundation": "^7.1",
"symfony/mailer": "^7",
"symfony/psr-http-message-bridge": "^7.1",
"twig/twig": "^3.0",
"zircote/swagger-php": "^4.7",
"symfony/http-foundation": "^7.1",
"symfony/psr-http-message-bridge": "^7.1"
"zircote/swagger-php": "^4.7"
},
"autoload": {
"psr-4": {
Expand Down
315 changes: 232 additions & 83 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified data/attachments/default-report-template.docx
Binary file not shown.
2 changes: 0 additions & 2 deletions database/01-schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ CREATE TABLE project
archive_ts TIMESTAMP NULL,
external_id VARCHAR(40) NULL,
vulnerability_metrics ENUM ('CVSS', 'OWASP_RR') NULL,
management_summary VARCHAR(2000) NULL,
management_conclusion VARCHAR(500) NULL,

PRIMARY KEY (id),
UNIQUE KEY (name),
Expand Down
Loading

0 comments on commit c108a4d

Please sign in to comment.