Upstream backports: field lengths, validation, CVSS tooltips, avatars, and more#67
Open
xMinhx wants to merge 13 commits into
Open
Upstream backports: field lengths, validation, CVSS tooltips, avatars, and more#67xMinhx wants to merge 13 commits into
xMinhx wants to merge 13 commits into
Conversation
- conftest.py patches requests.get + time.sleep in cve_fetcher module - Skips mock for tests marked @pytest.mark.nvd_integration - Moves test_cve_fetcher.py module-level code into fixtures - pytest.ini excludes nvd_integration by default 66 tests now run in ~1s vs timing out at >120s
Fixes accso#22 The solution was generated using github copilot workspace. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/accso/SecureCheckPlus/issues/22?shareId=XXXX-XXXX-XXXX-XXXX).
…stream accso#22) - Swap adventurer-neutral API URL for local @dicebear/core v9 + bottts-neutral - Add avatar.ts utility wrapping createAvatar() -> toDataUri() - Update UserSettingsContent.tsx and Profile.tsx to use getAvatarDataUri() - Remove dicebear.com URL from constants.tsx - Remove django-csp app, middleware, and all CSP config (no external images left) - Shell -> exec form CMD in Dockerfile for proper signal handling - as -> AS in Dockerfile per convention - Exclude .opencode/ from git tracking Co-authored-by: Niklas Büchel <NikAcc@users.noreply.github.com>
…stream accso#38) Co-authored-by: Nils Kreiner <kreinern@users.noreply.github.com>
…ion now works)" This reverts commit b664124.
c670d26 to
cb05f8c
Compare
This was
linked to
issues
Jun 27, 2026
This was
linked to
issues
Jun 27, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Backports of changes originally authored by @NikAcc and @kreinern that were submitted as separate PRs but never merged. All commits preserve original author attribution.
Changes
Notes
Dependencies
Closes #10, #22, #24, #26, #27