We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dbptk-developer/dbptk-modules/dbptk-module-siard/src/main/java/com/databasepreservation/modules/siard/out/metadata/TableIndexFileStrategy.java
Line 56 in aa0c893
This part of the regular expression: (_|\\w)* may cause exponential backtracking on strings containing many repetitions of '_'.
(_|\\w)*
See code scanning issue and solution recommendation at:
The text was updated successfully, but these errors were encountered:
AntonioG70
No branches or pull requests
dbptk-developer/dbptk-modules/dbptk-module-siard/src/main/java/com/databasepreservation/modules/siard/out/metadata/TableIndexFileStrategy.java
Line 56 in aa0c893
This part of the regular expression:
(_|\\w)*
may cause exponential backtracking on strings containing many repetitions of '_'.See code scanning issue and solution recommendation at:
The text was updated successfully, but these errors were encountered: