File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
java/ql/src/Frameworks/Spring/Architecture/Refactoring Opportunities Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ A bean definition is considered to be used if one or more of the following is tr
16
16
<li >The bean is injected in to a constructor or method of a live bean due to autowiring. This includes
17
17
autowiring by annotation (<code >@Autowired</code > or <code >@Inject</code >), and autowiring configured
18
18
by the autowired attribute within bean configuration files.</li >
19
- <li >The bean is explictly loaded from a factory bean. It is not always possible to determine when
19
+ <li >The bean is explicitly loaded from a factory bean. It is not always possible to determine when
20
20
this occurs, because factory beans are loaded using a <code >String</code > value, which may contain
21
21
arbitrary values.</li >
22
22
<li >The bean is called reflectively by the Spring framework. For example, if the class is a Spring
Original file line number Diff line number Diff line change 119
119
### New Queries
120
120
121
121
* A new query (` rb/request-forgery ` ) has been added. The query finds HTTP requests made with user-controlled URLs.
122
- * A new query (` rb/csrf-protection-disabled ` ) has been added. The query finds cases where cross-site forgery protection is explictly disabled.
122
+ * A new query (` rb/csrf-protection-disabled ` ) has been added. The query finds cases where cross-site forgery protection is explicitly disabled.
123
123
124
124
### Query Metadata Changes
125
125
Original file line number Diff line number Diff line change 3
3
### New Queries
4
4
5
5
* A new query (` rb/request-forgery ` ) has been added. The query finds HTTP requests made with user-controlled URLs.
6
- * A new query (` rb/csrf-protection-disabled ` ) has been added. The query finds cases where cross-site forgery protection is explictly disabled.
6
+ * A new query (` rb/csrf-protection-disabled ` ) has been added. The query finds cases where cross-site forgery protection is explicitly disabled.
7
7
8
8
### Query Metadata Changes
9
9
You can’t perform that action at this time.
0 commit comments