You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🛡️ Sentinel: [CRITICAL] Fix MITM vulnerability in API requests
🚨 Severity: CRITICAL
💡 Vulnerability: API requests to fetch grades disabled SSL verification (`verify=False`).
🎯 Impact: Attackers could perform Man-In-The-Middle (MITM) attacks to intercept and steal student usernames and passwords during the login process.
🔧 Fix: Removed `verify=False` and warning suppression from all requests in `fetcher.py` to enforce strict SSL certificate validation.
✅ Verification: Review `fetcher.py` to ensure all `requests.get` and `requests.post` calls validate certificates correctly.
Co-authored-by: alvin000009238 <107313913+alvin000009238@users.noreply.github.com>
0 commit comments