Merge pull request #11294 from erik-krogh/fileDoc

QL: improve the "this block-comment should have been a QLDoc"-query
This commit is contained in:
Erik Krogh Kristensen
2022-11-23 22:23:36 +01:00
committed by GitHub
29 changed files with 123 additions and 36 deletions

View File

@@ -1,4 +1,5 @@
/* Definitions related to `java.util.Properties`. */
/** Definitions related to `java.util.Properties`. */
import semmle.code.java.Type
private import semmle.code.java.dataflow.FlowSteps

View File

@@ -1,4 +1,5 @@
/* Remote Method Invocation. */
/** Remote Method Invocation. */
import java
/** The interface `java.rmi.Remote`. */

View File

@@ -1,4 +1,5 @@
/* Definitions related to the Apache Commons Exec library. */
/** Definitions related to the Apache Commons Exec library. */
import semmle.code.java.Type
import semmle.code.java.security.ExternalProcess

View File

@@ -1,4 +1,5 @@
/* Definitions related to external processes. */
/** Definitions related to external processes. */
import semmle.code.java.Member
private module Instances {

View File

@@ -1,4 +1,5 @@
/* Detection of strings and arrays of strings containing relative paths. */
/** Detection of strings and arrays of strings containing relative paths. */
import java
/**

View File

@@ -1,4 +1,5 @@
/* Definitions used by `SqlUnescaped.ql`. */
/** Definitions used by `SqlUnescaped.ql`. */
import semmle.code.java.security.ControlledString
import semmle.code.java.dataflow.TaintTracking

View File

@@ -1,4 +1,4 @@
/*
/**
* Provides classes and predicates for "dead locals": which variables are used, which assignments are useless, etc.
*/