This website requires JavaScript.
Explore
Help
Register
Sign In
hohn
/
codeql
Watch
1
Star
0
Fork
0
You've already forked codeql
mirror of
https://github.com/github/codeql.git
synced
2026-08-02 08:23:01 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
atm-intermediary-node-sinks
codeql
/
java
/
ql
/
test
/
query-tests
History
Joe Farebrother
d4b5eed3e4
Merge pull request
#8410
from joefarebrother/sensitive-logging
...
Java: Promote Sensitive Logging query
2022-03-14 14:50:26 +00:00
..
AlertSuppression
…
AutoBoxing
…
AvoidDeprecatedCallableAccess
…
BadAbsOfRandom
…
BadCheckOdd
…
BoxedVariable
…
BusyWait
Java: Adjust toString() for statements
2021-06-03 16:27:36 +02:00
CallsToRunnableRun
…
CloseResource
…
CompareIdenticalValues
…
ComplexCondition
…
ConfusingOverloading
…
ConstantExpAppearsNonConstant
…
ConstantLoopCondition
Java: Adjust toString() for statements
2021-06-03 16:27:36 +02:00
ContainerSizeCmpZero
…
ContinueInFalseLoop
…
ContradictoryTypeChecks
…
dead-code
…
DeadCode
/NonAssignedFields
…
Declarations
…
DefineEqualsWhenAddingFields
…
definitions
…
DoubleCheckedLocking
…
EqualsArray
…
EqualsUsesInstanceOf
…
Finally
…
HashedButNoHash
…
IgnoreExceptionalReturn
…
ImpossibleCast
…
InconsistentEqualsHashCode
…
InconsistentOperations
…
InefficientOutputStream
Add further test directly examining signature of method with problematic parameter types
2022-02-24 17:39:11 +00:00
InnerClassCouldBeStatic
…
Iterable
…
IteratorRemoveMayFail
…
Javadoc
…
LazyInitStaticField
…
lgtm-example-queries
…
LShiftLargerThanTypeWidth
…
maven-dependencies
…
Metrics
…
MissedTernaryOpportunity
…
MissingCallToSuperClone
…
MissingInstanceofInEquals
…
MissingOverrideAnnotation
…
MissingSpaceTypo
…
MutualDependency
…
Naming
…
NonPrivateField
…
NonSerializableField
…
NonSerializableInnerClass
…
NonSynchronizedOverride
…
NotifyWithoutSynch
…
Nullness
Java: Add support for bitwise compound assignments in Guards.
2022-01-21 13:56:07 +01:00
NumberFormatException
…
PartiallyMaskedCatch
…
PointlessForwardingMethod
…
PrintLnArray
…
RandomUsedOnce
…
RangeAnalysis
…
ReadOnlyContainer
…
ReturnValueIgnored
…
security
Merge pull request
#8410
from joefarebrother/sensitive-logging
2022-03-14 14:50:26 +00:00
SelfAssignment
…
SimplifyBoolExpr
…
SpuriousJavadocParam
Java: Detect spurious param Javadoc tag of generic classes
2021-09-09 00:11:02 +02:00
StartInConstructor
…
StaticArray
…
StringComparison
…
StringFormat
…
SuspiciousDateFormat
…
SynchSetUnsynchGet
…
Telemetry
Adjust UnsupportedExternalAPIs test
2022-01-17 11:11:04 +01:00
TypeMismatch
…
UnreadLocal
…
UnreleasedLock
…
UseBraces
Java: Adjust toString() for statements
2021-06-03 16:27:36 +02:00
UselessComparisonTest
CharacterLiteral.getCodePointValue: fix handling of surrogates
2021-11-25 14:07:21 +00:00
UselessNullCheck
…
UselessUpcast
…
WhitespaceContradictsPrecedence
…
WriteOnlyContainer
…
WrongNanComparison
…