Skip to content

Commit 01b8770

Browse files
author
Felicity Chapman
authored
Merge pull request #1065 from yh-semmle/java-frameworks-notes
Java: update frameworks list for 1.20 release
2 parents 28efd91 + d7925ee commit 01b8770

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

change-notes/1.20/analysis-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
collections, maps, and iterators. This affects all security queries, which
3030
can report more results based on such paths.
3131
* The `FlowSources` and `TaintTracking` libraries are extended to cover additional remote user
32-
input and taint steps from the Apache Thrift, Apache Struts, Guice and Protobuf frameworks.
32+
input and taint steps from the following frameworks: Guice, Protobuf, Thrift and Struts.
3333
This affects all security queries, which may yield additional results on projects
3434
that use these frameworks.
3535

change-notes/1.20/support/java-frameworks.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ Hibernate, Database
33
iBatis / MyBatis, Database
44
Java Persistence API (JPA), Database
55
JDBC, Database
6+
Protobuf, Serialization
67
Kryo deserialization, Serialization
78
SnakeYaml, Serialization
89
Spring JDBC, Database
910
Spring MVC, Web application framework
11+
Struts, Web application framework
12+
Thrift, RPC framework
1013
XStream, Serialization

0 commit comments

Comments
 (0)