Skip to content

Commit a3261aa

Browse files
Update src/seclab_taskflows/taskflows/audit/remote_sources_local.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d274b99 commit a3261aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seclab_taskflows/taskflows/audit/remote_sources_local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ taskflow:
5454
- seclab_taskflows.personalities.auditor
5555
user_prompt: |
5656
Fetch the zipball of the repository {{ GLOBALS_repo }} and use it to analyze the source.
57-
The source is a {{ RESULT_type }} in {{ RESULT_repo }} in the location {{ RESULT_source_location }} on line {{ RESULT_line }}.
57+
The source is a {{ RESULT_source_type }} in {{ RESULT_repo }} in the location {{ RESULT_source_location }} on line {{ RESULT_line }}.
5858
If the source is in a folder relating to tests or demo code, skip the analysis and update the source entry in the codeql_sqlite database indicating it is not relevant.
5959
Analyze what the source endpoint is used for.
6060
If it is a web endpoint, identify the routing path that reaches this source, HTTP method,

0 commit comments

Comments
 (0)