-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Url scan raw search #40291
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
Url scan raw search #40291
Conversation
Thank you for your contribution. Your generosity and caring are unrivaled! Make sure to register your contribution by filling the Contribution Registration form, so our content wizard @itssapir will know the proposed changes are ready to be reviewed. |
Hi @mcvic1rj, Thanks. |
Hi @mcvic1rj, Thank you for your patience on this matter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved from our end. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mcvic1rj,
See my comment.
Also, please fix the errors in the pre-commit check.
I am available here or on slack for any question/comment you have.
Thanks again.
Hi @mcvic1rj, there is still a small error in the pre-commit regarding the pack version. Once thats fixed we can proceed. Thanks. |
Co-authored-by: Sapir Malka <[email protected]>
For the Reviewer: Trigger build request has been accepted for this contribution PR. |
For the Reviewer: Successfully created a pipeline in GitLab with url: https://gitlab.xdr.pan.local/xdr/cortex-content/content/-/pipelines/4237634 |
Validate summary Verdict: PR can be force merged from validate perspective? ✅ |
3046044
into
demisto:contrib/mcvic1rj_url-scan-raw-search
Thank you for your contribution. Your external PR has been merged and the changes are now included in an internal PR for further review. The internal PR will be merged to the master branch within 3 business days. |
* Added new search method (raw) * add release notes and documentation on command change * Update context to match format for command, and updated command documentation * lint fixes * Lint fixes * Fix release version * Update Packs/UrlScan/ReleaseNotes/1_2_20.md --------- Co-authored-by: Ryan McVicar <[email protected]> Co-authored-by: Sapir Malka <[email protected]>
* Added new search method (raw) * add release notes and documentation on command change * Update context to match format for command, and updated command documentation * lint fixes * Lint fixes * Fix release version * Update Packs/UrlScan/ReleaseNotes/1_2_20.md --------- Co-authored-by: Ryan McVicar <[email protected]> Co-authored-by: Sapir Malka <[email protected]>
Contributing to Cortex XSOAR Content
Make sure to register your contribution by filling the contribution registration form
The Pull Request will be reviewed only after the contribution registration form is filled.
Status
Related Issues
No issue created
Description
UrlScan's API for search can utilize other parameters than what the current command forces you into.
This change adds a "raw" searchType to the
!urlscan-search
command, allowing the user to specify the full formatted query string.Must have