Results 35 issues of nisha

**Problem Statement** It is possible for a non-root user to mount a filesystem and run commands against it using `unshare`. It isn't possible to do this using overlayfs (unless you...

proposal
super

**Description** This task is contingent on merging task #995 into main. Now that we have a list of tests to invoke, we will implement invoking them. **To Do** 1. Modify...

good first issue
tests
GH Open Source Day

**Describe the Feature** Go release 1.18 allows you to list all modules included in the Go binary. Allow Tern to make use of it. **Use Cases** A good number of...

**Describe the Feature** When building and running tern using podman as a non-root user, the following error occurs: ``` 2022-02-03 15:28:04,409 - DEBUG - rootfs - Running command: mknod /root/.tern/temp/mergedir/dev/urandom...

**Describe the Feature** Currently, tern will invoke exactly the commands in the `base.yml` file: ``` 436 go: 437 pkg_format: 'go' 438 os_guess: 439 - 'None' 440 path: 441 - 'usr/local/go/bin'...

**Problem Statement** Although tests for tern manage to catch issues with analysis, it doesn't validate whether the documents created have the expected content. There isn't much out there that can...

feature

**Describe the Feature** Currently the default way to list the licenses is using the LicenseID and adding some text to it. This can be augmented my using a mapping of...

feature
technical-debt
spdx

**Description** The cache is located on the local system or in a Docker container. We should also have an agent that will be able to sync data in the cache...

**Description** Implement the database backend to support #50 **To Do** Considering that we have a scenario where Tern may be running in a container image and will send json objects...

**Description** Implement executing scripts without prepping of an image **To Do** In `tern/analyze/default/container/run.py` create a function called `execute_scripts` which takes the arguments (see `execute_image` for an example). The flow should...

advanced