Skip to content

Commit

Permalink
Merge pull request #598 from amintasvrp/fixing-project-names-2021
Browse files Browse the repository at this point in the history
Fixing Makefile PROJECT names
  • Loading branch information
henriporto authored Nov 19, 2022
2 parents 904a2fb + 576c2bc commit c213c61
Show file tree
Hide file tree
Showing 18 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion owasp-top10-2021-apps/a1/ecommerce-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COLOR_YELLOW = \033[33m
COLOR_GREEN = \033[32m
COLOR_RED = \033[31m

PROJECT := A5 Vulnerable Ecommerce API
PROJECT := A1 Vulnerable Ecommerce API
PORT := 10005
SLEEPUNTILAPPSTARTS := 10

Expand Down
2 changes: 1 addition & 1 deletion owasp-top10-2021-apps/a1/tictactoe/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COLOR_YELLOW = \033[33m
COLOR_GREEN = \033[32m
COLOR_RED = \033[31m

PROJECT := A5 - Tic-Tac-Toe
PROJECT := A1 Tic Tac Toe
PORT := 10005

## Installs a development environment
Expand Down
2 changes: 1 addition & 1 deletion owasp-top10-2021-apps/a2/snake-pro/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GODEP ?= $(GOBIN)/dep
GOLINT ?= $(GOBIN)/golint
GOSEC ?= $(GOBIN)/gosec

INSECUREBIN ?= snakeProA3
INSECUREBIN ?= A2 snakeProA2

COLOR_RESET = \033[0m
COLOR_COMMAND = \033[36m
Expand Down
2 changes: 1 addition & 1 deletion owasp-top10-2021-apps/a3/comment-killer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COLOR_YELLOW = \033[33m
COLOR_GREEN = \033[32m
COLOR_RED = \033[31m

PROJECT := A7 Comment-Killer
PROJECT := A3 Comment Killer
PORT := 10007
SLEEPUNTILAPPSTARTS := 45

Expand Down
2 changes: 1 addition & 1 deletion owasp-top10-2021-apps/a3/copy-n-paste/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COLOR_YELLOW = \033[33m
COLOR_GREEN = \033[32m
COLOR_RED = \033[31m

PROJECT := A1 - CopyNPaste API
PROJECT := A3 CopyNPaste API
PORT := 10001
SLEEPUNTILAPPSTARTS := 45

Expand Down
2 changes: 1 addition & 1 deletion owasp-top10-2021-apps/a3/gossip-world/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COLOR_YELLOW = \033[33m
COLOR_GREEN = \033[32m
COLOR_RED = \033[31m

PROJECT := A7 Gossip World
PROJECT := A3 Gossip World
PORT := 10007
SLEEPUNTILAPPSTARTS := 45

Expand Down
2 changes: 1 addition & 1 deletion owasp-top10-2021-apps/a3/mongection/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COLOR_YELLOW = \033[33m
COLOR_GREEN = \033[32m
COLOR_RED = \033[31m

PROJECT := A1 - Mongection
PROJECT := A3 Mongection
PORT := 10001

## Installs a development environment using docker-compose
Expand Down
2 changes: 1 addition & 1 deletion owasp-top10-2021-apps/a3/sstype/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COLOR_YELLOW = \033[33m
COLOR_GREEN = \033[32m
COLOR_RED = \033[31m

PROJECT := A1 - SSType
PROJECT := A3 SSType
PORT := 10001

## Installs a development environment using docker-compose
Expand Down
2 changes: 1 addition & 1 deletion owasp-top10-2021-apps/a5/misconfig-wordpress/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COLOR_YELLOW = \033[33m
COLOR_GREEN = \033[32m
COLOR_RED = \033[31m

PROJECT := A6 - Vulnerable Wordpress Misconfig
PROJECT := A5 Vulnerable Wordpress Misconfig
PORT := 8000
SLEEPUNTILAPPSTARTS := 60

Expand Down
Empty file.
2 changes: 1 addition & 1 deletion owasp-top10-2021-apps/a5/stegonography/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COLOR_YELLOW = \033[33m
COLOR_GREEN = \033[32m
COLOR_RED = \033[31m

PROJECT := A6 - Stegonography
PROJECT := A5 Stegonography
PORT := 10006

## Installs a development environment
Expand Down
2 changes: 1 addition & 1 deletion owasp-top10-2021-apps/a5/vinijr-blog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COLOR_YELLOW = \033[33m
COLOR_GREEN = \033[32m
COLOR_RED = \033[31m

PROJECT := A4 - ViniJR Blog
PROJECT := A5 ViniJR Blog
PORT := 10004
SLEEPUNTILAPPSTARTS := 5

Expand Down
2 changes: 1 addition & 1 deletion owasp-top10-2021-apps/a6/cimentech/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COLOR_YELLOW = \033[33m
COLOR_GREEN = \033[32m
COLOR_RED = \033[31m

PROJECT := A9 - Cimentech
PROJECT := A6 Cimentech
PORT := 80

## Installs a development environment
Expand Down
2 changes: 1 addition & 1 deletion owasp-top10-2021-apps/a6/golden-hat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COLOR_YELLOW = \033[33m
COLOR_GREEN = \033[32m
COLOR_RED = \033[31m

PROJECT := Golden Hat Society
PROJECT := A6 Golden Hat Society
PORT := 10006
SLEEPUNTILAPPSTARTS := 45

Expand Down
2 changes: 1 addition & 1 deletion owasp-top10-2021-apps/a7/insecure-go-project/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COLOR_YELLOW = \033[33m
COLOR_GREEN = \033[32m
COLOR_RED = \033[31m

PROJECT := A2 - Insecure Go Project
PROJECT := A7 Insecure Go Project
PORT := 10002

## Installs a development environment
Expand Down
2 changes: 1 addition & 1 deletion owasp-top10-2021-apps/a7/saidajaula-monster/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COLOR_YELLOW = \033[33m
COLOR_GREEN = \033[32m
COLOR_RED = \033[31m

PROJECT := A2 - Saidajaula Monster Fit
PROJECT := A7 Saidajaula Monster Fit
PORT := 10002
SLEEPUNTILAPPSTARTS := 45

Expand Down
2 changes: 1 addition & 1 deletion owasp-top10-2021-apps/a8/amarelo-designs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COLOR_YELLOW = \033[33m
COLOR_GREEN = \033[32m
COLOR_RED = \033[31m

PROJECT := A8 - Amarelo Designs
PROJECT := A8 Amarelo Designs
PORT := 10008
SLEEPUNTILAPPSTARTS := 10

Expand Down
2 changes: 1 addition & 1 deletion owasp-top10-2021-apps/a9/games-irados/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COLOR_YELLOW = \033[33m
COLOR_GREEN = \033[32m
COLOR_RED = \033[31m

PROJECT := A10 - GamesIRADOS
PROJECT := A9 GamesIRADOS
PORT := 10010
SLEEPUNTILAPPSTARTS := 45

Expand Down

0 comments on commit c213c61

Please sign in to comment.