Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add keyword argument skip_schema_validation to ChargePoint.call() #315

Closed
OrangeTux opened this issue Mar 4, 2022 · 2 comments
Closed
Labels
enhancement New feature or request stale

Comments

@OrangeTux
Copy link
Contributor

Schema validation for incoming requests can be disabled using @on(skip_schema_validation=True). However, for sending requests it can't be disabled.

I'm currently working on a fuzzer and deliberately want to send invalid requests.

Therefore, we should ask support for this keyword argument to ChargePoint.call() as well.

@OrangeTux OrangeTux added enhancement New feature or request question Further information is requested and removed question Further information is requested labels Mar 4, 2022
OrangeTux pushed a commit that referenced this issue Jun 18, 2024
Implements schema validation skipping when running `call`.

`skip_schema_validation` is defaulted to `False`, and once set to
`True`, will skip schema validation of both request and response.

Implements #315.
RoaringDev1203 added a commit to RoaringDev1203/Cratus-OCPP that referenced this issue Aug 27, 2024
Implements schema validation skipping when running `call`.

`skip_schema_validation` is defaulted to `False`, and once set to
`True`, will skip schema validation of both request and response.

Implements mobilityhouse/ocpp#315.
ajmirsky pushed a commit to ajmirsky/ocpp that referenced this issue Nov 26, 2024
Implements schema validation skipping when running `call`.

`skip_schema_validation` is defaulted to `False`, and once set to
`True`, will skip schema validation of both request and response.

Implements mobilityhouse#315.
Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Dec 11, 2024
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Development

No branches or pull requests

1 participant