Skip to content

Commit

Permalink
Merge pull request #48 from art-tykh/feature/incremental-scan
Browse files Browse the repository at this point in the history
Feature/incremental scan
  • Loading branch information
art-tykh committed Mar 15, 2021
2 parents b33e77e + 5e64da8 commit 37793e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/checkmarx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ jobs:
cxServer: https://macpaw.checkmarx.net/
cxUsername: MacpawAdmin@Cx.Com
cxPassword: ${{ secrets.CX_PASSWORD }}
cxTeam: /CxServer
cxTeam: /CxServer
cxGithubIssues: true
cxGithubToken: ${{ secrets.GITHUB_TOKEN }}
cxGithubLabels: bug,test
cxIncremental: true
1 change: 0 additions & 1 deletion app/routes/contributions.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function ContributionsHandler(db) {
const preTax = eval(req.body.preTax);
const afterTax = eval(req.body.afterTax);
const roth = eval(req.body.roth);
const roth2 = eval(req.body.roth);

/*
//Fix for A1 -1 SSJS Injection attacks - uses alternate method to eval
Expand Down

5 comments on commit 37793e1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Checkmarx] - Project : NodeGoat-master - Scan ID : 1000027


Project Details
Checkmarx Version: 9.3.0.1139 HF1
Project ID: 13
Project Name: NodeGoat-master
Preset: Checkmarx Default
Owner: macpawAdmin@Cx.com
Team: CxServer


Scan Details
Initiator Name: macpaw Admin
Scan ID: 1000027
LOC: 17466
Files Scanned: 55
Scan Type: Incremental
Scan URL: https://macpaw.checkmarx.net/CxWebClient/ViewerMain.aspx?scanid=1000027&projectid=13
Scan Comment: git master@37793e16b8b5d459ccb9b5b4a71a892525f2516d
Scan Type: 00h:00m:50s
Scan Start Date: Mon Mar 15 2021 11:57:34 GMT+0000 (Coordinated Universal Time)
Scan Time: 00h:00m:50s
Source Origin: LocalPath
Visibility: Public


Results Summary Details

Results By Status

New Recurrent Resolved Reopened Total
0 43 0 0 43

Results By State and Severity

Severity \ State Confirmed Urgent Proposed Not Exploitable To Verify Not Exploitable Total
High 0 0 0 7 0 7
Medium 0 0 0 8 0 8
Low 0 0 0 28 0 28
Info 0 0 0 0 0 0
Total 0 0 0 43 0 43

Results By Queries

Queries Total Results
Code_Injection 3
Security_Misconfiguration 3
Reflected_XSS 1
Missing_HSTS_Header 2
Privacy_Violation 2
ReDOS_in_RegExp 2
Missing_Encryption_of_Sensitive_Data 2
Unsafe_Use_Of_Target_blank 7
Client_Server_Empty_Password 6
Use_Of_Hardcoded_Password 5
Missing_CSP_Header 2
Client_Password_In_Comment 2
Potentially_Vulnerable_To_Xsrf 2
Potential_Clickjacking_on_Legacy_Browsers 1
Client_Use_Of_Iframe_Without_Sandbox 1
Open_Redirect 1
Use_Of_HTTP_Sensitive_Data_Exposure 1

Results By Languages

Languages Total Results
JavaScript 43

Vulnerabilities in Files:
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/contributions.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/server.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/data/profile-dao.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/index.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/allocations.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/profile.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/layout.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/login.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/a1.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/a7.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/a8.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/session.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/artifacts/db-reset.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/data/user-dao.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/allocations.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/ssrf.html

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Checkmarx] - Project : NodeGoat-snyk-upgrade-df43fae479d1c4a8c3b0447d963b00fd - Scan ID : 1000031


Project Details
Checkmarx Version: 9.3.0.1139 HF1
Project ID: 19
Project Name: NodeGoat-snyk-upgrade-df43fae479d1c4a8c3b0447d963b00fd
Preset: Checkmarx Default
Owner: macpawAdmin@Cx.com
Team: CxServer


Scan Details
Initiator Name: macpaw Admin
Scan ID: 1000031
LOC: 17466
Files Scanned: 55
Scan Type: Full
Scan URL: https://macpaw.checkmarx.net/CxWebClient/ViewerMain.aspx?scanid=1000031&projectid=19
Scan Comment: git snyk-upgrade-df43fae479d1c4a8c3b0447d963b00fd@37793e16b8b5d459ccb9b5b4a71a892525f2516d
Scan Type: 00h:01m:26s
Scan Start Date: Thu Mar 18 2021 22:34:05 GMT+0000 (Coordinated Universal Time)
Scan Time: 00h:01m:26s
Source Origin: LocalPath
Visibility: Public


Results Summary Details

Results By Status

New Recurrent Resolved Reopened Total
0 0 0 41 41

Results By State and Severity

Severity \ State Confirmed Urgent Proposed Not Exploitable To Verify Not Exploitable Total
High 0 0 0 7 0 7
Medium 0 0 0 7 0 7
Low 0 0 0 27 0 27
Info 0 0 0 0 0 0
Total 0 0 0 41 0 41

Results By Queries

Queries Total Results
Security_Misconfiguration 3
Code_Injection 3
Reflected_XSS 1
Missing_Encryption_of_Sensitive_Data 2
Privacy_Violation 2
ReDOS_in_RegExp 2
Missing_HSTS_Header 1
Unsafe_Use_Of_Target_blank 7
Client_Server_Empty_Password 6
Use_Of_Hardcoded_Password 5
Client_Password_In_Comment 2
Potentially_Vulnerable_To_Xsrf 2
Client_Use_Of_Iframe_Without_Sandbox 1
Potential_Clickjacking_on_Legacy_Browsers 1
Missing_CSP_Header 1
Open_Redirect 1
Use_Of_HTTP_Sensitive_Data_Exposure 1

Results By Languages

Languages Total Results
JavaScript 41

Vulnerabilities in Files:
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/server.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/data/profile-dao.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/contributions.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/index.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/profile.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/allocations.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/layout.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/login.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/a1.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/a7.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/a8.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/session.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/artifacts/db-reset.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/data/user-dao.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/ssrf.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/allocations.html

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Checkmarx] - Project : NodeGoat-snyk-upgrade-213973074f440dcab20783b215e09d71 - Scan ID : 1000034


Project Details
Checkmarx Version: 9.3.0.1139 HF1
Project ID: 21
Project Name: NodeGoat-snyk-upgrade-213973074f440dcab20783b215e09d71
Preset: Checkmarx Default
Owner: macpawAdmin@Cx.com
Team: CxServer


Scan Details
Initiator Name: macpaw Admin
Scan ID: 1000034
LOC: 17466
Files Scanned: 55
Scan Type: Full
Scan URL: https://macpaw.checkmarx.net/CxWebClient/ViewerMain.aspx?scanid=1000034&projectid=21
Scan Comment: git snyk-upgrade-213973074f440dcab20783b215e09d71@37793e16b8b5d459ccb9b5b4a71a892525f2516d
Scan Type: 00h:02m:17s
Scan Start Date: Thu Mar 18 2021 22:34:08 GMT+0000 (Coordinated Universal Time)
Scan Time: 00h:02m:17s
Source Origin: LocalPath
Visibility: Public


Results Summary Details

Results By Status

New Recurrent Resolved Reopened Total
0 31 0 10 41

Results By State and Severity

Severity \ State Confirmed Urgent Proposed Not Exploitable To Verify Not Exploitable Total
High 0 0 0 7 0 7
Medium 0 0 0 7 0 7
Low 0 0 0 27 0 27
Info 0 0 0 0 0 0
Total 0 0 0 41 0 41

Results By Queries

Queries Total Results
Security_Misconfiguration 3
Code_Injection 3
Reflected_XSS 1
Missing_Encryption_of_Sensitive_Data 2
Privacy_Violation 2
ReDOS_in_RegExp 2
Missing_HSTS_Header 1
Unsafe_Use_Of_Target_blank 7
Client_Server_Empty_Password 6
Use_Of_Hardcoded_Password 5
Client_Password_In_Comment 2
Potentially_Vulnerable_To_Xsrf 2
Client_Use_Of_Iframe_Without_Sandbox 1
Potential_Clickjacking_on_Legacy_Browsers 1
Missing_CSP_Header 1
Open_Redirect 1
Use_Of_HTTP_Sensitive_Data_Exposure 1

Results By Languages

Languages Total Results
JavaScript 41

Vulnerabilities in Files:
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/server.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/data/profile-dao.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/contributions.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/index.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/profile.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/allocations.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/layout.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/login.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/a1.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/a7.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/a8.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/session.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/artifacts/db-reset.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/data/user-dao.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/ssrf.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/allocations.html

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Checkmarx] - Project : NodeGoat-snyk-upgrade-f3861176df7aace6e9007ed8dd421219 - Scan ID : 1000036


Project Details
Checkmarx Version: 9.3.0.1139 HF1
Project ID: 20
Project Name: NodeGoat-snyk-upgrade-f3861176df7aace6e9007ed8dd421219
Preset: Checkmarx Default
Owner: macpawAdmin@Cx.com
Team: CxServer


Scan Details
Initiator Name: macpaw Admin
Scan ID: 1000036
LOC: 17466
Files Scanned: 55
Scan Type: Full
Scan URL: https://macpaw.checkmarx.net/CxWebClient/ViewerMain.aspx?scanid=1000036&projectid=20
Scan Comment: git snyk-upgrade-f3861176df7aace6e9007ed8dd421219@37793e16b8b5d459ccb9b5b4a71a892525f2516d
Scan Type: 00h:03m:17s
Scan Start Date: Thu Mar 18 2021 22:34:09 GMT+0000 (Coordinated Universal Time)
Scan Time: 00h:03m:17s
Source Origin: LocalPath
Visibility: Public


Results Summary Details

Results By Status

New Recurrent Resolved Reopened Total
0 41 0 0 41

Results By State and Severity

Severity \ State Confirmed Urgent Proposed Not Exploitable To Verify Not Exploitable Total
High 0 0 0 7 0 7
Medium 0 0 0 7 0 7
Low 0 0 0 27 0 27
Info 0 0 0 0 0 0
Total 0 0 0 41 0 41

Results By Queries

Queries Total Results
Security_Misconfiguration 3
Code_Injection 3
Reflected_XSS 1
Missing_Encryption_of_Sensitive_Data 2
Privacy_Violation 2
ReDOS_in_RegExp 2
Missing_HSTS_Header 1
Unsafe_Use_Of_Target_blank 7
Client_Server_Empty_Password 6
Use_Of_Hardcoded_Password 5
Client_Password_In_Comment 2
Potentially_Vulnerable_To_Xsrf 2
Client_Use_Of_Iframe_Without_Sandbox 1
Potential_Clickjacking_on_Legacy_Browsers 1
Missing_CSP_Header 1
Open_Redirect 1
Use_Of_HTTP_Sensitive_Data_Exposure 1

Results By Languages

Languages Total Results
JavaScript 41

Vulnerabilities in Files:
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/server.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/data/profile-dao.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/contributions.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/index.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/profile.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/allocations.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/layout.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/login.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/a1.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/a7.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/a8.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/session.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/artifacts/db-reset.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/data/user-dao.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/ssrf.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/allocations.html

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Checkmarx] - Project : NodeGoat-snyk-upgrade-c6e8feea7cd6deb2a7eaf94e549da731 - Scan ID : 1000039


Project Details
Checkmarx Version: 9.3.0.1139 HF1
Project ID: 22
Project Name: NodeGoat-snyk-upgrade-c6e8feea7cd6deb2a7eaf94e549da731
Preset: Checkmarx Default
Owner: macpawAdmin@Cx.com
Team: CxServer


Scan Details
Initiator Name: macpaw Admin
Scan ID: 1000039
LOC: 17466
Files Scanned: 55
Scan Type: Full
Scan URL: https://macpaw.checkmarx.net/CxWebClient/ViewerMain.aspx?scanid=1000039&projectid=22
Scan Comment: git snyk-upgrade-c6e8feea7cd6deb2a7eaf94e549da731@37793e16b8b5d459ccb9b5b4a71a892525f2516d
Scan Type: 00h:04m:57s
Scan Start Date: Thu Mar 18 2021 22:34:19 GMT+0000 (Coordinated Universal Time)
Scan Time: 00h:04m:57s
Source Origin: LocalPath
Visibility: Public


Results Summary Details

Results By Status

New Recurrent Resolved Reopened Total
0 41 0 0 41

Results By State and Severity

Severity \ State Confirmed Urgent Proposed Not Exploitable To Verify Not Exploitable Total
High 0 0 0 7 0 7
Medium 0 0 0 7 0 7
Low 0 0 0 27 0 27
Info 0 0 0 0 0 0
Total 0 0 0 41 0 41

Results By Queries

Queries Total Results
Code_Injection 3
Security_Misconfiguration 3
Reflected_XSS 1
Missing_Encryption_of_Sensitive_Data 2
Privacy_Violation 2
ReDOS_in_RegExp 2
Missing_HSTS_Header 1
Unsafe_Use_Of_Target_blank 7
Client_Server_Empty_Password 6
Use_Of_Hardcoded_Password 5
Client_Password_In_Comment 2
Potentially_Vulnerable_To_Xsrf 2
Client_Use_Of_Iframe_Without_Sandbox 1
Potential_Clickjacking_on_Legacy_Browsers 1
Missing_CSP_Header 1
Open_Redirect 1
Use_Of_HTTP_Sensitive_Data_Exposure 1

Results By Languages

Languages Total Results
JavaScript 41

Vulnerabilities in Files:
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/contributions.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/server.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/data/profile-dao.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/index.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/profile.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/allocations.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/layout.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/login.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/a1.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/a7.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/a8.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/routes/session.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/artifacts/db-reset.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/data/user-dao.js
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/tutorial/ssrf.html
https://github.com/art-tykh/NodeGoat/blob/37793e16b8b5d459ccb9b5b4a71a892525f2516d/app/views/allocations.html

Please sign in to comment.