"Fossies" - the Fresh Open Source Software Archive  

Source code changes report for "coraza" between the packages
coraza-2.0.1.tar.gz and coraza-3.0.0-rc.1.tar.gz

About: Coraza WAF is an Web Application Firewall library (a Golang port of ModSecurity).

Summary:

The "coraza" source code changed by about 95.7% and now consists of 416 regular files (+134) and 44 directories (+19).

Related Informations:

None found by Fossies.

Changes In Files (According File Type):

File TypeTotalAddedRemovedChanged
Go program 341 180 46 115
Configuration file 19 13 6 0
JSON file 123 62 61 0
Git file 2 1 0 1
Property file 1 0 0 1
YAML file 39 4 26 7
Data file 6 4 2 0
Directory 57 32 13 0
Change log 1 0 0 1
Information file 1 1 0 0
License 1 0 0 0
Readme file 4 2 1 1
Text file 21 10 1 6
Total Files616309156132



Go Programs (all 341):

NameStatusDeltaVisual Diff
actions/actions.go changed 37.0% diff
actions/allow.go changed 100.0% diff
actions/allow_test.go added
actions/append.go removed
actions/auditlog.go changed 90.0% diff
actions/block.go changed 87.6% diff
actions/block_test.go added
actions/capture.go changed 90.4% diff
actions/capture_test.go added
actions/chain.go changed 90.4% diff
actions/chain_test.go added
actions/ctl.go changed 100.0% diff
actions/ctl_test.go changed 100.0% diff
actions/deny.go changed 91.1% diff
actions/deny_test.go added
actions/drop.go changed 91.1% diff
actions/drop_test.go added
actions/exec.go changed 92.6% diff
actions/exec_test.go added
actions/expirevar.go changed 85.9% diff
actions/expirevar_test.go added
actions/id.go changed 90.0% diff
actions/id_test.go added
actions/initcol.go changed 62.4% diff
actions/initcol_test.go added
actions/log.go changed 92.9% diff
actions/log_test.go added
actions/logdata.go changed 90.1% diff
actions/logdata_test.go added
actions/maturity.go changed 85.3% diff
actions/maturity_test.go added
actions/msg.go changed 91.4% diff
actions/msg_test.go added
actions/multimatch.go changed 92.1% diff
actions/multimatch_test.go added
actions/noauditlog.go changed 91.9% diff
actions/noauditlog_test.go added
actions/nolog.go changed 92.5% diff
actions/nolog_test.go added
actions/pass.go changed 92.6% diff
actions/pass_test.go added
actions/phase.go changed 85.0% diff
actions/phase_test.go added
actions/prepend.go removed
actions/redirect.go added
actions/redirect_test.go added
actions/rev.go changed 92.9% diff
actions/setenv.go changed 82.9% diff
actions/setvar.go changed 67.0% diff
actions/setvar_test.go added
actions/severity.go changed 86.5% diff
actions/severity_test.go changed 58.8% diff
actions/skip.go changed 83.6% diff
actions/skip_test.go added
actions/skipafter.go changed 90.6% diff
actions/status.go changed 90.3% diff
actions/t.go changed 79.8% diff
actions/tag.go changed 93.0% diff
actions/ver.go changed 92.9% diff
actions/ver_test.go added
auditlog/concurrent_writer_test.go added
auditlog/formats.go added
auditlog/formats_json.go added
auditlog/formats_json_test.go added
auditlog/init.go added
auditlog/init_tinygo.go added
auditlog/logger.go added
auditlog/logger_test.go added
auditlog/noop_closer.go added
auditlog/noop_formater.go added
auditlog/noop_writer.go added
body_buffer.go removed
body_buffer_test.go moved 77.6% diff
internal/corazawaf/body_buffer_test.go
bodyprocessors/bodyprocessors.go changed 69.6% diff
bodyprocessors/json.go changed 89.1% diff
bodyprocessors/json_test.go changed 83.7% diff
bodyprocessors/multipart.go changed 66.0% diff
bodyprocessors/multipart_test.go changed 85.2% diff
bodyprocessors/urlencoded.go changed 87.8% diff
bodyprocessors/urlencoded_test.go added
bodyprocessors/xml.go changed 94.5% diff
bodyprocessors/xml_test.go changed 59.2% diff
collection.go removed
collection/collection.go added
collection_test.go removed
config.go added
config_test.go added
debuglog/default.go added
debuglog/default_test.go added
debuglog/level.go added
debuglog/level_test.go added
debuglog/logger.go added
debuglog/nop.go added
debuglog/nop_test.go added
examples/http-server/interceptor.go removed
examples/http-server/main.go changed 100.0% diff
examples/http-server/main_test.go added
http/doc.go added
http/interceptor.go added
http/interceptor_test.go added
http/middleware.go added
http/middleware_test.go added
internal/collections/concat.go added
internal/collections/concat_test.go added
internal/collections/map.go added
internal/collections/map_test.go added
internal/collections/named.go added
internal/collections/named_test.go added
internal/collections/noop.go added
internal/collections/noop_test.go added
internal/collections/single.go added
internal/collections/single_test.go added
internal/collections/sized.go added
internal/collections/sized_test.go added
internal/corazarules/rule.go added
internal/corazarules/rule_match.go added
internal/corazatypes/allow.go added
internal/corazawaf/body_buffer.go added
internal/corazawaf/rule.go added
internal/corazawaf/rule_option_default.go added
internal/corazawaf/rule_option_multiphase.go added
internal/corazawaf/rulegroup.go added
internal/corazawaf/transaction.go added
internal/corazawaf/transaction_test.go added
internal/corazawaf/waf.go added
internal/corazawaf/waf_test.go added
internal/environment/default.go added
internal/environment/nofsaccess.go added
internal/io/file.go added
internal/io/nop.go added
internal/seclang/directives.go added
internal/seclang/directives_log_test.go added
internal/seclang/directivesmap.gen.go added
internal/seclang/generator/main.go added
internal/seclang/rule_parser_test.go added
internal/strings/strings_test.go added
internal/sync/pool.go added
internal/sync/pool_std.go added
internal/sync/pool_tinygo.go added
internal/sync/pool_tinygo_test.go added
internal/url/url.go added
internal/variables/generator/main.go added
internal/variables/variables.go added
internal/variables/variablesmap.gen.go added
loggers/auditlog.go moved 54.5% diff
auditlog/auditlog.go
loggers/concurrent_writer.go moved 83.9% diff
auditlog/concurrent_writer.go
loggers/concurrent_writer_test.go removed
loggers/formats.go removed
loggers/formats_test.go moved 84.0% diff
auditlog/formats_test.go
loggers/logger.go removed
loggers/logger_test.go removed
loggers/serial_writer.go moved 82.4% diff
auditlog/serial_writer.go
loggers/serial_writer_test.go moved 68.7% diff
auditlog/serial_writer_test.go
macro.go moved 66.2% diff
macro/macro.go
macro/macro_test.go added
macro_test.go removed
mage.go added
magefile.go added
operators/begins_with.go changed 86.1% diff
operators/contains.go changed 86.3% diff
operators/detect_sqli.go changed 85.8% diff
operators/detect_sqli_test.go added
operators/detect_xss.go changed 89.8% diff
operators/detect_xss_test.go added
operators/ends_with.go changed 86.2% diff
operators/eq.go changed 92.9% diff
operators/from_file.go added
operators/from_file_test.go added
operators/ge.go changed 95.1% diff
operators/ge_test.go removed
operators/geo_lookup.go changed 98.6% diff
operators/gt.go changed 93.3% diff
operators/gt_test.go removed
operators/inspect_file.go changed 62.3% diff
operators/inspect_file_test.go changed 93.4% diff
operators/inspect_file_tinygo.go added
operators/ip_match.go changed 64.9% diff
operators/ip_match_from_dataset.go added
operators/ip_match_from_dataset_test.go added
operators/ip_match_from_file.go changed 97.4% diff
operators/ip_match_from_file_test.go added
operators/ip_match_test.go changed 69.4% diff
operators/le.go changed 92.8% diff
operators/le_test.go removed
operators/lt.go changed 90.7% diff
operators/lt_test.go removed
operators/no_match.go changed 99.4% diff
operators/operators.go changed 94.9% diff
operators/operators_test.go changed 100.0% diff
operators/pm.go changed 72.2% diff
operators/pm_from_dataset.go added
operators/pm_from_dataset_test.go added
operators/pm_from_file.go changed 74.7% diff
operators/pm_from_file_test.go removed
operators/rbl.go changed 48.0% diff
operators/rbl_test.go changed 52.7% diff
operators/rbl_tinygo.go added
operators/restpath.go added
operators/restpath_test.go added
operators/rx.go changed 89.9% diff
operators/rx_test.go changed 100.0% diff
operators/streq.go changed 88.9% diff
operators/unconditional_match.go changed 95.2% diff
operators/validate_byte_range.go changed 85.9% diff
operators/validate_byte_range_test.go changed 67.4% diff
operators/validate_nid.go changed 54.9% diff
operators/validate_nid_test.go changed 48.3% diff
operators/validate_url_encoding.go changed 44.6% diff
operators/validate_utf8_encoding.go changed 92.1% diff
operators/within.go changed 86.4% diff
rule.go removed
rule_match.go removed
rule_test.go moved 53.0% diff
internal/corazawaf/rule_test.go
rulegroup.go removed
rulegroup_test.go moved 73.5% diff
internal/corazawaf/rulegroup_test.go
rules/action.go added
rules/operator.go added
rules/rule.go added
rules/transaction.go added
rules/transformation.go added
seclang/body_test.go moved 51.1% diff
internal/seclang/body_test.go
seclang/directives.go removed
seclang/directives_test.go moved 81.6% diff
internal/seclang/directives_test.go
seclang/parser.go moved 75.3% diff
internal/seclang/parser.go
seclang/parser_test.go moved 78.0% diff
internal/seclang/parser_test.go
seclang/rule_parser.go moved 64.9% diff
internal/seclang/rule_parser.go
seclang/rule_parser_test.go removed
seclang/rules_test.go moved 43.5% diff
internal/seclang/rules_test.go
testing/auditlog_test.go changed 29.9% diff
testing/coraza_test.go changed 100.0% diff
testing/coreruleset/coreruleset_test.go added
testing/engine.go changed 31.4% diff
testing/engine/actions.go added
testing/engine/allow.go added
testing/engine/chains.go added
testing/engine/crs.go added
testing/engine/ctl.go added
testing/engine/default_actions.go added
testing/engine/directives.go added
testing/engine/disruptive_actions.go added
testing/engine/envs.go added
testing/engine/flow_actions.go added
testing/engine/headers_parser.go added
testing/engine/json.go added
testing/engine/macroexpansion.go added
testing/engine/match.go added
testing/engine/multipart.go added
testing/engine/operators_with_files.go added
testing/engine/phases.go added
testing/engine/posturlencoded.go added
testing/engine/response.go added
testing/engine/rulemetadata.go added
testing/engine/setvar.go added
testing/engine/skip.go added
testing/engine/special_urlencoded.go added
testing/engine/transformations.go added
testing/engine/variables.go added
testing/engine/xml.go added
testing/engine_test.go changed 30.1% diff
testing/logger_test.go added
testing/modsecurity_test.go added
testing/profile.go removed
testing/profile/profile.go added
transaction.go removed
transaction_test.go removed
transformations/base64decode.go changed 33.2% diff
transformations/base64decode_test.go added
transformations/cmd_line.go changed 55.3% diff
transformations/cmd_line_test.go added
transformations/compress_whitespace.go changed 81.2% diff
transformations/compress_whitespace_test.go added
transformations/css_decode.go changed 20.9% diff
transformations/css_decode_test.go added
transformations/escape_seq_decode.go changed 34.6% diff
transformations/escape_seq_decode_test.go added
transformations/hex_encode.go changed 80.5% diff
transformations/html_entity_decode.go changed 81.0% diff
transformations/js_decode.go changed 30.2% diff
transformations/js_decode_test.go added
transformations/length.go changed 89.7% diff
transformations/length_test.go added
transformations/lowercase.go changed 83.7% diff
transformations/md5.go changed 78.5% diff
transformations/md5_test.go added
transformations/none.go changed 81.6% diff
transformations/normalise_path.go changed 67.1% diff
transformations/normalise_path_win.go changed 14.2% diff
transformations/remove_comments.go changed 54.1% diff
transformations/remove_comments_char.go changed 36.8% diff
transformations/remove_nulls.go changed 77.4% diff
transformations/remove_whitespace.go changed 63.4% diff
transformations/replace_comments.go changed 47.4% diff
transformations/replace_nulls.go changed 93.1% diff
transformations/sha1.go changed 78.2% diff
transformations/sha1_test.go added
transformations/transformations.go changed 33.3% diff
transformations/transformations_test.go changed 72.6% diff
transformations/trim.go added
transformations/trim_left.go added
transformations/trim_right.go added
transformations/url_decode.go changed 54.7% diff
transformations/url_decode_uni.go changed 26.4% diff
transformations/url_decode_uni_test.go added
transformations/url_encode.go changed 68.2% diff
transformations/url_encode_test.go added
transformations/utf8_to_unicode.go changed 100.0% diff
transformations/utf8_to_unicode_test.go added
types/actions.go removed
types/anchoredvar.go removed
types/phase.go changed 47.9% diff
types/rule_match.go added
types/rules.go changed 100.0% diff
types/severity.go changed 18.8% diff
types/transaction.go added
types/variables.go removed
types/variables/variables.go changed 60.9% diff
types/variables/variables_test.go moved 26.9% diff
internal/variables/variables_test.go
types/waf.go changed 43.9% diff
utils/strings/strings.go moved 79.0% diff
internal/strings/strings.go
utils/url/url.go removed
utils/url/url_test.go moved 81.7% diff
internal/url/url_test.go
waf.go changed 100.0% diff
waf_test.go changed 100.0% diff

Configuration Files (all 19):

NameStatusDeltaVisual Diff
examples/http-server/default.conf added
examples/http-server/testdata/request-body-limits-processpartial.conf added
examples/http-server/testdata/response-body-limits-reject.conf added
examples/http-server/testdata/response-body.conf added
examples/http-server/testdata/response-headers.conf added
internal/seclang/testdata/glob/rules1.conf added
internal/seclang/testdata/glob/rules2.conf added
internal/seclang/testdata/parserbenchmark.conf added
testdata/coreruleset/postdirectives.conf removed
testdata/includes/parent.conf moved 0.0%
internal/seclang/testdata/includes/parent.conf
testdata/includes/postdirectives.conf moved 0.0%
internal/seclang/testdata/includes/postdirectives.conf
testdata/includes/subinclude/rules1.conf moved 0.0%
internal/seclang/testdata/includes/subinclude/rules1.conf
testdata/includes/subinclude/rules2.conf moved 0.0%
internal/seclang/testdata/includes/subinclude/rules2.conf
testdata/includes/subinclude/rules3.conf moved 49.6% diff
internal/seclang/testdata/includes/subinclude/rules3.conf

JSON Files (all 123):

NameStatusDeltaVisual Diff
testdata/operators/beginsWith.json moved 0.0%
operators/testdata/beginsWith.json
testdata/operators/contains.json moved 0.0%
operators/testdata/contains.json
testdata/operators/containsWord.json moved 0.0%
operators/testdata/containsWord.json
testdata/operators/detectSQLi.json moved 0.0%
operators/testdata/detectSQLi.json
testdata/operators/detectXSS.json moved 0.0%
operators/testdata/detectXSS.json
testdata/operators/endsWith.json moved 0.0%
operators/testdata/endsWith.json
testdata/operators/eq.json moved 0.0%
operators/testdata/eq.json
testdata/operators/ge.json moved 0.0%
operators/testdata/ge.json
testdata/operators/gt.json moved 0.0%
operators/testdata/gt.json
testdata/operators/ipMatch.json moved 0.0%
operators/testdata/ipMatch.json
testdata/operators/le.json moved 0.0%
operators/testdata/le.json
testdata/operators/lt.json moved 0.0%
operators/testdata/lt.json
testdata/operators/nids.json moved 0.0%
operators/testdata/nids.json
testdata/operators/noMatch.json moved 0.0%
operators/testdata/noMatch.json
testdata/operators/pm.json moved 0.0%
operators/testdata/pm.json
testdata/operators/pmFromFile.json moved 0.0%
operators/testdata/pmFromFile.json
testdata/operators/rx.json moved 0.0%
operators/testdata/rx.json
testdata/operators/streq.json moved 0.0%
operators/testdata/streq.json
testdata/operators/strmatch.json moved 0.0%
operators/testdata/strmatch.json
testdata/operators/unconditionalMatch.json moved 0.0%
operators/testdata/unconditionalMatch.json
testdata/operators/validateByteRange.json moved 0.0%
operators/testdata/validateByteRange.json
testdata/operators/validateUrlEncoding.json moved 0.0%
operators/testdata/validateUrlEncoding.json
testdata/operators/validateUtf8Encoding.json moved 7.9% diff
operators/testdata/validateUtf8Encoding.json
testdata/operators/verifyCC.json moved 0.0%
operators/testdata/verifyCC.json
testdata/operators/verifycpf.json moved 0.0%
operators/testdata/verifycpf.json
testdata/operators/verifyssn.json moved 0.0%
operators/testdata/verifyssn.json
testdata/operators/verifysvnr.json moved 0.0%
operators/testdata/verifysvnr.json
testdata/operators/within.json moved 0.0%
operators/testdata/within.json
testdata/transformations/base64Decode.json moved 0.0%
transformations/testdata/base64Decode.json
testdata/transformations/base64DecodeExt.json moved 0.0%
transformations/testdata/base64DecodeExt.json
testdata/transformations/base64Encode.json moved 0.0%
transformations/testdata/base64Encode.json
testdata/transformations/cmdLine.json moved 0.0%
transformations/testdata/cmdLine.json
testdata/transformations/compressWhitespace.json moved 0.0%
transformations/testdata/compressWhitespace.json
testdata/transformations/cssDecode.json moved 0.0%
transformations/testdata/cssDecode.json
testdata/transformations/escapeSeqDecode.json moved 0.0%
transformations/testdata/escapeSeqDecode.json
testdata/transformations/hexDecode.json moved 0.0%
transformations/testdata/hexDecode.json
testdata/transformations/hexEncode.json moved 0.0%
transformations/testdata/hexEncode.json
testdata/transformations/htmlEntityDecode.json moved 0.0%
transformations/testdata/htmlEntityDecode.json
testdata/transformations/jsDecode.json moved 0.0%
transformations/testdata/jsDecode.json
testdata/transformations/length.json moved 0.0%
transformations/testdata/length.json
testdata/transformations/lowercase.json moved 0.0%
transformations/testdata/lowercase.json
testdata/transformations/md5.json moved 0.0%
transformations/testdata/md5.json
testdata/transformations/normalisePath.json moved 0.0%
transformations/testdata/normalisePath.json
testdata/transformations/normalisePathWin.json moved 0.0%
transformations/testdata/normalisePathWin.json
testdata/transformations/parityEven7bit.json moved 0.0%
transformations/testdata/parityEven7bit.json
testdata/transformations/parityOdd7bit.json moved 0.0%
transformations/testdata/parityOdd7bit.json
testdata/transformations/parityZero7bit.json moved 0.0%
transformations/testdata/parityZero7bit.json
testdata/transformations/removeComments.json moved 0.0%
transformations/testdata/removeComments.json
testdata/transformations/removeCommentsChar.json moved 0.0%
transformations/testdata/removeCommentsChar.json
testdata/transformations/removeNulls.json moved 0.0%
transformations/testdata/removeNulls.json
testdata/transformations/removeWhitespace.json moved 0.0%
transformations/testdata/removeWhitespace.json
testdata/transformations/replaceComments.json moved 0.0%
transformations/testdata/replaceComments.json
testdata/transformations/replaceNulls.json moved 0.0%
transformations/testdata/replaceNulls.json
testdata/transformations/sha1.json moved 0.0%
transformations/testdata/sha1.json
testdata/transformations/sqlHexDecode.json moved 0.0%
transformations/testdata/sqlHexDecode.json
testdata/transformations/trim.json moved 0.0%
transformations/testdata/trim.json
testdata/transformations/trimLeft.json moved 0.0%
transformations/testdata/trimLeft.json
testdata/transformations/trimRight.json moved 0.0%
transformations/testdata/trimRight.json
testdata/transformations/urlDecode.json moved 0.0%
transformations/testdata/urlDecode.json
testdata/transformations/urlDecodeUni.json moved 0.0%
transformations/testdata/urlDecodeUni.json
testdata/transformations/urlEncode.json moved 0.0%
transformations/testdata/urlEncode.json
transformations/testdata/utf8toUnicode.json added

Git Files (all 2):

NameStatusDeltaVisual Diff
.gitignore changed 8.5% diff
examples/http-server/.gitignore added

Property Files (all 1):

NameStatusDeltaVisual Diff
sonar-project.properties changed 4.9% diff

YAML Files (37 of 39):

NameStatusDeltaVisual Diff
.github/FUNDING.yml changed 11.4% diff
.github/workflows/benchmark.yml added
.github/workflows/close-issues.yml changed 5.0% diff
.github/workflows/codeql-analysis.yml changed 77.7% diff
.github/workflows/fuzz.yml added
.github/workflows/go-ftw.yml removed
.github/workflows/lint.yml changed 91.5% diff
.github/workflows/regression.yml changed 100.0% diff
.github/workflows/tinygo.yml changed 100.0% diff
.golangci.yml changed 23.5% diff
.pre-commit-config.yaml removed
codecov.yml added
testdata/coreruleset/.ftw.yml removed
testdata/engine/actions.yaml removed
testdata/engine/chains.yaml removed
testdata/engine/contentinjection.yaml removed
testdata/engine/crs.yaml removed
testdata/engine/ctl.yaml removed
testdata/engine/default_actions.yaml removed
testdata/engine/directives.yaml removed
testdata/engine/envs.yaml removed
testdata/engine/headers_parser.yaml removed
testdata/engine/json.yaml removed
testdata/engine/macroexpansion.yaml removed
testdata/engine/match.yaml removed
testdata/engine/multipart.yaml removed
testdata/engine/operators_with_files.yaml removed
testdata/engine/phases.yaml removed
testdata/engine/posturlencoded.yaml removed
testdata/engine/response.yaml removed
testdata/engine/rulemetadata.yaml removed
testdata/engine/setvar.yaml removed
testdata/engine/special_urlencoded.yaml removed
testdata/engine/transformations.yaml removed
testdata/engine/variables.yaml removed
testdata/engine/xml.yaml removed
testing/coreruleset/.ftw.yml added

Data Files (all 6):

NameStatusDeltaVisual Diff
internal/seclang/testdata/includes/subinclude/pmFromFile-01.dat added
testdata/operators/op/netranges.dat moved 50.0% diff
operators/testdata/op/netranges.dat
testdata/operators/op/pmFromFile-01.dat moved 0.0%
operators/testdata/op/pmFromFile-01.dat
testing/testdata/pmFromFile-01.dat added

Directories (45 of 57):

NameStatus
auditlog added
collection added
debuglog added
examples/http-server/testdata added
http added
internal added
internal/collections added
internal/corazarules added
internal/corazatypes added
internal/corazawaf added
internal/environment added
internal/io added
internal/seclang/generator added
internal/seclang/testdata added
internal/seclang/testdata/glob added
internal/sync added
internal/variables added
internal/variables/generator added
loggers removed
macro added
operators/testdata added
rules added
seclang moved
internal/seclang
testdata removed
testdata/coreruleset moved
testing/coreruleset
testdata/engine moved
testing/engine
testdata/includes moved
internal/seclang/testdata/includes
testdata/includes/subinclude moved
internal/seclang/testdata/includes/subinclude
testdata/operators removed
testdata/operators/op moved
operators/testdata/op
testdata/transformations removed
testing/profile added
testing/testdata added
transformations/testdata added
utils removed
utils/strings moved
internal/strings
utils/url moved
internal/url

Change Logs (all 1):

NameStatusDeltaVisual Diff
CHANGELOG.md changed 100.0% diff

Information Files (all 1):

NameStatusDeltaVisual Diff
.github/CODEOWNERS added

Readme Files (all 4):

NameStatusDeltaVisual Diff
auditlog/README.md added
examples/http-server/README.md added
loggers/README.md removed
README.md changed 44.8% diff

Text Files (17 of 21):

NameStatusDeltaVisual Diff
.github/PULL_REQUEST_TEMPLATE.md changed 51.8% diff
.pre-commit.hook added
CONTRIBUTING.md changed 9.3% diff
coraza.conf-recommended changed 6.4% diff
examples/http-server/go.mod added
examples/http-server/go.sum added
go.mod changed 100.0% diff
go.sum changed 59.1% diff
go.work added
go.work.sum added
internal/seclang/generator/directivesmap.go.tmpl added
internal/variables/generator/variablesmap.go.tmpl added
RATIONALE.md added
SECURITY.md changed 28.4% diff
testdata/coreruleset/Caddyfile removed
testing/coreruleset/go.mod added
testing/coreruleset/go.sum added

Packages Compared:

coraza-2.0.1.tar.gz
coraza-3.0.0-rc.1.tar.gz


Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)