-
Updated
Jul 3, 2021 - Python
appsec
Here are 149 public repositories matching this topic...
-
Updated
Jul 2, 2021 - Python
⭐ Challenge idea
Description
Several users originally missing security question answers - most notably bjoern.k
-
Updated
Jun 8, 2021 - Python
-
Updated
Jun 30, 2021 - Ruby
-
Updated
Apr 22, 2021 - Shell
What's the issue?
Overwritten test scenario, can be summarized and link to payload lists from other repos
How do we solve it?
Chop down the content to the required and needed information, link to payload lists instead of enumerating all possible usernames and passwords, provide further guidance on how to test.
If no one is up to handle it, I can take care of it
-
Updated
Jun 11, 2019
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
Authentication via Azure/aad-pod-identity for keyvault access could be a good feature to avoid use of clientId/ clientSecret in chart values. Don't you think ?
-
Updated
Jul 2, 2021 - HTML
-
Updated
Jul 3, 2021 - Java
-
Updated
Jun 15, 2021
-
Updated
Jul 3, 2021 - Open Policy Agent
https://github.com/OWASP/www-community/blob/master/pages/CRV2_AppThreatModeling.md
Contains a bunch of HTML based tables that need attention. They did not auto-migrate well and at a certain point break the rendering of the majority of the page.
-
Updated
Oct 16, 2019 - Go
-
Updated
Jun 19, 2021 - Dockerfile
-
Updated
Jul 2, 2021 - HTML
-
Updated
Aug 7, 2020
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
-
Updated
Jun 9, 2021
If HTTP sites (is not HTTPS ones) use the Access-Control-Allow-Origin header then the site will typically not work.
ZAP should automatically fix this header.
https://stackoverflow.com/questions/61940616/how-do-i-work-with-http-sites-using-the-hud-in-owasps-zap-proxy
-
Updated
Jun 24, 2021 - Scala
-
Updated
Mar 24, 2019 - Python
-
Updated
May 31, 2021 - Java
-
Updated
Mar 6, 2021 - Python
-
Updated
Jun 23, 2021 - Python
-
Updated
Jun 20, 2021 - JavaScript
-
Updated
Sep 23, 2020
Improve this page
Add a description, image, and links to the appsec topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the appsec topic, visit your repo's landing page and select "manage topics."
Decimal numbers like
52.5702100309281,trigger the PII scan rule, and they shouldnt.Example page: https://www.discoverireland.ie/limerick/glin-heritage-trails-knight-s-walk
They could be excluded using a similar check to https://github.com/zaproxy/zap-extensions/blob/master/addOns/pscanrulesBeta/src/main/java/org/zaproxy/zap/extension/pscanrulesBeta/PiiScanRule.java#L118-L139
cc @HugoBar