Skip to content

Conversation

@geokar01
Copy link

@geokar01 geokar01 commented Dec 3, 2025

Διόρθωσα τα ζητήματα που εντόπισε το SonarCloud:

  • Command injection: χρήση whitelist + ProcessBuilder
  • SQL injection: PreparedStatement
  • Open redirect: whitelist/host validation
  • Αφαίρεση ιδιωτικού κλειδιού (private_key.pem) — πρέπει να ανακληθεί/αντικατασταθεί
  • Accessibility: headings & alt
  • Refactor: constants, utils
  • Unit test fix: assert order

fix(security):prevent open redirect by using whitelist and host validation
use preparedStatament to prevent sql injection in errorBasedSQLinjectionVulnerability
add accesible heading and alt attributes in index.html
make early return conditional in JWTVulerability
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