Skip to content

Conversation

@Jclavo
Copy link

@Jclavo Jclavo commented Nov 6, 2025

Still some rules were added to handle session. There is still a issue to create an edge

FROM: interfaceinvoke session.<javax.servlet.http.HttpSession: void setAttribute(java.lang.String,java.lang.Object)>("name", name);
TO: $stack7 = interfaceinvoke session.<javax.servlet.http.HttpSession: java.lang.Object getAttribute(java.lang.String)>("name");

We have already implemented a logic to find the definition of a parameter, however, in this case the parameter is not a variable is an string. So We need to implement this new case.

image

@Jclavo Jclavo self-assigned this Nov 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants