afdesk

Results 55 issues of afdesk

Hi! Thanks for your job! the described installation method ([installation](https://github.com/lucasepe/modgv#installation)) doesn't work in Go 1.17 or later. Reason: [Deprecation of 'go get' for installing executables](https://go.dev/doc/go-get-install-deprecation). I've tried to use `go...

now `vuls-opsgenie.rego` contains a very simple template for OpsGenie messages. we should add more useful details and filters that allows to transform inputs. eg. severity depends on the result, using...

enhancement

Hi Team! thanks for your database! it's really useful content. a few day ago we ran into a strange affected range in PYSEC-2019-169: https://github.com/pypa/advisory-database/blob/c51e36324770c2cb86e1b9a81490f4d2c432ce2a/vulns/pyspark/PYSEC-2019-169.yaml#L12-L19 Looks like the security advisory doesn't...

## Description go formatter chaged some files: ```sh $ go fmt ./... pkg/commands/app_test.go rpc/cache/service.twirp.go rpc/scanner/service.twirp.go ``` ## Checklist - [x] I've read the [guidelines for contributing](https://aquasecurity.github.io/trivy/latest/community/contribute/pr/) to this repository. -...

## Description Added auto generation `conf/distributions` for building deb packages. ## Related issues - Close #1692 - the first PR #1775 ## Checklist - [x] I've read the [guidelines for...

lifecycle/stale

## Description Command: ```sh $ trivy image --format cyclonedx alpine:3.15.1 ``` Before: ```json "dependencies": [ { "ref": "ff234fde-bf88-42c4-821e-cb0365fef53c", "dependsOn": [ "pkg:apk/alpine/[email protected]?distro=3.15.1", "pkg:apk/alpine/[email protected]?distro=3.15.1", "pkg:apk/alpine/[email protected]?distro=3.15.1", "pkg:apk/alpine/[email protected]?distro=3.15.1", "pkg:apk/alpine/ca-certificates-bundle@20211220-r0?distro=3.15.1", "pkg:apk/alpine/[email protected]?distro=3.15.1", "pkg:apk/alpine/[email protected]?distro=3.15.1", "pkg:apk/alpine/[email protected]?distro=3.15.1", "pkg:apk/alpine/[email protected]?distro=3.15.1", "pkg:apk/alpine/[email protected]?distro=3.15.1",...

`cfg.yaml`: ```yaml routes: - name: my-jira-route actions: [ my-jira ] template: rego-jira templates: - name: rego-jira rego-package: postee.vuls.jira.fr actions: - name: my-jira type: jira enable: true ``` ![image](https://github.com/aquasecurity/postee/assets/19297627/5ecbe3d7-da87-41fa-ab61-5dc805706a61)

This PR bumps up Go to 1.21. Also: - `golangci-lint` is updated for support Go 1.21 - the go linter error is fixed.

`cgf.yaml` ```yaml name: tenant aqua-server: max-db-size: 1000MB db-verify-interval: 1 routes: - name: stdout-swit actions: [ webhook ] template: swit-json templates: - name: swit-json rego-package: postee.swit.json - name: webhook type: webhook...

the tests for some packages will be failed, when there is `scannercli` executable binary in the environment. it seems it's a bug ```sh --- FAIL: TestHandler (1.46s) --- FAIL: TestHandler/GET_/api/v1/metadata...