zap-api-dotnet icon indicating copy to clipboard operation
zap-api-dotnet copied to clipboard

ZAP Dot NET API

Results 9 zap-api-dotnet issues
Sort by recently updated
recently updated
newest added

For easier maintenance it would be great if the release/publish was done through a GitHub Workflow. Ideally the release process should also be documented (e.g. https://github.com/zaproxy/zaproxy/blob/main/RELEASING.md).

Under https://www.nuget.org/packages/OWASPZAPDotNetAPI the "Project website" link is broken. It should point to this repo I think.

ZAP is no longer a project under the OWASP umbrella as such it should not be using OWASP in its related projects. https://www.zaproxy.org/blog/2023-08-01-zap-is-joining-the-software-security-project/

### Describe the bug Since the update to 2.12.0 the API call _api.alert.alerts has not been working as it should. ![image](https://user-images.githubusercontent.com/38797100/202420576-056d9b83-cf36-4b91-89af-1ee6c8476aa4.png) I keep getting this error... this code was working...

bug

Majority of ZAP repos are already using `main` as the default branch, if there's no requirement for the current name this repo should be changed as well.

### Is your feature request related to a problem? Please describe. The current .NET version on .NET API is 4.5 which is out of support, so the version needs to...

enhancement

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

- Upgraded csproj to support .net standard 2.0 and .net 4.5 More information about .net standard2.0 and what implementations it support: https://docs.microsoft.com/en-us/dotnet/standard/net-standard I would not be possible to go to...

If ClientApi.PostToUrl is not generic enough for main stream consumption, consumers could make an extension method out of it. Access to the WebClient's headers are required in ClientApi.PostToUrl Currently consumers...