Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Openai pr #469

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ As solving the above issue requires addition of various vulnerabilities, hence i
- Spring Boot
- ReactJS
- Javascript/TypeScript
- OpenAI

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be helpful to provide a brief description or a link to OpenAI's documentation next to the OpenAI technology addition. This would help unfamiliar readers understand what OpenAI is and how it is used in this project. [medium]


## Currently handled Vulnerability types

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ services:
- "80:80"
environment:
- NGINX_HOST=foobar.com
- NGINX_PORT=80
- NGINX_PORT=8080

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the change of the NGINX_PORT from 80 to 8080 has any implications on other parts of the system or if it requires certain conditions to work properly, it would be beneficial to document this in a comment next to the changed line. [medium]

Loading