-
Updated
Aug 13, 2021 - Python
devsecops
Here are 306 public repositories matching this topic...
-
Updated
Aug 13, 2021 - Shell
-
Updated
Aug 13, 2021 - Go
-
Updated
Aug 10, 2021 - Python
Describe the bug
Python is evaluating the following input as true and therefore breaking on the next line. If I change the name of variable "omsagentAddonFinal" to say "dfasdfasdf", the test will run fine.
if "omsagent" in conf["properties"]["addonProfiles"]:
"addonProfiles": "[union(variables('omsagentAddonFinal'), variables('azurepolicyAddon'),variables('appgwIngr
-
Updated
May 18, 2021
-
Updated
Aug 13, 2021 - Shell
-
Updated
Aug 14, 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
Aug 13, 2021 - JavaScript
-
Updated
Aug 6, 2021 - HTML
-
Updated
Aug 13, 2021 - Go
The current swagger definition is autogenerated. The automatically generated definitions rely on reflection and annotations to create the documentation. The reflection capabilities are poor at best and lead to missing API parameters. Annotations can help in some cases, but the only fix for Swagger is to create individual POJOs for every possible request. This will lead to unnecessary large number
-
Updated
May 18, 2021 - CSS
-
Updated
Aug 13, 2021 - Python
-
Updated
Apr 4, 2021
-
Updated
Aug 11, 2021 - Go
-
Updated
Aug 2, 2021 - HCL
-
Updated
Jun 11, 2021 - HCL
-
Updated
Aug 11, 2021 - Java
Document ZAP
-
Updated
Jun 19, 2021 - Dockerfile
-
Updated
Jul 12, 2021 - Python
🚓 New Scanner implementation request
-
Updated
Aug 7, 2020
-
Updated
Jul 31, 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 `*