Shivam Sourav Jha

Results 48 issues of Shivam Sourav Jha

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior * in case of wrong command, no log is shown for...

bug
Good First Issue
Go
keploy

## Related Issue - Changed the CLI diff viewer for a better user experience. - added own date formatter to check for valid dates instead of using external package -...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior * testCount is concurrently written and read in case of keploy...

bug
Good First Issue
Go
keploy

## Related Issue - Info about Issue or bug Closes: #[issue number that will be closed through this PR] #### Describe the changes you've made A clear and concise description...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior * There are some vulnerabilities because of dependencies which can be...

bug
keploy

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior * Tried deleting keploy folder * ### Steps to reproduce *...

bug
keploy

The code snippet ``` cmd := exec.Command("sudo", "chmod", "-R", "777", keployPath) ``` * Insufficient sanitization of keploypath needs to be fixed. * File `pkg/proxy/util/util.go:94`

Good First Issue
Go

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior * Python in docker fails due to build error in flask-mongo...

bug
samples-python

* Replaced `var build = config.BUILD_SERVER` to `BUILD_SERVER` * On my main.go file level created a docker-compose fiel with contents ``` version: '3.8' services: slashbase-db: image: postgres container_name: slashbase-db restart:...

``` import ( "fmt" "strings" "github.com/araddon/dateparse" ) func main() { stringDate := "music, coding, artd" s := strings.TrimSpace(stringDate) date, err := dateparse.ParseAny(s) fmt.Println(date, err) } ```