FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for python/ql/src/Security/CWE-089 - github/codeql · GitHub
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10.1k
Code
Issues
1k
Pull requests
469
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
python
ql
src
Security
CWE-089
on
codeql-cli-2.19.2
User selector
Datepicker
Commit history
Commits on Aug 28, 2023
Python: Move `SqlInjection` to new dataflow API
RasmusWL
committed
245c240
View commit details
Copy full SHA for 245c240
View code at this point
Browse repository at this point
Commits on Oct 7, 2022
fix some more style-guide violations in the alert-messages
erik-krogh
committed
944ca4a
View commit details
Copy full SHA for 944ca4a
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
Python: Deprecate old non-Query.qll dataflow defs
RasmusWL
committed
695553b
View commit details
Copy full SHA for 695553b
View code at this point
Browse repository at this point
Commits on Nov 16, 2021
Python/Ruby: Remove owasp tags
Show description for 98e6fc8
RasmusWL
committed
98e6fc8
View commit details
Copy full SHA for 98e6fc8
View code at this point
Browse repository at this point
Commits on Sep 21, 2021
Python: Fix `.qhelp`
RasmusWL
committed
d44f279
View commit details
Copy full SHA for d44f279
View code at this point
Browse repository at this point
Python: Merge SQLAlchemy TextClause injection into `py/sql-injection`
Show description for a83bb39
RasmusWL
committed
a83bb39
View commit details
Copy full SHA for a83bb39
View code at this point
Browse repository at this point
Commits on Sep 20, 2021
Python: Apply suggestions from code review
Show description for 97c0f1c
RasmusWL
and
yoff
authored
97c0f1c
View commit details
Copy full SHA for 97c0f1c
View code at this point
Browse repository at this point
Commits on Sep 2, 2021
Python: Fix .qhelp
RasmusWL
committed
88c6d4b
View commit details
Copy full SHA for 88c6d4b
View code at this point
Browse repository at this point
Python: Add query to handle SQLAlchemy TextClause Injection
Show description for c34d6d1
RasmusWL
committed
c34d6d1
View commit details
Copy full SHA for c34d6d1
View code at this point
Browse repository at this point
Commits on Jul 12, 2021
Python: Port `py/sql-injection` to use proper source/sink customization
RasmusWL
committed
0be280c
View commit details
Copy full SHA for 0be280c
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 Feb 17, 2021
Revert "Merge pull request #5171 from RasmusWL/restructure-queries"
Show description for 7afe397
RasmusWL
committed
7afe397
View commit details
Copy full SHA for 7afe397
View code at this point
Browse repository at this point
Commits on Feb 16, 2021
Python: Restructure query file location
Show description for 3a18881
RasmusWL
committed
3a18881
View commit details
Copy full SHA for 3a18881
View code at this point
Browse repository at this point
Commits on Nov 6, 2020
Python: Move SqlInjection configuration to own file
RasmusWL
committed
0c6bd84
View commit details
Copy full SHA for 0c6bd84
View code at this point
Browse repository at this point
Commits on Nov 2, 2020
Python: More import fixups
tausbn
committed
fb6a02e
View commit details
Copy full SHA for fb6a02e
View code at this point
Browse repository at this point
Commits on Oct 30, 2020
Python: Promote experimental queries
Show description for f903e4f
tausbn
committed
f903e4f
View commit details
Copy full SHA for f903e4f
View code at this point
Browse repository at this point
Commits on Jul 7, 2020
Python: Autoformat everything using `qlformat`.
Show description for f07a7bf
tausbn
committed
f07a7bf
View commit details
Copy full SHA for f07a7bf
View code at this point
Browse repository at this point
Commits on Mar 30, 2020
Python: Autoformat all `.ql` files.
tausbn
committed
87a9f51
View commit details
Copy full SHA for 87a9f51
View code at this point
Browse repository at this point
Commits on Feb 17, 2020
Python: Fix typos
RasmusWL
committed
6d5a8e4
View commit details
Copy full SHA for 6d5a8e4
View code at this point
Browse repository at this point
Commits on Feb 4, 2020
Python: Modernise Security/ queries
RasmusWL
committed
e5abfd0
View commit details
Copy full SHA for e5abfd0
View code at this point
Browse repository at this point
Commits on Jan 31, 2020
Python: Autoformat security
RasmusWL
committed
2648e34
View commit details
Copy full SHA for 2648e34
View code at this point
Browse repository at this point
Commits on Nov 7, 2019
Update links to OWASP cheat sheet
Sauyon Lee
committed
0040c9f
View commit details
Copy full SHA for 0040c9f
View code at this point
Browse repository at this point
Commits on Oct 29, 2019
Python: Don't quote %s in django example
Show description for 4713183
RasmusWL
committed
4713183
View commit details
Copy full SHA for 4713183
View code at this point
Browse repository at this point
Commits on Aug 29, 2019
Python: Reorganise code a bit to minimize diff for PR.
markshannon
committed
91aefab
View commit details
Copy full SHA for 91aefab
View code at this point
Browse repository at this point
Python taint-tracking: Fix up SQL injection query.
markshannon
committed
78ce196
View commit details
Copy full SHA for 78ce196
View code at this point
Browse repository at this point
Commits on Apr 4, 2019
Python revert .getNode() to .getSink()/.getSource() to keep expected test output the same.
markshannon
committed
35e82dc
View commit details
Copy full SHA for 35e82dc
View code at this point
Browse repository at this point
Python: Use new taint-tracking query in SQL-injection query.
markshannon
committed
7fc5d69
View commit details
Copy full SHA for 7fc5d69
View code at this point
Browse repository at this point
Commits on Nov 23, 2018
Python: Improve API and representation of taint tracking nodes. Update queries and tests accordingly.
markshannon
committed
61bd868
View commit details
Copy full SHA for 61bd868
View code at this point
Browse repository at this point
Commits on Nov 22, 2018
Upgrade taint-tracking security queries to path-problem queries.
Mark Shannon
authored and
markshannon
committed
722d89f
View commit details
Copy full SHA for 722d89f
View code at this point
Browse repository at this point
Commits on Nov 19, 2018
Python security queries. Choose a precision reflecting actual precision for Security queries.
markshannon
committed
e930b43
View commit details
Copy full SHA for e930b43
View code at this point
Browse repository at this point
Initial commit of Python queries and QL libraries.
Mark Shannon
authored and
markshannon
committed
5f58824
View commit details
Copy full SHA for 5f58824
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL