Skip to content

Commit

Permalink
Process repos
Browse files Browse the repository at this point in the history
  • Loading branch information
xvnpw committed Feb 28, 2025
1 parent 6965a34 commit a9ab9d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion repos_dir.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
typescript xdebug/vscode-php-debug
typescript yzhang-gh/vscode-markdown
typescript Zignd/HTML-CSS-Class-Completion
8 changes: 4 additions & 4 deletions typescript/xdebug/vscode-php-debug/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"mode": "dir",
"repo_url": "xdebug/vscode-php-debug",
"analyzer_args": "--vulnerabilities-threat-actor vscode_extension -p javascript --files-context-window 500000 --files-chunk-size 450000 --recursion-limit 100 --vulnerabilities-iterations 3 --exclude '**/.github/**'",
"agent_provider": "google",
"agent_model": "gemini-2.0-flash-thinking-exp",
"agent_temperature": 0.7,
"analyzer_args": "--vulnerabilities-threat-actor vscode_extension_malicious_repo --included-classes-of-vulnerabilities 'RCE, Command Injection, Code Injection' -p javascript --vulnerabilities-iterations 2 --exclude '**/.github/**' --secondary-agent-provider openai --secondary-agent-model o3-mini --secondary-agent-temperature 1 ",
"agent_provider": "openrouter",
"agent_model": "anthropic/claude-3.7-sonnet:thinking",
"agent_temperature": 1,
"agent_prompt_types": [
"vulnerabilities-workflow-1"
]
Expand Down

0 comments on commit a9ab9d4

Please sign in to comment.