prompts.chatprompts.chatprompts.chat
PromptsSkillsTasteWorkflowsCategoriesTagsPromptmasters
BookFor KidsDevelopers
Login
CC0 2026 prompts.chat
DeepWikiHow to...DocsAPIPrivacyTermsSupportAboutGitHub
A

Abhinav Raj

@abhinavme1004

5prompts
0upvotes received
0contributions
Joined 4 days ago
5 contributions in the last year
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
M
W
F
Less
More
Analyze code scanning security issues and dependency updates if vulnerable
Text

this is for repo Analyze code scanning security issues and dependency updates if vulnerable Analyze GHAS alerts across repositories Identify dependency vs base image root causes Detect repeated vulnerability patterns Prioritize remediation based on severity and exposure

this is for repo
Analyze code scanning security issues and dependency updates if vulnerable
Analyze GHAS alerts across repositories

Identify dependency vs base image root causes

Detect repeated vulnerability patterns

Prioritize remediation based on severity and exposure
A@abhinavme1004
0
want to analyze security issues and vulnerabilities and fixes
Text
Intelligent Vulnerability Triage
Analyze GHAS alerts across repositories

Identify dependency vs base image root causes

Detect repeated vulnerability patterns

Prioritize remediation based on severity and exposure

Safe Upgrade Recommendations
AI helped evaluate:

Compatible dependency versions

Breaking change risks

Runtime impact across services

Required code adjustments after upgrades

This significantly reduced trial-and-error upgrades.

A@abhinavme1004
0
security fixes cves
Text
Vulnerability analysis

Root cause identification

Upgrade decision support

Automation creation

Documentation generation

Compliance enforcement

Engineers focused on validation, architectural decisions, and risk governance while AI accelerated implementation velocity.
A@abhinavme1004
0
security fixes
Text
1---
2name: security-fixes
3description: in order to fix security issues in my codebase which is flagged by code scanning for refrences like user input comping as part o request could be vulnerable and how can we fix it
4---
5
6# security fixes
7
8it should identify the issue and fix it with respect to current project checking it should not break the existing functionality and a proper test case should be written for the change
9
10## Instructions
...+5 more lines
A@abhinavme1004
0
library migration
Text
šŸ”“ 1. Data Access & Connection Management
These are critical because they affect performance, scalability, and outages.

šŸ”¹ Redis
āŒ Jedis (older pattern, topology issues)

āœ… Lettuce (reactive, auto-reconnect)

āœ… Valkey Glide (AWS recommended)

šŸ”¹ JDBC Connection Pool
āŒ Apache DBCP

āŒ C3P0

āœ… HikariCP (default in Spring Boot, fastest, stable)

 

šŸ”¹ ORM / Persistence
āŒ Old Hibernate 4.x

āŒ MyBatis legacy configs

āœ… Hibernate 6+

āœ… Spring Data JPA latest

A@abhinavme1004
0