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
Update java/ql/test/library-tests/frameworks/spring/util/test.ql
  • Loading branch information
aschackmull authored Jun 29, 2021
commit 1bd01a5eeedadf587b2da1d4a724b5246ffe8c0c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import semmle.code.java.dataflow.DataFlow
import semmle.code.java.dataflow.ExternalFlow
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This import looks unused.

Suggested change
import semmle.code.java.dataflow.ExternalFlow

import semmle.code.java.dataflow.TaintTracking
import TestUtilities.InlineExpectationsTest
import semmle.code.java.frameworks.spring.Spring

class ValueFlowConf extends DataFlow::Configuration {
ValueFlowConf() { this = "qltest:valueFlowConf" }
Expand Down