Ruby: Add more deprecation comments

This commit is contained in:
Tom Hvitved 2023-12-05 14:57:15 +01:00
Родитель 12359ba733
Коммит c6e805faef
1 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,8 @@
/** Step Summaries and Type Tracking */
/**
* DEPRECATED: Use `codeql.ruby.typetracking.TypeTracking` instead.
*
* Step Summaries and Type Tracking
*/
private import TypeTrackerSpecific
@ -419,6 +423,8 @@ deprecated module StepSummary {
}
/**
* DEPRECATED: Use `codeql.ruby.typetracking.TypeTracking` instead.
*
* A summary of the steps needed to track a value to a given dataflow node.
*
* This can be used to track objects that implement a certain API in order to
@ -597,6 +603,8 @@ deprecated private predicate backSmallstepProj(TypeTrackingNode nodeTo, StepSumm
}
/**
* DEPRECATED: Use `codeql.ruby.typetracking.TypeTracking` instead.
*
* A summary of the steps needed to back-track a use of a value to a given dataflow node.
*
* This can for example be used to track callbacks that are passed to a certain API,