Add Podcasts section to README#16
Merged
Merged
Conversation
### Motivation - Surface a relevant podcast episode about large-scale deception in the curated README so readers can find audio resources alongside talks and papers. - Follow repository curation rules by appending a verifiable entry to the end of the appropriate subsection without duplicating existing resources. ### Description - Added a `Podcasts` entry to the README table of contents and appended a new `## Podcasts` section to the end of the document. - Appended the bullet `- [EP281: Deceiving Adversaries at Scale with Kevin Conley](https://open.spotify.com/episode/2Ac5LRaC2fduw9B9S2A2WK) (2026) - Cloud Security Podcast by Google episode featuring Kevin Conley.` to the new section. - Ensured the new item was appended (not inserted between existing items) and avoided duplicating the same URL or title. ### Testing - Ran `git diff -- README.md` to inspect the changes and confirm only the intended lines were added, and the check succeeded. - Ran a small Python check to count occurrences of the Spotify URL and the title in `README.md` to ensure no duplicates, and the check succeeded. - Ran `rg`/search commands and `git status --short` to validate the working tree and changed file list, and those checks succeeded.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
README.mdcurrent and provide an audio resource reference.Description
README.mdby adding aPodcastsentry to the Contents and a newPodcastssection that includes the "EP281: Deceiving Adversaries at Scale with Kevin Conley" link.Testing
Codex Task