mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Adapt per review
This commit is contained in:
parent
9dacf5cff3
commit
190607de92
27 changed files with 191 additions and 114 deletions
|
|
@ -13,9 +13,12 @@ export function getMalwareAction() {
|
|||
export const MALWARE_ACTION_BLOCK = "block";
|
||||
export const MALWARE_ACTION_PROMPT = "prompt";
|
||||
|
||||
export const ECOSYSTEM_JS = "js";
|
||||
export const ECOSYSTEM_PY = "py";
|
||||
|
||||
// Default to JavaScript ecosystem
|
||||
const ecosystemSettings = {
|
||||
ecoSystem: "js",
|
||||
ecoSystem: ECOSYSTEM_JS,
|
||||
};
|
||||
|
||||
export function getEcoSystem() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue