-
Updated
Jul 21, 2021 - Python
appsec
Here are 149 public repositories matching this topic...
-
Updated
Jul 19, 2021 - Python
⭐ Challenge idea
Description
Several users originally missing security question answers - most notably bjoern.k
-
Updated
Jun 8, 2021 - Python
What would you like to happen?
The sections 4.7.11.1 Testing for Local File Inclusion & 4.7.11.2 Testing for Remote File Inclusion address two attack vectors that are very similar one to the other. Given this situation and the few documentation on the Remote injection one, my proposal would be to merge both in a single section called Testing for File Injection.
-
Updated
Jun 30, 2021 - Ruby
-
Updated
Apr 22, 2021 - Shell
-
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 13, 2021 - HTML
-
Updated
Jul 23, 2021 - Open Policy Agent
-
Updated
Jul 22, 2021 - Java
-
Updated
Jul 18, 2021
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 21, 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 > [email protected] 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
May 31, 2021 - Java
-
Updated
Jul 20, 2021 - Scala
-
Updated
Mar 24, 2019 - Python
-
Updated
Mar 6, 2021 - Python
-
Updated
Jul 14, 2021 - Python
-
Updated
Jul 22, 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