-
Updated
Jul 26, 2021 - Python
devsecops
Here are 303 public repositories matching this topic...
-
Updated
Jul 30, 2021 - Go
-
Updated
Jul 2, 2021 - Python
-
Updated
May 18, 2021
-
Updated
Jul 29, 2021 - Shell
-
Updated
Jul 29, 2021 - Go
-
Updated
Jul 28, 2021 - CSS
Slack us first!
Hello. I write about problem here:
https://owasp.slack.com/archives/C2P5BA8MN/p1624892081234100
Be informative
As additional into slack I find the same behaviour with Risk Accepted findings. Into Metrics I see 0 Risk Accepted findings, but I have 1 Risk Accepted finding
Bug description
No error. Metrics into product, or metrics dushboard has incorrect info
-
Updated
Jul 25, 2021 - JavaScript
-
Updated
Jul 28, 2021 - HTML
Current Behavior:
When viewing vulns in the Audit Vulnerabilities tab. the Analysis column appears to contain code (enum?) names, e.g. NOT_SET, FALSE_POSITIVE. This problem also occurs in Policy Violations tab.
Steps to Reproduce:
Open the Audit Vulnerabilities tab.
Expected Behavior:
The Analysis column contains language specific analysis values, e.g. Not Set, False Positive
-
Updated
May 18, 2021 - CSS
-
Updated
Jul 29, 2021 - Go
-
Updated
Jul 19, 2021 - Python
-
Updated
Apr 4, 2021
-
Updated
Jul 13, 2021 - Go
-
Updated
Jul 29, 2021 - HCL
-
Updated
Jun 11, 2021 - HCL
Document ZAP
-
Updated
Jun 19, 2021 - Dockerfile
-
Updated
Jul 12, 2021 - Python
As developers of the securecCodeBox we want to release new scanner versions more frequently.
To enable us to update more frequently we need some kind of notification for the new scanner version.
One possible solution could be that GitHub provides Atom feeds for releases of repositories.
See: https://www.ronaldsvilcins.com/2020/03/26/rss-feeds-for-your-github-releases-tags-and-activity/
A Pro
-
Updated
Aug 7, 2020
-
Updated
Jul 1, 2021
rush.js build errors
Seeing the below error while installing rush.js. Probably might need a package in the base image. Any help would be appreciated.
#21 516.9 > keytar@7.6.0 install /usr/local/lib/node_modules/@microsoft/rush/node_modules/keytar
#21 516.9 > prebuild-install || npm run build
#21 516.9
#21 521.6 prebuild-install WARN install No prebuilt binaries found (target=14.16.0 runtime=node arch=arm64
Improve this page
Add a description, image, and links to the devsecops topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the devsecops topic, visit your repo's landing page and select "manage topics."
Currently, Trivy traverses all paths and looks for all Gemfile.lock in a container image. However, the image sometimes has only Gemfile.lock and doesn't install gems listed in the Gemfile.lock. I think a gem should have *.gemspec file if it is installed. e.g.
rake.gemspec
has the information aboutrake
.To avoid false positives from Gemfile.lock, we are probably able to take advantage of `*