Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This project is maintained with love by:

* @geekmasher
* @advanced-security/oss-maintainers
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ updates:
schedule:
interval: "weekly"
reviewers:
- "geekmasher"
- "advanced-security/oss-maintainers"
groups:
production-dependencies:
dependency-type: "production"
Expand All @@ -22,7 +22,7 @@ updates:
schedule:
interval: "weekly"
reviewers:
- "geekmasher"
- "advanced-security/oss-maintainers"
groups:
production-dependencies:
dependency-type: "production"
Expand Down
4 changes: 4 additions & 0 deletions .release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: codeql-summarize
repository: https://github.com/advanced-security/codeql-summarize
version: 0.2.0
default: true
5 changes: 2 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ name = "pypi"

[packages]
pyyaml = "*"
ghastoolkit = "<=0.17"
Copy link
Preview

Copilot AI Sep 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version constraint <=0.17 allows any version up to and including 0.17, which could include older versions with potential security vulnerabilities or bugs. Consider using a more restrictive constraint like ~=0.17.0 or >=0.17.0,<0.18.0 to pin to a specific minor version range.

Suggested change
ghastoolkit = "<=0.17"
ghastoolkit = ">=0.17.0,<0.18.0"

Copilot uses AI. Check for mistakes.


[dev-packages]
black = "*"
pyright = "*"

[requires]
python_version = "3.10"

[scripts]
main = "python3 -m codeqlsummarize"
lint = "black ."
format = "black ."
tests = "python -m unittest discover -v -s ./tests -p test_*.py"

146 changes: 142 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion codeqlsummarize/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

__title__ = "CodeQL Summarize"
__name__ = "codeqlsummarize"
__version__ = "1.0.0"
__version__ = "0.2.0"

__description__ = "GitHub CodeQL Summaries Toolkit"
__summary__ = """\
Expand Down
2 changes: 1 addition & 1 deletion examples/java-extensions/qlpack.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
library: true
name: advanced-security/codeql-summarize-java
version: 0.1.0
version: 0.2.0
extensionTargets:
codeql/java-all: ^0.5.0
codeql/java-queries: ^0.5.0
Expand Down
2 changes: 1 addition & 1 deletion examples/java-summarize/qlpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
library: false
name: java-summarize
version: 0.0.1
version: 0.2.0
extractor: java