Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Refactoring ModSecurity CRS Branch v3.0/master #1632

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[submodule "documentation/OWASP-CRS-Documentation"]
path = documentation/OWASP-CRS-Documentation
[submodule "docs/OWASP-CRS-Documentation"]
path = docs/OWASP-CRS-Documentation
url = https://github.com/SpiderLabs/OWASP-CRS-Documentation
branch = master
[submodule "util/regression-tests/OWASP-CRS-regressions"]
path = util/regression-tests/OWASP-CRS-regressions
[submodule "tests/regression/OWASP-CRS-regressions"]
path = tests/regression/OWASP-CRS-regressions
url = https://github.com/SpiderLabs/OWASP-CRS-regressions
branch = master
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python
python:
- "2.7"
install: "pip install -r ./util/integration/requirements.txt"
install: "pip install -r ./tests/integration/requirements.txt"
script:
- py.test -vs ./util/integration/format_tests.py
- py.test -vs ./tests/integration/format_tests.py
# safelist
branches:
only:
Expand Down
1 change: 1 addition & 0 deletions docs/OWASP-CRS-Documentation
File renamed without changes.
1 change: 0 additions & 1 deletion documentation/OWASP-CRS-Documentation
Submodule OWASP-CRS-Documentation deleted from 6017f2
File renamed without changes.
1 change: 0 additions & 1 deletion util/regression-tests/OWASP-CRS-regressions
Submodule OWASP-CRS-regressions deleted from 947a5f