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
I tried to analyse the html file given that the tool analyses DOM interactions in the HTML page. But when i run the commond
$safe bugDetect {respective html file}
I see a message saying that getElementById is not implemented. On checking the repository i don't find relevant files relating DOM modeller or Event modeller as mentioned in the SAFE paper.
The text was updated successfully, but these errors were encountered:
We does not provide actual implementation of the modeling for "getElementById" function.
If you want to analyze this function, you should implement its modeling in the file "src/main/resources/jsModels/built_in/Element.jsmodel".
I tried to analyse the html file given that the tool analyses DOM interactions in the HTML page. But when i run the commond
$safe bugDetect {respective html file}
I see a message saying that getElementById is not implemented. On checking the repository i don't find relevant files relating DOM modeller or Event modeller as mentioned in the SAFE paper.
The text was updated successfully, but these errors were encountered: