Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
syinwu committed Feb 3, 2022
1 parent 8945e63 commit ee39464
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package main

import (
"fmt"
"github.com/bxlxx/libinjection-go"
"github.com/corazawaf/libinjection-go"
)

func main() {
Expand All @@ -24,7 +24,7 @@ package main

import (
"fmt"
"github.com/bxlxx/libinjection-go"
"github.com/corazawaf/libinjection-go"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/bxlxx/libinjection-go
module github.com/corazawaf/libinjection-go

go 1.17
2 changes: 1 addition & 1 deletion tests/test-html5-067.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
test-bxlxx
test-corazawaf
--INPUT--
<a href=" javascript:alert(1);" >
--EXPECTED--
Expand Down

0 comments on commit ee39464

Please sign in to comment.