FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for fuzzing - gitpython-developers/GitPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
gitpython-developers
/
GitPython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
989
Star
5.2k
Code
Issues
8
Pull requests
2
Discussions
Actions
Security and quality
34
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
fuzzing
on
various-fixes
User selector
Datepicker
Commit history
Commits on Jan 10, 2025
Fuzzing: Fix broken test for Git submodule handling
Show description for 7751d0b
DaveLak
committed
7751d0b
View commit details
Copy full SHA for 7751d0b
View code at this point
Browse repository at this point
Commits on Aug 13, 2024
Fuzzing: Gracefully Handle Uninteresting Error to Fix OSS-Fuzz Issue 71095
Show description for 7126ce1
DaveLak
committed
7126ce1
View commit details
Copy full SHA for 7126ce1
View code at this point
Browse repository at this point
Commits on Aug 9, 2024
Gracefully handle `PermissionError` exceptions that crash fuzzer
Show description for 096851b
DaveLak
committed
096851b
View commit details
Copy full SHA for 096851b
View code at this point
Browse repository at this point
Fix order of environment setup and git module import
Show description for 2ed3334
DaveLak
committed
2ed3334
View commit details
Copy full SHA for 2ed3334
View code at this point
Browse repository at this point
Fix buggy `git grep` pathspec args
Show description for 27de867
DaveLak
committed
27de867
View commit details
Copy full SHA for 27de867
View code at this point
Browse repository at this point
Commits on Aug 8, 2024
Extract environment setup and exception checking boilerplate logic
Show description for 2e9c239
DaveLak
committed
2e9c239
View commit details
Copy full SHA for 2e9c239
View code at this point
Browse repository at this point
Improve `check_exception_against_list` matching logic using regex
Show description for 799b9ca
DaveLak
committed
799b9ca
View commit details
Copy full SHA for 799b9ca
View code at this point
Browse repository at this point
Filter out non-bug exceptions using a pre-defined exception list.
Show description for 7de1556
DaveLak
committed
7de1556
View commit details
Copy full SHA for 7de1556
View code at this point
Browse repository at this point
Fix "OSError: [Errno 36] File name too long" in fuzz_submodule
Show description for af0cd93
DaveLak
committed
af0cd93
View commit details
Copy full SHA for af0cd93
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
Fix Improper Import Order Breaking `fuzz_submodule` Fuzzer
Show description for 491e134
DaveLak
committed
491e134
View commit details
Copy full SHA for 491e134
View code at this point
Browse repository at this point
Commits on May 30, 2024
Improve comment wording
DaveLak
committed
2b64dee
View commit details
Copy full SHA for 2b64dee
View code at this point
Browse repository at this point
Add graceful handling for `NotADirectoryError`s
DaveLak
committed
57a56a8
View commit details
Copy full SHA for 57a56a8
View code at this point
Browse repository at this point
Improve `fuzz_submodule.py` coverage & efficacy
Show description for 2a2294f
DaveLak
committed
2a2294f
View commit details
Copy full SHA for 2a2294f
View code at this point
Browse repository at this point
Improve file name generation to prevent "File name too long" `OSError`'s
Show description for 6c00ce6
DaveLak
committed
6c00ce6
View commit details
Copy full SHA for 6c00ce6
View code at this point
Browse repository at this point
Add graceful handling of expected exceptions in `fuzz_submodule.py`
Show description for 7b684cd
DaveLak
committed
7b684cd
View commit details
Copy full SHA for 7b684cd
View code at this point
Browse repository at this point
Add Submodules Fuzz Target
Show description for 6d52bdb
DaveLak
committed
6d52bdb
View commit details
Copy full SHA for 6d52bdb
View code at this point
Browse repository at this point
Commits on May 15, 2024
Instrument test utility functions to increase fuzzer efficiency
Show description for 315a2fd
DaveLak
committed
315a2fd
View commit details
Copy full SHA for 315a2fd
View code at this point
Browse repository at this point
Commits on May 8, 2024
Read class properties & call methods to cover more features
Show description for 989ae1a
DaveLak
committed
989ae1a
View commit details
Copy full SHA for 989ae1a
View code at this point
Browse repository at this point
Add `Diff` Fuzz Target
Show description for a915adf
DaveLak
committed
a915adf
View commit details
Copy full SHA for a915adf
View code at this point
Browse repository at this point
Update OSS-Fuzz Scripts to Use New QA-Assets Repo Structure
Show description for 2cfd200
DaveLak
committed
2cfd200
View commit details
Copy full SHA for 2cfd200
View code at this point
Browse repository at this point
Commits on May 4, 2024
Use fuzzed data for all git.Blob arguments
Show description for 6823e45
DaveLak
committed
6823e45
View commit details
Copy full SHA for 6823e45
View code at this point
Browse repository at this point
Add git.Blob fuzz target
Show description for 48abb1c
DaveLak
committed
48abb1c
View commit details
Copy full SHA for 48abb1c
View code at this point
Browse repository at this point
Commits on Apr 29, 2024
Replace the suboptimal fuzz_tree harness with a better alternative
Show description for c84e643
DaveLak
committed
c84e643
View commit details
Copy full SHA for c84e643
View code at this point
Browse repository at this point
Commits on Apr 26, 2024
Attempt 2 - Fix Missing Git Executable Causing ClusterFuzz Crash
Show description for dac3535
DaveLak
committed
dac3535
View commit details
Copy full SHA for dac3535
View code at this point
Browse repository at this point
Merge pull request #1908 from DaveLak/fix-issue-1887
Show description for 82bb3bb
Byron
authored
82bb3bb
View commit details
Copy full SHA for 82bb3bb
View code at this point
Browse repository at this point
Commits on Apr 23, 2024
Avoid unnecessary isinstance check
Byron
authored
c2283f6
View commit details
Copy full SHA for c2283f6
View code at this point
Browse repository at this point
Merge pull request #1907 from DaveLak/add-license-header-comments-to-shell-scripts
Show description for fa2b2d6
Byron
authored
fa2b2d6
View commit details
Copy full SHA for fa2b2d6
View code at this point
Browse repository at this point
Commits on Apr 22, 2024
Fix IndexError in GitConfigParser when config value ends in new line
Show description for 47e5738
DaveLak
committed
47e5738
View commit details
Copy full SHA for 47e5738
View code at this point
Browse repository at this point
Add GitPython's standard license header comments to oss-fuzz scripts
Show description for 2b0a969
DaveLak
committed
2b0a969
View commit details
Copy full SHA for 2b0a969
View code at this point
Browse repository at this point
Fix Fuzzer Crash in ClusterFuzz Due to Missing Git Executable
Show description for f4b95cf
DaveLak
committed
f4b95cf
View commit details
Copy full SHA for f4b95cf
View code at this point
Browse repository at this point
Commits on Apr 21, 2024
Fix Atheris install in local dev helper Docker image
Show description for f145121
DaveLak
committed
f145121
View commit details
Copy full SHA for f145121
View code at this point
Browse repository at this point
Commits on Apr 20, 2024
Dockerized "Direct Execution of Fuzz Targets"
Show description for fdce837
DaveLak
committed
fdce837
View commit details
Copy full SHA for fdce837
View code at this point
Browse repository at this point
Commits on Apr 18, 2024
Remove unintentional leading space from comment
DaveLak
committed
1d54d4b
View commit details
Copy full SHA for 1d54d4b
View code at this point
Browse repository at this point
Remove comment suggesting the `undefined` sanitizer is a valid option
Show description for 23a505f
DaveLak
committed
23a505f
View commit details
Copy full SHA for 23a505f
View code at this point
Browse repository at this point
Commits on Apr 16, 2024
Fix various misspellings of "corpora" & improve script comments
Show description for d25ae2d
DaveLak
committed
d25ae2d
View commit details
Copy full SHA for d25ae2d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL