mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Merge pull request #10063 from erik-krogh/fixRbDep
re-deprecate ReDoSUtil in ruby
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
// We don't need the NFA utils, just the regexp tree.
|
||||
// but the below is a nice shared library that exposes the API we need.
|
||||
import performance.ReDoSUtil
|
||||
import regexp.NfaUtils
|
||||
|
||||
/**
|
||||
* Gets a rank for `range` that is unique for ranges in the same file.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/** DEPRECATED. Import `codeql.ruby.security.regexp.NfaUtils` instead. */
|
||||
|
||||
import codeql.ruby.security.regexp.NfaUtils as Dep
|
||||
deprecated import codeql.ruby.security.regexp.NfaUtils as Dep
|
||||
import Dep
|
||||
|
||||
Reference in New Issue
Block a user