FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for csharp/ql/src/Bad Practices - github/codeql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10k
Code
Issues
998
Pull requests
467
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
codeql
csharp
ql
src
Bad Practices
on
codeql-cli/v2.19.2
User selector
Datepicker
Commit history
Commits on Nov 10, 2023
C#: Use `{get,has}FullyQualifiedName` throughout
hvitved
committed
b72f345
View commit details
Copy full SHA for b72f345
View code at this point
Browse repository at this point
Commits on Jun 5, 2023
C#: avoid call to Location::toString() in cs/expose-implementation
nickrolfe
committed
dadb5b3
View commit details
Copy full SHA for dadb5b3
View code at this point
Browse repository at this point
Commits on May 9, 2023
C#: Make implicit this receivers explicit
kaspersv
committed
3041fde
View commit details
Copy full SHA for 3041fde
View code at this point
Browse repository at this point
Commits on Dec 6, 2022
C#: Rename -> for .
michaelnebel
committed
27efb0d
View commit details
Copy full SHA for 27efb0d
View code at this point
Browse repository at this point
C#: Address review comments.
michaelnebel
committed
0a3295e
View commit details
Copy full SHA for 0a3295e
View code at this point
Browse repository at this point
C#: Use hasQualifiedName instead of getQualifiedName.
michaelnebel
committed
38e906f
View commit details
Copy full SHA for 38e906f
View code at this point
Browse repository at this point
C#: Replace all uses of the deprecated hasQualifiedName/1 predicate.
michaelnebel
committed
c24302b
View commit details
Copy full SHA for c24302b
View code at this point
Browse repository at this point
Commits on Nov 21, 2022
remove redundant assignments
erik-krogh
committed
64707f4
View commit details
Copy full SHA for 64707f4
View code at this point
Browse repository at this point
Commits on Oct 14, 2022
spelling: circumference
Show description for 322b957
jsoref
committed
322b957
View commit details
Copy full SHA for 322b957
View code at this point
Browse repository at this point
Commits on Oct 11, 2022
spelling: interface
Show description for 4e22033
jsoref
committed
4e22033
View commit details
Copy full SHA for 4e22033
View code at this point
Browse repository at this point
Commits on Aug 22, 2022
update cs/confusing-override-name to match java
erik-krogh
committed
ea11f74
View commit details
Copy full SHA for ea11f74
View code at this point
Browse repository at this point
update {cs/java}/todo-comment to match javascript
erik-krogh
committed
064c9a6
View commit details
Copy full SHA for 064c9a6
View code at this point
Browse repository at this point
Commits on Jan 19, 2022
C#: Add record deconstruct method as an exception from the bad practice rule.
michaelnebel
committed
194da45
View commit details
Copy full SHA for 194da45
View code at this point
Browse repository at this point
Commits on Nov 12, 2021
C#: Replace `localFlow` with `localFlowStep` in recursive predicate
hvitved
committed
9ee1c49
View commit details
Copy full SHA for 9ee1c49
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
C#: Set literals.
geoffw0
committed
3983587
View commit details
Copy full SHA for 3983587
View code at this point
Browse repository at this point
Commits on Oct 4, 2021
C#: Filter discards in tuples in `ConstantCondition.ql`
hvitved
committed
f06632a
View commit details
Copy full SHA for f06632a
View code at this point
Browse repository at this point
Commits on Jul 15, 2021
C# remove spurious spaces in <code> tag
intrigus-lgtm
authored
88bd464
View commit details
Copy full SHA for 88bd464
View code at this point
Browse repository at this point
Commits on Jun 15, 2021
Update security-severity scores
calumgrant
committed
771e686
View commit details
Copy full SHA for 771e686
View code at this point
Browse repository at this point
Commits on Jun 10, 2021
Add security-severity metadata
calumgrant
committed
a594afb
View commit details
Copy full SHA for a594afb
View code at this point
Browse repository at this point
Commits on Mar 3, 2021
Sync .qhelp file renaming to other languages
Marcono1234
committed
b9c0193
View commit details
Copy full SHA for b9c0193
View code at this point
Browse repository at this point
Commits on Nov 23, 2020
C#: Rename `getSourceDeclaration()` to `getUnboundDeclaration()`
hvitved
committed
cd77f14
View commit details
Copy full SHA for cd77f14
View code at this point
Browse repository at this point
Commits on Nov 13, 2020
C#: Update `ConstantCondition.ql`
hvitved
committed
708fca4
View commit details
Copy full SHA for 708fca4
View code at this point
Browse repository at this point
Commits on Sep 1, 2020
Add missing QHelp files
aibaars
committed
aedfa47
View commit details
Copy full SHA for aedfa47
View code at this point
Browse repository at this point
Commits on Jan 29, 2020
C#: Autoformat.
aschackmull
committed
726a873
View commit details
Copy full SHA for 726a873
View code at this point
Browse repository at this point
Commits on Oct 4, 2019
C#: Update queries to use localExprFlow.
calumgrant
committed
2706238
View commit details
Copy full SHA for 2706238
View code at this point
Browse repository at this point
Commits on Jul 15, 2019
Update Python and C# help for commented-out code to use common qhelp
Felicity Chapman
committed
cb48af7
View commit details
Copy full SHA for cb48af7
View code at this point
Browse repository at this point
Commits on Jul 1, 2019
C#: Address review comments
hvitved
committed
e6e6062
View commit details
Copy full SHA for e6e6062
View code at this point
Browse repository at this point
Commits on Jun 28, 2019
C#: Remove false positives in `cs/constant-condition`
hvitved
committed
db565c5
View commit details
Copy full SHA for db565c5
View code at this point
Browse repository at this point
Commits on Jun 3, 2019
C#: Simplify extraction of `is` expressions and `case` statements
hvitved
committed
8c1cab2
View commit details
Copy full SHA for 8c1cab2
View code at this point
Browse repository at this point
Commits on Apr 16, 2019
C#: Fix FP in expressions of the form `(a?b:null)??d`, where the `null` has a single successor, but the `d` is a join node.
calumgrant
committed
b11dce7
View commit details
Copy full SHA for b11dce7
View code at this point
Browse repository at this point
Commits on Jan 14, 2019
C#: Convert some multi-line comments
hvitved
committed
f90b0fd
View commit details
Copy full SHA for f90b0fd
View code at this point
Browse repository at this point
C#: Autoformat QLL files
hvitved
committed
b81d2ca
View commit details
Copy full SHA for b81d2ca
View code at this point
Browse repository at this point
Commits on Jan 11, 2019
C#: Autoformat QL files
hvitved
committed
390ebc9
View commit details
Copy full SHA for 390ebc9
View code at this point
Browse repository at this point
Commits on Jan 2, 2019
C#: Autoformat follow-up changes
hvitved
committed
f187e74
View commit details
Copy full SHA for f187e74
View code at this point
Browse repository at this point
C#: Autoformat QL queries
hvitved
committed
daa4532
View commit details
Copy full SHA for daa4532
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL