Skip to content

Commit

Permalink
Merge pull request #480 from AikidoSec/remove-eval-sink
Browse files Browse the repository at this point in the history
Remove eval sink
  • Loading branch information
hansott authored Dec 18, 2024
2 parents f07e0f4 + 54a638e commit 2bb2e37
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 107 deletions.
2 changes: 0 additions & 2 deletions library/agent/protect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ import { Postgresjs } from "../sinks/Postgresjs";
import { Fastify } from "../sources/Fastify";
import { Koa } from "../sources/Koa";
import { ClickHouse } from "../sinks/ClickHouse";
import { Eval } from "../sinks/Eval";
import { Function } from "../sinks/Function";

function getLogger(): Logger {
Expand Down Expand Up @@ -138,7 +137,6 @@ export function getWrappers() {
new Fastify(),
new Koa(),
new ClickHouse(),
new Eval(),
new Function(),
];
}
Expand Down
75 changes: 0 additions & 75 deletions library/sinks/Eval.test.ts

This file was deleted.

30 changes: 0 additions & 30 deletions library/sinks/Eval.ts

This file was deleted.

0 comments on commit 2bb2e37

Please sign in to comment.