Ashwani Kumar Kamal
Ashwani Kumar Kamal
## Description We need to mark development dependencies while scanning gradle lockfiles so that they are not included in the final scans ## Related issues - Close #8755 ## Checklist...
## Description This PR adds a parser for `bun.lock` file ## Related issues - Close #8839 ## Checklist - [x] I've read the [guidelines for contributing](https://trivy.dev/latest/community/contribute/pr/) to this repository. -...
## Description Scan `.git/config` for potential secrets ## Related issues - Close #6699 ## Checklist - [x] I've read the [guidelines for contributing](https://trivy.dev/latest/community/contribute/pr/) to this repository. - [x] I've followed...
## Description This PR adds a parser for `pylock.toml` file, check [this](https://peps.python.org/pep-0751/) ## Related issues - Close #9410 ## Related PRs Plan to create one more PR for `pylock.toml` analyzer...
This PR checks for deprecated attributes and emits errors on bad arguments. This patch fixes #4236
Right now only Put operations get patched during robustness tests. However we can also patch unique compact operations. This will reduce linearization cost. This is related to #20097