KhemrajSingh Rathore

Results 18 issues of KhemrajSingh Rathore

@StevenArzt Getting this error when running `java -jar soot-infoflow-cmd-2.9.0-jar-with-dependencies.jar -a testdroid-sample-app.apk -p /usr/lib/android-sdk/platforms -s SourcesAndSinks.txt` [main] INFO soot.jimple.infoflow.cmd.MainClass - Analyzing app /home/ubuntu/logtesting/testdroid-sample-app.apk (1 of 1)... [main] INFO soot.jimple.infoflow.android.SetupApplication - Initializing...

**Describe the bug** Getting Java.net.MalformedURLException when result is exported **To Reproduce** Steps to reproduce the behavior: 1. Scan a repo 2. In result exporting step, getting the following error **Expected...

bug
core

**Describe the bug** For the given ruby source code, we are unable to parse ``` ActiveRecord::Schema[7.0].define(version: 2023_09_22_164903) do create_table "my_mappings", force: :cascade do |t| t.bigint "company_id", null: false t.bigint "center_id"...

ruby

**Describe the bug** We have scheduled releases every day, irrespective of any new changes, we end up releasing new version of Joern **Expected behavior** A newer version should be released...

This PR has the following changes - Currently in `TypeInferencePass`, a `call` is linked to a` method` If - `Namespace` matches and - `Number of arguments in call` and `Number...

**Is your feature request related to a problem? Please describe.** Annotation nodes in Kotlin, don't have `parameter` and `parameterAssign` nodes **Describe the solution you'd like** Just like Java, Annotation nodes...

enhancement

**Describe the bug** In kotlin2Cpg frontend the `typeFullName` for `inheritsFromTypeFullName` is set incorrectly **To Reproduce** Steps to reproduce the behavior: 1. Clone the repo - https://github.com/pagopa/pagopa-wallet-service.git 2. importCode("pagopa-wallet-service") 3. run...

bug