Java: Add more neutrals

Adds more neutral models to help the model generator ignore certain callables.

Also improves the precision of certain URL models by using synthetic fields so that the parts of a URL are tainted separately.
This commit is contained in:
Tony Torralba
2024-03-26 17:26:58 +01:00
parent 2de62dfcdd
commit d786ea90a4
5 changed files with 96 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Increased the precision of some dataflow models of the class `java.net.URL` by distinguishing the parts of a URL.