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

Payloadsecurity #262

Closed
stacsirt opened this issue May 30, 2018 · 1 comment
Closed

Payloadsecurity #262

stacsirt opened this issue May 30, 2018 · 1 comment
Assignees
Labels
category:bug Issue is related to a bug
Milestone

Comments

@stacsirt
Copy link

Bug

N/A

Question Answer
OS version (server) Debian
OS version (client) OSX
Cortex Analyzer Name Payloadsecurity (url or file) v1
Cortex Analyzer Version 2.1
Cortex Version 2.0.4
Browser type & version Firefox 60.0.1

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

  1. Run analyzer
  2. Give it a file or URL to check
  3. Submit

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')

    self.environmentid = self.get_param('config.environmentid', None, 'PayloadSecurity environmentid is missing')

Hope that helps!

@jeromeleonard jeromeleonard self-assigned this Jun 3, 2018
@jeromeleonard jeromeleonard added the category:bug Issue is related to a bug label Jun 3, 2018
@jeromeleonard jeromeleonard added this to the 1.10.0 milestone Jun 3, 2018
@jeromeleonard
Copy link
Contributor

Thanks you @stacsirt. Updating the analyzer with environmentId.

jeromeleonard added a commit that referenced this issue Jun 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bug Issue is related to a bug
Projects
None yet
Development

No branches or pull requests

2 participants