-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #449 from AikidoSec/beta
Stable release
- Loading branch information
Showing
357 changed files
with
76,582 additions
and
14,692 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ jobs: | |
with: | ||
node-version: ${{ matrix.node-version }} | ||
- run: make install | ||
- run: make build | ||
- run: make lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,22 @@ jobs: | |
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=5 -e MYSQL_ROOT_PASSWORD=mypassword -e MYSQL_DATABASE=catsdb --entrypoint sh mysql:8.0 -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password" | ||
ports: | ||
- "27015:3306" | ||
mariadb: | ||
image: mariadb:11 | ||
env: | ||
MARIADB_ROOT_PASSWORD: mypassword | ||
MARIADB_DATABASE: catsdb | ||
ports: | ||
- "27018:3306" | ||
clickhouse: | ||
image: clickhouse/clickhouse-server:24 | ||
env: | ||
"CLICKHOUSE_USER": "clickhouse" | ||
"CLICKHOUSE_PASSWORD": "clickhouse" | ||
"CLICKHOUSE_DB": "main_db" | ||
"CLICKHOUSE_DEFAULT_ACCESS": "MANAGEMENT=1" | ||
ports: | ||
- "27019:8123" | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
|
@@ -49,6 +65,7 @@ jobs: | |
run: | | ||
sudo echo "127.0.0.1 local.aikido.io" | sudo tee -a /etc/hosts | ||
- run: make install | ||
- run: make build | ||
- run: make test-ci | ||
- name: "Upload coverage" | ||
uses: codecov/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
module.exports = [ | ||
{ | ||
sessionId: "abc123xyz", | ||
userPreferences: "dark-mode=true;language=nl", | ||
authToken: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", | ||
}, | ||
{ | ||
userId: "user456", | ||
cartId: "cart789", | ||
theme: "light", | ||
recentViewed: "item001,item002,item003", | ||
}, | ||
{ | ||
auth: "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", | ||
csrfToken: "def456ghi", | ||
rememberMe: "true", | ||
}, | ||
{ | ||
visitCount: "5", | ||
lastVisit: "2024-10-28T15:30:00Z", | ||
preferences: "text-size=large;color=blue", | ||
}, | ||
{ | ||
analyticsId: "GA1.2.3456789.1234567890", | ||
trackingOptOut: "false", | ||
experimentGroup: "B", | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
module.exports = [ | ||
{ | ||
accept: "text/fragment+html", | ||
"accept-language": "nl,en;q=0.9,en-US;q=0.8", | ||
"if-none-match": 'W/"107a08e1219ed6f9293a4b33529190f7"', | ||
priority: "u=1, i", | ||
"sec-ch-ua": | ||
'"Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99"', | ||
"sec-ch-ua-mobile": "?0", | ||
"sec-ch-ua-platform": '"macOS"', | ||
"sec-fetch-dest": "empty", | ||
"sec-fetch-mode": "cors", | ||
"sec-fetch-site": "same-origin", | ||
"sec-gpc": "1", | ||
"x-requested-with": "XMLHttpRequest", | ||
}, | ||
{ | ||
accept: "*/*", | ||
"accept-language": "nl,en;q=0.9,en-US;q=0.8", | ||
"if-none-match": 'W/"10nkg03furb1th6"', | ||
"next-router-prefetch": "1", | ||
"next-router-state-tree": | ||
"%5B%22%22%2C%7B%22children%22%3A%5B%22(dark-theme)%22%2C%7B%22children%22%3A%5B%22(with-footer)%22%2C%7B%22children%22%3A%5B%22(home)%22%2C%7B%22children%22%3A%5B%22__PAGE__%22%2C%7B%7D%2C%22%2F%22%2C%22refresh%22%5D%7D%5D%7D%5D%7D%5D%7D%2Cnull%2Cnull%2Ctrue%5D", | ||
"next-url": "/", | ||
priority: "u=1, i", | ||
rsc: "1", | ||
"sec-ch-ua": | ||
'"Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99"', | ||
"sec-ch-ua-mobile": "?0", | ||
"sec-ch-ua-platform": '"macOS"', | ||
"sec-fetch-dest": "empty", | ||
"sec-fetch-mode": "cors", | ||
"sec-fetch-site": "same-origin", | ||
"sec-gpc": "1", | ||
authorization: "Bearer token", | ||
}, | ||
{ | ||
accept: "application/json, text/javascript, */*; q=0.01", | ||
"accept-language": "nl,en;q=0.9,en-US;q=0.8", | ||
"content-type": "application/x-www-form-urlencoded; charset=UTF-8", | ||
"sec-ch-ua": | ||
'"Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99"', | ||
"sec-ch-ua-mobile": "?0", | ||
"sec-ch-ua-platform": '"macOS"', | ||
"sec-fetch-dest": "empty", | ||
"sec-fetch-mode": "cors", | ||
"sec-fetch-site": "same-origin", | ||
"x-requested-with": "XMLHttpRequest", | ||
token: "token", | ||
}, | ||
]; |
Oops, something went wrong.