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

Bug: Session state in database does not change after a reconnect #219

Open
VeroSec opened this issue Jul 11, 2022 · 2 comments
Open

Bug: Session state in database does not change after a reconnect #219

VeroSec opened this issue Jul 11, 2022 · 2 comments
Assignees
Milestone

Comments

@VeroSec
Copy link

VeroSec commented Jul 11, 2022

We have noticed that after an ECU reconnect, the logged status of the scanned session in the database is not updated according to the current session.

@VeroSec VeroSec added the bug Something isn't working label Jul 11, 2022
@rumpelsepp
Copy link
Member

@fkglr You might know where this could be fixed quickly? I think it is a oneline update_state() kind of thing?

@rumpelsepp rumpelsepp changed the title Bug: Session state in database does not change after a reconnect. Bug: Session state in database does not change after a reconnect Jul 12, 2022
@VeroSec
Copy link
Author

VeroSec commented Jul 12, 2022

The possibilities we have, to log the right session in the database, are:

  1. Force to set session after reconnect() in the scanner code. (this is our current workaround)
  2. Add read_session() to the code in ecu.reconnect() to avoid the bug for future scanners.

@rumpelsepp rumpelsepp added this to the gallia 2.0 milestone Aug 13, 2024
@rumpelsepp rumpelsepp removed the bug Something isn't working label Nov 11, 2024
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

No branches or pull requests

3 participants