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

Fix : resolve expressjs security hotspot problems #130 #131

Merged
merged 2 commits into from
Oct 6, 2023
Merged

Conversation

ymw0407
Copy link
Member

@ymw0407 ymw0407 commented Oct 6, 2023

Describe changes

resolving security hotspot problems in expressjs template

app.disable('x-powered-by')

add this code to remove version information disclosure from what end users can see

Issue number or link

#130

Types of changes

What is the type of code change?
Put an x in the boxes that apply

  • Bugfix (changes that resolve errors)
  • New feature (changes which adds functionality)
  • Breaking change (big changes that affect existing functionality)
  • Documentation Update

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the "README.md"
  • My code follows the style guidelines of this project
  • My changes generate no new warnings
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation
  • Any dependent changes have been merged and published in downstream modules

Further comments

Please let me know if there's anything else to explain

@ymw0407 ymw0407 self-assigned this Oct 6, 2023
@ymw0407 ymw0407 linked an issue Oct 6, 2023 that may be closed by this pull request
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@ymw0407 ymw0407 requested a review from a team October 6, 2023 11:02
@ymw0407 ymw0407 merged commit 455d921 into main Oct 6, 2023
@ymw0407 ymw0407 deleted the feature/130 branch October 6, 2023 11:05
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.

🐛 [BUG] - Express template's security hotspot
1 participant