We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
N/A
When submitting a URL or file through the payload security analyzer, it fails with a 'environment id is missing) - even though it has been specified.
Possibly a typo in payloadsecurity_analyzer.py
self.environmentid = self.get_param('config.environmentid', None, 'PayloadSecurity environmentid is missing')
Hope that helps!
The text was updated successfully, but these errors were encountered:
Thanks you @stacsirt. Updating the analyzer with environmentId.
environmentId
Sorry, something went wrong.
#262 fix typo in parameter
c10e3ab
jeromeleonard
No branches or pull requests
Bug
N/A
Description
When submitting a URL or file through the payload security analyzer, it fails with a 'environment id is missing) - even though it has been specified.
Steps to Reproduce
Possible Solutions
Possibly a typo in payloadsecurity_analyzer.py
diff payloadsecurity_analyzer.py payloadsecurity_analyzer.py.orig
16c16
< self.environmentid = self.get_param('config.environmentId', None, 'PayloadSecurity environmentid is missing')
Hope that helps!
The text was updated successfully, but these errors were encountered: