-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Marketplace Contribution] VMRay Analyzer - Content Pack Update #28872
[Marketplace Contribution] VMRay Analyzer - Content Pack Update #28872
Conversation
Added Descriptions to command
Hello, I didn't change anything in aplaybook here. Could you please advice? Kind regards, |
@jthom-vmray @tkorten-vmray - Can you please have a look and see if the commands added are something you're interested in adding to the integration? |
Looks like the initial commit did include a Playbook. Please work on increasing code coverage and add unit tests for the new commands. You can see the coverage report in CircleCI artifacts. |
@kgal-pan Thank you for letting us know. |
Just for you to know I'm implementing this on a customer request. |
Any update? |
Hi @Drizzt-IT, |
@tkorten-vmray - Any updates on this? |
Hey @kgal-pan, |
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.
Hello @Drizzt-IT,
Great job on your work! I noticed that there were some unresolved conflicts, and since they were causing issues with my code review, I took the liberty to resolve them. I hope that's okay with you.
You've done an excellent job overall, and I've added some minor comments. Please review them and make the necessary corrections. Once you're done, please ping me, and I'll take another look.
If you require any assistance or have any questions, don't hesitate to reach out.
@@ -1068,9 +1088,16 @@ script: | |||
- deprecated: true | |||
description: Retrieves a sample using the sample ID. (Deprecated) | |||
name: upload_sample | |||
dockerimage: demisto/python3:3.10.12.63474 | |||
arguments: [] | |||
- arguments: [] |
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.
Please remove the empty arguments field, unless this is because a new validation i'm not aware of...
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.
Never mind, I think this was done automatically, I will take care of it.
@@ -43,6 +43,8 @@ After you successfully execute a command, a DBot message appears in the War Room | |||
- [vmray-get-iocs](#vmray-get-iocs): Get IOCs for a sample | |||
- [vmray-get-job-by-id](#vmray-get-job-by-id): Get information for a job | |||
- [vmray-get-summary](#vmray-get-summary): Download Summary JSON v2 for an analysis | |||
- [vmray-get-license-usage-verdicts](#vmray-get-license-usage-verdicts): Get the used quota of verdicts |
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.
When you press the link to the command, you don't see the details of the command as you should.
Please add to the readme all the details of the command, as the rest of them.
You can use the SDK generate-docs command to do it automatic.
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.
unfortunatly the SDK is not available to me, so I need to create everything by hand.
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.
@RosenbergYehuda I've done the documentation as best as I could.
Kind regards,
Konrad
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.
Hey @Drizzt-IT,
This PR has my approval!
Let's move on to setting up a live demo so we can see your changes in action.
Let me know what time you are available and your time zone, and I will arrange a meeting.
You can also record a demo of all the changes you made if you prefer.
Waiting to hear from you
Yehuda
Pinged you via Slack |
Hello @tkorten-vmray, I have approved this pull request, and now we are waiting for a demonstration before it can be merged. As this is a partner pack, we require a representative from our partner to participate in the demo. Could you please provide your available time slots? You can contact me via Slack or email at yrosenberg@paloaltonetworks.com. |
Hi @Drizzt-IT, Have a great weekend! |
Hello @Drizzt-IT, I wanted to let you know that I will be on vacation next week due to the holidays here in Israel. I will return to work on October 8th. Please accept my apologies for any delays this may cause. Regards,Yehuda |
My mistake, I typed January instead of October, I am on vacation until the 8th of October. |
…zzt-IT-contrib-VMRay
Vmray.Demo.of.comands.mp4 |
Hi @tkorten-vmray, Since we've had difficulty scheduling a live demo, I asked the contributor to record a video walkthrough of their changes. They have uploaded the video. I've reviewed it and approved the changes. When you have a moment, please watch the video and let me know if you also approve. This contribution has been waiting for a while, so I'd appreciate if you could take a look as soon as possible. Let me know if you have any other questions! |
Hi @RosenbergYehuda , |
7ca5cc4
into
demisto:contrib/xsoar-contrib_Drizzt-IT-contrib-VMRay
* [Marketplace Contribution] VMRay Analyzer - Content Pack Update (#28872) * "contribution update to pack "VMRay Analyzer"" * Fixed several issues / added docs * Update VMRay.yml Added Descriptions to command * Changed as requested * fix conflicts * conflict with docker image * Added documentation for commands * fix the readme * fix yml * format * fix validation --------- Co-authored-by: Konrad <15833518+Drizzt-IT@users.noreply.github.com> Co-authored-by: Menachem Weinfeld <90556466+mmhw@users.noreply.github.com> Co-authored-by: Yehuda <yrosenberg@paloaltonetworks.com> * add a period * fix RN * Apply suggestions from Shirley Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * flake 8 * docker * add outputs * adding pragma no cover' since the new functions are straightforward and don't need test * moving the no cover to the new functions instead main * flake 8 --------- Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com> Co-authored-by: Konrad <15833518+Drizzt-IT@users.noreply.github.com> Co-authored-by: Menachem Weinfeld <90556466+mmhw@users.noreply.github.com> Co-authored-by: Yehuda <yrosenberg@paloaltonetworks.com> Co-authored-by: Yehuda Rosenberg <90599084+RosenbergYehuda@users.noreply.github.com> Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
* [Marketplace Contribution] VMRay Analyzer - Content Pack Update (#28872) * "contribution update to pack "VMRay Analyzer"" * Fixed several issues / added docs * Update VMRay.yml Added Descriptions to command * Changed as requested * fix conflicts * conflict with docker image * Added documentation for commands * fix the readme * fix yml * format * fix validation --------- Co-authored-by: Konrad <15833518+Drizzt-IT@users.noreply.github.com> Co-authored-by: Menachem Weinfeld <90556466+mmhw@users.noreply.github.com> Co-authored-by: Yehuda <yrosenberg@paloaltonetworks.com> * add a period * fix RN * Apply suggestions from Shirley Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * flake 8 * docker * add outputs * adding pragma no cover' since the new functions are straightforward and don't need test * moving the no cover to the new functions instead main * flake 8 --------- Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com> Co-authored-by: Konrad <15833518+Drizzt-IT@users.noreply.github.com> Co-authored-by: Menachem Weinfeld <90556466+mmhw@users.noreply.github.com> Co-authored-by: Yehuda <yrosenberg@paloaltonetworks.com> Co-authored-by: Yehuda Rosenberg <90599084+RosenbergYehuda@users.noreply.github.com> Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Status
Contributor
@Drizzt-IT
Video Link
Short demo video of the Pack usage. Speeds up the review. Optional but recommended. Use a video sharing service such as Google Drive or YouTube.