Skip to content

feat: Add AES-256-GCM encryption utility for Jira credential storage#1805

Open
Pratikshya32 wants to merge 23 commits into
Priyanshu-byte-coder:mainfrom
Pratikshya32:fix/jira-credential-encryption
Open

feat: Add AES-256-GCM encryption utility for Jira credential storage#1805
Pratikshya32 wants to merge 23 commits into
Priyanshu-byte-coder:mainfrom
Pratikshya32:fix/jira-credential-encryption

Conversation

@Pratikshya32
Copy link
Copy Markdown
Contributor

Summary

Adds a server-side encryption utility for securely storing Jira API tokens. Credentials are encrypted before database storage and decrypted only when needed.

Changes

  • Added src/lib/crypto/credentialEncryption.ts

cc @Priyanshu-byte-coder

Priyanshu-byte-coder and others added 23 commits May 29, 2026 17:45
…blicLanguage.name TS error

- Remove duplicate `aria-label="Perform action"` from 10 components (settings page, AIMentorWidget, ContributionGraph, ContributionHeatmap, GoalTracker, KeyboardShortcuts, NotificationBell, StreakAtRiskBanner, StreakMilestoneBanner, WeeklySummaryCard)
- Add dompurify + @types/dompurify to deps, @testing-library/react + @testing-library/jest-dom to devDeps
- Fix compare page using PublicLanguage.name → PublicLanguage.language

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 1, 2026

@Pratikshya32 is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added gssoc26 GSSoC 2026 contribution type:design GSSoC type bonus: UI/design (+10 pts) type:devops GSSoC type bonus: devops (+15 pts) type:feature GSSoC type bonus: new feature type:testing GSSoC type bonus: tests (+10 pts) labels Jun 1, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2026

GSSoC Label Checklist 🏷️

@Priyanshu-byte-coder — please apply the appropriate labels before merging:

Difficulty (pick one):

  • level:beginner — 20 pts
  • level:intermediate — 35 pts
  • level:advanced — 55 pts
  • level:critical — 80 pts

Quality (optional):

  • quality:clean — ×1.2 multiplier
  • quality:exceptional — ×1.5 multiplier

Validation (required to score):

  • gssoc:approved — counts for points
  • gssoc:invalid / gssoc:spam / gssoc:ai-slop — does not score

Type labels (type:*) are auto-detected from files and title. Review and adjust if needed.
Points formula: (difficulty × quality_multiplier) + type_bonus

@Priyanshu-byte-coder
Copy link
Copy Markdown
Owner

This PR has merge conflicts with main. Please rebase:

git fetch origin
git rebase origin/main
# fix conflicts, then:
git push --force-with-lease

@Priyanshu-byte-coder
Copy link
Copy Markdown
Owner

This PR cannot be merged because it branches from a significantly outdated version of main and includes ~9400 deletions of code that was already updated separately. The actual feature/fix in this PR is valuable though!

To get your contribution merged:

  1. Sync your fork: git fetch upstream && git rebase upstream/main
  2. Create a new branch from the updated main: git checkout -b your-feature-name origin/main
  3. Cherry-pick or re-apply only your actual changes
  4. Open a new focused PR with just your changes

Labeling your contribution for GSSoC scoring.

@Priyanshu-byte-coder Priyanshu-byte-coder added level2 GSSoC Level 2 - Medium complexity (25 points) gssoc:approved GSSoC: PR approved for scoring level:advanced GSSoC: Advanced difficulty (55 pts) labels Jun 2, 2026
@Priyanshu-byte-coder
Copy link
Copy Markdown
Owner

This PR has merge conflicts with main. Please rebase to unblock it:

git fetch origin
git rebase origin/main
# resolve conflicts, then:
git push --force-with-lease

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved GSSoC: PR approved for scoring gssoc26 GSSoC 2026 contribution level:advanced GSSoC: Advanced difficulty (55 pts) level2 GSSoC Level 2 - Medium complexity (25 points) type:design GSSoC type bonus: UI/design (+10 pts) type:devops GSSoC type bonus: devops (+15 pts) type:feature GSSoC type bonus: new feature type:testing GSSoC type bonus: tests (+10 pts)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants