mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
Add quality and cwe tag to query
CWE-1176: Inefficient CPU Computation
This commit is contained in:
@@ -26,3 +26,4 @@ public class Test {
|
||||
## References
|
||||
|
||||
- Java SE Documentation: [String.replaceAll](https://docs.oracle.com/en/java/javase/20/docs/api/java.base/java/lang/String.html#replaceAll(java.lang.String,java.lang.String)).
|
||||
- Common Weakness Enumeration: [CWE-1176](https://cwe.mitre.org/data/definitions/1176.html)
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
* @precision very-high
|
||||
* @problem.severity recommendation
|
||||
* @tags performance
|
||||
* quality
|
||||
* external/cwe/cwe-1176
|
||||
*/
|
||||
|
||||
import java
|
||||
|
||||
Reference in New Issue
Block a user