chatgpt-source-watch icon indicating copy to clipboard operation
chatgpt-source-watch copied to clipboard

Analyzing the evolution of ChatGPT's codebase through time with curated archives and scripts

Results 16 chatgpt-source-watch issues
Sort by recently updated
recently updated
newest added

From a chat with a friend: > Dunno how well it will work in reality.. but apparently I can run `codeql` against a random site's webpacked frontend code that I...

- https://x.com/_devalias/status/1791314425561190577 - > Gotta remember to watch those SSL certificate transparency logs for cool drops: > > https://crt.sh/?Identity=openai.com - https://x.com/_devalias/status/1791315965806064071 - > And while we're at it: > >...

Bumps [webcrack](https://github.com/j4k0xb/webcrack) from 2.12.0 to 2.14.1. Release notes Sourced from webcrack's releases. v2.14.1 Security Fixed an arbitrary file write vulnerability: https://github.com/j4k0xb/webcrack/security/advisories/GHSA-ccqh-278p-xq6w Who's affected: Windows users which run the CLI with...

dependencies

I'm sure I've described this idea somewhere before, but I couldn't find an issue for it (or I failed at searching for where it was in another issue), so figured...

I did some initial exploratory work for this in a script ages back; can't remember if it was in `chatgpt-source-watch` or [`udio-source-watch`](https://github.com/0xdevalias/udio-source-watch) repo, and not sure if it ever got...

Looks like there are some neat ideas/scripts in @Le0Developer 's captcha-mining repo that could be useful to take inspiration from: - https://github.com/Le0Developer/captcha-mining - https://github.com/Le0Developer/captcha-mining/blob/master/.github/workflows/ci.yml#L26-L30 - Runs `scripts/src/index.js` on a schedule...