@@ -258,8 +258,8 @@ module Fasthttp {
258258 /**
259259 * The methods as Remote user controllable source which are part of the incoming URL.
260260 */
261- class UntrustedFlowSource extends UntrustedFlowSource :: Range instanceof DataFlow:: Node {
262- UntrustedFlowSource ( ) {
261+ class RemoteFlowSource extends RemoteFlowSource :: Range instanceof DataFlow:: Node {
262+ RemoteFlowSource ( ) {
263263 exists ( Method m |
264264 m .hasQualifiedName ( packagePath ( ) , "URI" ,
265265 [ "FullURI" , "LastPathSegment" , "Path" , "PathOriginal" , "QueryString" , "String" ] ) and
@@ -278,8 +278,8 @@ module Fasthttp {
278278 *
279279 * When support for lambdas has been implemented we should model "VisitAll".
280280 */
281- class UntrustedFlowSource extends UntrustedFlowSource :: Range instanceof DataFlow:: Node {
282- UntrustedFlowSource ( ) {
281+ class RemoteFlowSource extends RemoteFlowSource :: Range instanceof DataFlow:: Node {
282+ RemoteFlowSource ( ) {
283283 exists ( Method m |
284284 m .hasQualifiedName ( packagePath ( ) , "Args" ,
285285 [ "Peek" , "PeekBytes" , "PeekMulti" , "PeekMultiBytes" , "QueryString" , "String" ] ) and
@@ -389,8 +389,8 @@ module Fasthttp {
389389 /**
390390 * The methods as Remote user controllable source which can be many part of request.
391391 */
392- class UntrustedFlowSource extends UntrustedFlowSource :: Range instanceof DataFlow:: Node {
393- UntrustedFlowSource ( ) {
392+ class RemoteFlowSource extends RemoteFlowSource :: Range instanceof DataFlow:: Node {
393+ RemoteFlowSource ( ) {
394394 exists ( Method m |
395395 m .hasQualifiedName ( packagePath ( ) , "Request" ,
396396 [
@@ -468,8 +468,8 @@ module Fasthttp {
468468 *
469469 * When support for lambdas has been implemented we should model "VisitAll", "VisitAllCookie", "VisitAllInOrder", "VisitAllTrailer".
470470 */
471- class UntrustedFlowSource extends UntrustedFlowSource :: Range instanceof DataFlow:: Node {
472- UntrustedFlowSource ( ) {
471+ class RemoteFlowSource extends RemoteFlowSource :: Range instanceof DataFlow:: Node {
472+ RemoteFlowSource ( ) {
473473 exists ( Method m |
474474 m .hasQualifiedName ( packagePath ( ) , "RequestCtx" ,
475475 [
@@ -491,8 +491,8 @@ module Fasthttp {
491491 *
492492 * When support for lambdas has been implemented we should model "VisitAll", "VisitAllCookie", "VisitAllInOrder", "VisitAllTrailer".
493493 */
494- class UntrustedFlowSource extends UntrustedFlowSource :: Range instanceof DataFlow:: Node {
495- UntrustedFlowSource ( ) {
494+ class RemoteFlowSource extends RemoteFlowSource :: Range instanceof DataFlow:: Node {
495+ RemoteFlowSource ( ) {
496496 exists ( Method m |
497497 m .hasQualifiedName ( packagePath ( ) , "RequestHeader" ,
498498 [
0 commit comments