Muhamad Surya Iksanudin

Results 6 issues of Muhamad Surya Iksanudin

``` yml services: app.manager.propinsi: class: AppBundle\Manager\PropinsiManager arguments: - @doctrine.orm.entity_manager - @app.cache.cache_key_generator - AppBundle\Entity\Propinsi ``` That is my service, i convert that service using DIExtraBundle and i do like it: ```...

Bugfix header key

### Excludes: - [X] `lib/Admin` - [X] `lib/ApiClient/Model` - [X] `lib/Command` - [X] `lib/Composer` - [X] `lib/Controller` - [X] `lib/Cron/Model` - [X] `lib/DataFixtures` - [X] `lib/Generator/Model` - [X] `lib/Media/Model` -...

Buat Beberapa Contoh Aplikasi

help wanted

```go func Index(ctx *fasthttp.RequestCtx) { ctx.WriteString("Welcome!") } func Hello(ctx *fasthttp.RequestCtx) { fmt.Fprintf(ctx, "Hello, %s!\n", ctx.UserValue("name")) } func main() { r := router.New() r.GET("/", Index) r.GET("/{name1}/{name3}", Hello) r.GET("/{name}/{name3}", Hello) log.Fatal(fasthttp.ListenAndServe(":8080", r.Handler))...

## Description Coraza doesn't validate `Include /*.conf` ### Steps to reproduce ``` waf, err := coraza.NewWAF(coraza.NewWAFConfig().WithDirectives(` SecRuleEngine On SecRequestBodyAccess On SecResponseBodyAccess On Include crs-setup.conf Include rules2/*.conf `)) if err !=...