mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix some comments
This commit is contained in:
parent
a6423763e7
commit
292345f709
1 changed files with 1 additions and 2 deletions
|
|
@ -10,8 +10,7 @@ export function createPoetryPackageManager() {
|
|||
return {
|
||||
runCommand: (args) => runPoetryCommand(args),
|
||||
|
||||
// For poetry, we use the proxy-only approach to block package downloads,
|
||||
// so we don't need to analyze commands.
|
||||
// MITM only approach for Poetry
|
||||
isSupportedCommand: () => false,
|
||||
getDependencyUpdatesForCommand: () => [],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue