Closed pipedream-component-development closed 2 months ago
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.
Please check the test report below for more information https://vunguyenhung.notion.site/Components-security_reporter-29471b1d9b304b49b86db01d2751cb3b
Hi everyone, all test cases are passed! Ready for release!
Test report https://vunguyenhung.notion.site/Components-security_reporter-29471b1d9b304b49b86db01d2751cb3b
security_reporter
URLs
Sources
new-assessment-instant
Prompt
Emit new event when an assessment is created. No prop required. Optional prop: 'name', 'mode' and 'includes'. The type must be 'assessment:created'
URLs
new-finding-instant
Prompt
Emit new event when a finding is created. No prop required. Optional prop: 'name', 'mode' and 'includes'. The type must be 'finding:created'
URLs
new-finding-updated-instant
Prompt
Emit new event when a finding is updated. No prop required. Optional prop: 'name', 'mode' and 'includes'. The type must be 'finding:updated'
URLs
Actions
create-finding
Prompt
Creates a new security finding. Required props: 'assessment_id', 'title', 'targets', 'assessment_section_id', 'is_vulnerability' and 'description'. Optional props: 'severity_metrics', 'severity', 'found_at', 'priority', 'complexity', 'action', 'risk', 'recommendation', 'proof', 'references', 'draft_documents', 'resolvers', 'user_groups', 'classifications'. assessment_id has async opts.
URLs
update-finding
Prompt
Updates an existing security finding. Required props: 'finding_id'. Optional props: 'title', 'targets', 'assessment_section_id', 'is_vulnerability', 'description', 'severity_metrics', 'severity', 'found_at', 'priority', 'complexity', 'action', 'risk', 'recommendation', 'proof', 'references', 'draft_documents', 'resolvers', 'user_groups', 'classifications'. finding_id has async opts. comments.
URLs
create-assessment
Prompt
Creates a new security assessment. Required props: 'client_id', 'assessment_template_id' and 'title'. Optional props: 'language_id', 'tags', 'description', 'scoring_system' and 'theme_id'. client_id, assessment_template_id, language_id and theme_id have async opts.
URLs