-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/version 6 #134
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
Merged
Merged
Feat/version 6 #134
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
edf8a48
feat: enhance security measures and API functionality across multiple…
ColdByDefault 9ba51d4
feat: update chatbot integration titles and descriptions across multi…
ColdByDefault 61d3cb0
refactor: remove PageSpeed API routes and related components
ColdByDefault 28d7a06
Remove unused assets and backup files related to PortoCard and Techno…
ColdByDefault ae52d2d
feat: enhance error handling and fallback messages in ChatBot components
ColdByDefault ba15dac
feat: add issuerKey support and enhance certification details across …
ColdByDefault File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -43,3 +43,4 @@ freelancer.instructions.md | |
| /lib/generated/prisma | ||
| # Private Notes | ||
| notes.md | ||
| desktop.ini | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,21 +1,38 @@ | ||
| # Security Policy | ||
|
|
||
| ## Overview | ||
|
|
||
| This security policy outlines how we handle security vulnerabilities and the security measures implemented in this portfolio project. | ||
|
|
||
| ## Supported Versions | ||
|
|
||
| Use this section to tell people about which versions of your project are | ||
| currently being supported with security updates. | ||
| Currently supported versions with security updates: | ||
|
|
||
| | Version | Supported | | ||
| | ------- | ------------------ | | ||
| | 5.0.x | :white_check_mark: | | ||
| | 4.0.x | :white_check_mark: | | ||
| | 3.0.x | :white_check_mark: | | ||
| | < 2.0 | :x: | | ||
| | Version | Supported | Notes | | ||
| | ------- | ------------------ | ------------------------------- | | ||
| | Latest | :white_check_mark: | Active development and security | | ||
| | < 3.0 | :x: | Legacy versions not supported | | ||
|
|
||
| ## Reporting a Vulnerability | ||
|
|
||
| Use this section to tell people how to report a vulnerability. | ||
| If you discover a security vulnerability, please follow these steps: | ||
|
|
||
| ### Where to Report | ||
|
|
||
| **Email**: See Contact Information. | ||
|
|
||
| ## Security Audit History | ||
|
|
||
| | Date | Type | Status | Notes | | ||
| | ---------- | -------------- | ------ | ----------------------------- | | ||
| | 2026-02-16 | Internal Audit | ✅ | Security improvements applied | | ||
|
|
||
| ## Additional Resources | ||
|
|
||
| - [OWASP Top 10](https://owasp.org/www-project-top-ten/) | ||
| - [Next.js Security](https://nextjs.org/docs/app/building-your-application/configuring/content-security-policy) | ||
| - [Prisma Security](https://www.prisma.io/docs/guides/database/advanced-database-tasks/sql-injection) | ||
|
|
||
| --- | ||
|
|
||
| Tell them where to go, how often they can expect to get an update on a | ||
| reported vulnerability, what to expect if the vulnerability is accepted or | ||
| declined, etc. | ||
| **Copyright © 2026 ColdByDefault. All Rights Reserved.** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
/api/pagespeedendpoint is still listed in the API surface table, but this endpoint has been removed in this PR. This entry should be deleted to match the actual API structure.