Skip to content

Commit 5b9ecb3

Browse files
committed
Updating for better links
1 parent f626936 commit 5b9ecb3

15 files changed

Lines changed: 4 additions & 4 deletions

File tree

File renamed without changes.
File renamed without changes.

ep10-injection-fundamentals-2/node-dockerfile-wrapper.sh renamed to ep10-injection-fundamentals-part-2/node-dockerfile-wrapper.sh

File renamed without changes.
File renamed without changes.

ep10-injection-fundamentals-2/readme.md renamed to ep10-injection-fundamentals-part-2/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ curl.stdout.on('data', function(data) {
100100
console.log(data);
101101
});
102102
// Run: "EX_NUM=1 docker-compose up"
103-
// File: "ep10-injection-fundamentals-2/src/1/app.js"
103+
// File: "ep10-injection-fundamentals-part-2/src/1/app.js"
104104
```
105105

106106
- Hints
@@ -122,7 +122,7 @@ curl.stdout.on('data', function(data) {
122122
console.log(data);
123123
});
124124
// Run: "EX_NUM=2 docker-compose up"
125-
// File: "ep10-injection-fundamentals-2/src/2/app.js"
125+
// File: "ep10-injection-fundamentals-part-2/src/2/app.js"
126126
```
127127

128128
- This is an example of Server Side Request Forgery (SSRF)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)