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 {
|
return {
|
||||||
runCommand: (args) => runPoetryCommand(args),
|
runCommand: (args) => runPoetryCommand(args),
|
||||||
|
|
||||||
// For poetry, we use the proxy-only approach to block package downloads,
|
// MITM only approach for Poetry
|
||||||
// so we don't need to analyze commands.
|
|
||||||
isSupportedCommand: () => false,
|
isSupportedCommand: () => false,
|
||||||
getDependencyUpdatesForCommand: () => [],
|
getDependencyUpdatesForCommand: () => [],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue