Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c4e9b1f
Model Spring `util`
May 31, 2021
92ebb63
Model Spring AntPath utils
Jun 24, 2021
739b142
Generate tests for Spring util
Jun 24, 2021
fb0e6bf
Fix tests for Spring util
Jun 24, 2021
60db9e1
Rename springframework-5.2.3 to 5.3.8
Jun 24, 2021
bddc88c
Add stubs for Spring util tests
Jun 24, 2021
4012076
fixup! Model spring `util`
Jun 28, 2021
240058b
fixup! Fix tests for Spring util
Jun 28, 2021
dec0123
Autoformat
smowton Jun 29, 2021
f7a4614
Add missing tests for AntPathMatcher's protected methods; fix models …
smowton Jun 29, 2021
659478c
Remove model for protected class
smowton Jun 29, 2021
5769f47
Add missing CollectionUtils model
smowton Jun 29, 2021
f67e9ae
Drop tests for protected inner classes
smowton Jun 29, 2021
b202110
Drop redundant model that can be inherited from java.util.Iterator
smowton Jun 29, 2021
0441098
Amend models of MultiValueMap.addAll overloads
smowton Jun 29, 2021
3d270bb
Drop models for stringifying functions
smowton Jun 29, 2021
1bd01a5
Update java/ql/test/library-tests/frameworks/spring/util/test.ql
aschackmull Jun 29, 2021
d6c4325
Import SpringUtil from ExternalFlow.qll
smowton Jun 29, 2021
60126b4
Clean up test
smowton Jun 29, 2021
71f6d59
Genericise test util functions
smowton Jun 29, 2021
916c7c5
Remove superfluous (Object) casts
smowton Jun 29, 2021
60179ce
Genericise MultiValueMaps; remove non-longer-needed casts
smowton Jun 29, 2021
9551321
Fix LinkedMultiValueMap models and make tests more realistic
smowton Jun 29, 2021
48d4493
Fix test indentation
smowton Jun 29, 2021
ad8bef5
Update java/ql/src/semmle/code/java/frameworks/spring/SpringUtil.qll
aschackmull Jun 29, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Import SpringUtil from ExternalFlow.qll
  • Loading branch information
smowton committed Jun 29, 2021
commit d6c4325c13b3095f7e76a0b96959724a7a0c0900
1 change: 1 addition & 0 deletions java/ql/src/semmle/code/java/dataflow/ExternalFlow.qll
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ private module Frameworks {
private import semmle.code.java.frameworks.JaxWS
private import semmle.code.java.frameworks.Optional
private import semmle.code.java.frameworks.spring.SpringHttp
private import semmle.code.java.frameworks.spring.SpringUtil
private import semmle.code.java.frameworks.spring.SpringWebClient
private import semmle.code.java.security.ResponseSplitting
private import semmle.code.java.security.InformationLeak
Expand Down