john047

Results 8 issues of john047

Hello, I faced with following errors: ``` [ERROR] Removing file from cache for https://nvd.nist.gov/feeds/json/cve/1.1/nvdcve-1.1-2022.json.gz as a corrupted download is detected [ERROR] org.owasp.dependencycheck.data.update.exception.CorruptedDatastreamException: Error reading parsing NVD CVE file org.owasp.dependencycheck.data.update.exception.UpdateException: org.owasp.dependencycheck.data.update.exception.CorruptedDatastreamException:...

question

Hello, What are the recommended system requirements for DependencyCheck? Since with two cores and 8GB of memory, the runner is heavily loaded, especially when running several check jobs

question

Hello, I get an error when running a job in gitlab ci: ``` Error: failed pre-install: warning: Hook pre-install dotnet-gitlab-kube116/templates/pre-install-job.yaml failed: jobs.batch "name-service" already exists helm.go:75: [debug] failed pre-install: warning:...

**What happened**: Error: No such container:path: 211304:/opt/horusec/horusec-report.json **How to reproduce it (as minimally and precisely as possible)**: my job for release branch: ``` horusec_sast: stage: check-code image: docker:19.03.12 rules: -...

help wanted

**What did you do?** istalled postgres_exporter **What did you expect to see?** metrics of pg_stat_statements **What did you see instead? Under which circumstances?** pg_stat_statements missing by curl localhost:9187/metrics **Environment** Ubuntu...

### Problem description Hello, I installed the extension according to the instructions but when creating it (CREATE EXTENSION pg_pathman WITH SCHEMA pathman;) I get an error: `ERROR: extension "pg_pathman" has...

Hello, What type of certificate must I use for tls? I have .crt and .key certificates. Do I need to convert them to some format?

Hi, 1. added tenant 2. created read_only_index role and maped three roles to the read-only user: https://opensearch.org/docs/1.0/security-plugin/access-control/users-roles/#set-up-a-read-only-user-in-opensearch-dashboards After that read-only user doesn't see "Discover" menu on the left, there are...

triaged