File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,13 +5,12 @@ logo: "/images/logo-wide.png"
55favicon_ico : " favicon.ico"
66url : https://dalfox.hahwul.com
77
8-
98color_scheme : dalfox
109
1110aux_links :
1211 Github : https://github.com/hahwul/dalfox
1312 Go : https://pkg.go.dev/github.com/hahwul/dalfox/v2
14- v2.11 .0 : https://github.com/hahwul/dalfox/releases/tag/v2.11 .0
13+ v2.12 .0 : https://github.com/hahwul/dalfox/releases/tag/v2.12 .0
1514
1615plugins :
1716 - jekyll-sitemap
@@ -50,4 +49,4 @@ security_txt:
5049 comment : If you find any security issues on this site, please contact me!
5150 contact : https://github.com/hahwul/dalfox/security
5251 canonical : https://owasp-noir.github.io/.well-known/security.txt
53- preferred_languages : " en, ko"
52+ preferred_languages : " en, ko"
Original file line number Diff line number Diff line change 11package printing
22
33// VERSION is version of dalfox
4- const VERSION = "v2.11 .0"
4+ const VERSION = "v2.12 .0"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ base: core20
88grade : stable
99confinement : strict
1010license : MIT
11- version : v2.11 .0
11+ version : v2.12 .0
1212
1313apps :
1414 dalfox :
2424 override-build : |
2525 go build .
2626 cp ./dalfox $SNAPCRAFT_PART_INSTALL/
27- snapcraftctl build
27+ snapcraftctl build
You can’t perform that action at this time.
0 commit comments