litmuschaos / litmus

Litmus helps SREs and developers practice chaos engineering in a Cloud-native way. Chaos experiments are published at the ChaosHub (https://hub.litmuschaos.io). Community notes is at https://hackmd.io/a4Zu_sH4TZGeih-xCimi3Q
https://litmuschaos.io
Apache License 2.0
4.44k stars 697 forks source link

[Security] Refactor gitMutex key naming in chaoscenter/graphql/server/pkg/gitops/git-lock.go #4810

Closed ParkChangSun closed 3 months ago

ParkChangSun commented 3 months ago

Proposed changes

Changed the variable name "key" in function Lock & Unlock in chaoscenter/graphql/server/pkg/gitops/git-lock.go into "url".

Types of changes

What types of changes does your code introduce to Litmus? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Dependency

N/A

Special notes for your reviewer:

namkyu1999 commented 3 months ago

This pr solved below security issues