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
- SSH host keys: replace AutoAddPolicy with WarningPolicy in
connections.py and polling.py (#2, OmniDB#60)
- Path traversal in plugins.py: use realpath + containment check
in load_plugin, and os.path.basename() for uploaded filenames
in handle_uploaded_file (#4-OmniDB#18)
- PostgreSQL.py MD5: add noqa suppression — this is PostgreSQL's
own md5 auth format (md5+password+role), not our own hashing (OmniDB#19)
- tests.yml: add permissions: contents: read to all three jobs
(OmniDB#61, OmniDB#62, OmniDB#63)
- Socket binding false positive: already uses 127.0.0.1 (OmniDB#59)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments