Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR Test 2 #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

PR Test 2 #2

wants to merge 3 commits into from

Conversation

ferreiratiago
Copy link

No description provided.

Copy link
Author

@ferreiratiago ferreiratiago left a comment

Choose a reason for hiding this comment

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

Introduced vulnerabilities outside the changed code

Vulnerability C on utils.js, line 20.

@@ -4,7 +4,7 @@

// mongoose setup
require('./mongoose-db');
require('./typeorm-db')
require('./typeorm-db');
Copy link
Author

@ferreiratiago ferreiratiago Jul 15, 2024

Choose a reason for hiding this comment

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

Vulnerability B (✅ Resolved on commit bf4b849)

Copy link
Author

Choose a reason for hiding this comment

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

Reply

Copy link
Author

@ferreiratiago ferreiratiago left a comment

Choose a reason for hiding this comment

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

Introduced vulnerabilities outside the changed code

app.js

(1 of 2 Resolved)

Vulnerability A (✅ Resolved on commit bf4b849)

app.engine('dust', cons.dust);

Vulnerability D

console.log('Express server listening on port ' + app.get('port'));

utils.js

Vulnerability C

forbidden : function ( res ){

Copy link
Author

@ferreiratiago ferreiratiago Jul 18, 2024

Choose a reason for hiding this comment

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

Vulnerability D on line 42

@@ -71,6 +71,8 @@ app.use('/users', routesUsers)
// Static
app.use(st({ path: './public', url: '/public' }));

console.log('test');
Copy link
Author

@ferreiratiago ferreiratiago Jul 18, 2024

Choose a reason for hiding this comment

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

Vulnerability B

Copy link
Author

@ferreiratiago ferreiratiago Jul 19, 2024

Choose a reason for hiding this comment

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

Vulnerability F on line 69

@ferreiratiago

This comment was marked as resolved.

@ferreiratiago

This comment was marked as resolved.

Copy link
Author

@ferreiratiago ferreiratiago left a comment

Choose a reason for hiding this comment

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

Vulnerability C on utils.js, line 20.

@ferreiratiago
Copy link
Author

Vulnerability C on utils.js, line 99.

@ferreiratiago
Copy link
Author

Vulnerability C on utils.js, line 20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant