File tree Expand file tree Collapse file tree
java/ql/src/Frameworks/Spring/Architecture/Refactoring Opportunities Expand file tree Collapse file tree 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
1616<li >The bean is injected in to a constructor or method of a live bean due to autowiring. This includes
1717autowiring by annotation (<code >@Autowired</code > or <code >@Inject</code >), and autowiring configured
1818by 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
2020this occurs, because factory beans are loaded using a <code >String</code > value, which may contain
2121arbitrary values.</li >
2222<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 119119### New Queries
120120
121121* 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.
123123
124124### Query Metadata Changes
125125
Original file line number Diff line number Diff line change 33### New Queries
44
55* 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.
77
88### Query Metadata Changes
99
You can’t perform that action at this time.
0 commit comments