-
Kevin Daudt authored
`interp.ExecHandler` is deprecated because it can handle only a single handler. `inter.ExecHandlers` uses a middleware pattern where each handler calls the next. We register a handler to log when an APKBUILD file tries to execute a program, which is explicitly not supported.
a8516a83
Loading