@@ -346,12 +346,12 @@ class JWTEncoding extends DataFlow::Node instanceof JWTEncoding::Range {
346
346
DataFlow:: Node getKey ( ) { result = super .getKey ( ) }
347
347
348
348
/**
349
- * Gets the algorithm Node used in the encoding.
349
+ * Gets the argument for the algorithm used in the encoding.
350
350
*/
351
351
DataFlow:: Node getAlgorithm ( ) { result = super .getAlgorithm ( ) }
352
352
353
353
/**
354
- * Tries to get the algorithm used in the encoding.
354
+ * Gets a string representation of the algorithm used in the encoding.
355
355
*/
356
356
string getAlgorithmString ( ) { result = super .getAlgorithmString ( ) }
357
357
}
@@ -376,12 +376,12 @@ module JWTDecoding {
376
376
abstract DataFlow:: Node getKey ( ) ;
377
377
378
378
/**
379
- * Gets the algorithm Node used in the encoding.
379
+ * Gets the argument for the algorithm used in the encoding.
380
380
*/
381
381
abstract DataFlow:: Node getAlgorithm ( ) ;
382
382
383
383
/**
384
- * Tries to get the algorithm used in the encoding.
384
+ * Gets a string representation of the algorithm used in the encoding.
385
385
*/
386
386
abstract string getAlgorithmString ( ) ;
387
387
@@ -415,12 +415,12 @@ class JWTDecoding extends DataFlow::Node instanceof JWTDecoding::Range {
415
415
DataFlow:: Node getKey ( ) { result = super .getKey ( ) }
416
416
417
417
/**
418
- * Gets the algorithm Node used in the encoding.
418
+ * Gets the argument for the algorithm used in the encoding.
419
419
*/
420
420
DataFlow:: Node getAlgorithm ( ) { result = super .getAlgorithm ( ) }
421
421
422
422
/**
423
- * Tries to get the algorithm used in the encoding.
423
+ * Gets a string representation of the algorithm used in the encoding.
424
424
*/
425
425
string getAlgorithmString ( ) { result = super .getAlgorithmString ( ) }
426
426
0 commit comments