aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
14 hoursscripts/cve_publish_json: put check back inGreg Kroah-Hartman1-7/+7
15 hoursSome remaining 6.7.2 cve issues assignedGreg Kroah-Hartman1-7/+7
5 daysscripts/cve_publish_json: make prompt on same lineGreg Kroah-Hartman1-1/+1
2024-05-03cve_review: Add support to skip past already reviewed commitsLee Jones1-7/+38
2024-05-01cve_review: Quote text to ensure better handling of asterisks, etcLee Jones1-1/+1
2024-05-01cve_review: Trivial: Shift exiting message away from main bodyLee Jones1-1/+1
2024-05-01cve_review: Tweak the highlighting regexes some moreLee Jones1-4/+6
2024-05-01cve_review: Allow the script to forge on when offlineLee Jones1-1/+1
2024-05-01cve_review: Match on vuln*Lee Jones1-1/+2
2024-04-30scripts/voting_results: report the name of the user that caused the errorGreg Kroah-Hartman1-1/+1
2024-04-28cve_review: add some more review patternsGreg Kroah-Hartman1-0/+2
2024-04-24cve_publish_json: Protect against accidentally updating existing CVEsLee Jones1-0/+9
2024-04-15scripts/cve_mbox_grep_ignore: add fileGreg Kroah-Hartman1-0/+15
2024-04-15scripts/cve_update: ignore testing cvesGreg Kroah-Hartman1-1/+1
2024-04-05bippy: update to latest version, removing old fixes logic entirelyGreg Kroah-Hartman1-605/+22
2024-04-05dyad: update some comments in functionsGreg Kroah-Hartman1-0/+10
2024-04-05scripts/cve_update: thread it!Greg Kroah-Hartman1-6/+29
2024-04-05dyad: make same DIR change as was recently done to other scriptsGreg Kroah-Hartman1-1/+1
2024-04-05scripts: Fix DIR detection in scriptsMichal Koutný8-8/+8
2024-04-05scripts/cve_create: allow the CVE id to be passed to the scriptGreg Kroah-Hartman1-8/+13
2024-04-04scripts/bippy: use the dyad output to create the git json arrayGreg Kroah-Hartman1-37/+22
2024-04-04bippy: use dyad to generate the json array for the git idsGreg Kroah-Hartman1-14/+47
2024-04-04scripts/cve_update: fix up the grep lines for a diffGreg Kroah-Hartman1-2/+2
2024-04-04bippy: fix a json creation bug when finding the "affected" kernel versionGreg Kroah-Hartman1-3/+128
2024-04-04bippy: reorder where the mbox list is generated, no functional code changes madeGreg Kroah-Hartman1-41/+76
2024-04-04bippy: abort if there is nothing to show in the mbox mail for vulnerable:fixe...Greg Kroah-Hartman1-0/+7
2024-04-03bippy: add the use of dyad to replace logic parsing the kernel git tree commitsGreg Kroah-Hartman2-10/+932
2024-04-02bippy: properly set the git ids to 12 charactersGreg Kroah-Hartman1-2/+25
2024-03-21cve_review: Adapt greediness with respect to highlightsLee Jones1-3/+3
2024-03-20cve_review: More ongoing highlighting regex updates"Lee Jones1-3/+5
2024-03-19scripts/bippy: fix typo in email messageGreg Kroah-Hartman1-1/+1
2024-03-18cve_review: Add 'double-free' and 'memory' to the highlight listLee Jones1-6/+9
2024-03-13cve_create_batch: Ensure non-existent files are caughtLee Jones1-1/+1
2024-03-07bippy: handle branches that are vulnerable but there is no fix!Greg Kroah-Hartman1-0/+50
2024-03-06scripts/cve_update: allow to only update a single entryGreg Kroah-Hartman1-3/+39
2024-03-06scripts/cve_search: also search for a cve numberGreg Kroah-Hartman1-9/+31
2024-03-06scripts/bippy: Use the --vulnerable command line option to override "Fixes:"Greg Kroah-Hartman1-54/+54
2024-03-06scripts/cve_review: use 'sasha' if the userid is 'sasha'Sasha Levin1-0/+4
2024-03-06Merge branch 'master' of gitolite.kernel.org:/pub/scm/linux/security/vulnsGreg Kroah-Hartman1-1/+6
2024-03-06scripts/cve_search: also search for rejected idsGreg Kroah-Hartman1-1/+1
2024-03-06cve_review: Only update the final directory if something changedLee Jones1-1/+6
2024-03-06cve_review: Do not write out the quit request as an annotationLee Jones1-8/+8
2024-03-06cve_review: Improve parameter checkingLee Jones1-4/+12
2024-03-06cve_review: Bomb out if a user attempts to annotate without providing inputLee Jones1-3/+4
2024-03-06cve_review: Simplify annotated files down to one per-user per-releaseLee Jones1-6/+12
2024-03-05cve_review: Tweak the highlighting regexes a littleLee Jones1-4/+3
2024-03-04More GSD->CVE entries assignedGreg Kroah-Hartman1-0/+1
2024-03-04scripts/mbox-to-review: convert a mbox into the review file formatGreg Kroah-Hartman1-0/+15
2024-03-03scripts/cve_reject: use the git email address for the message createdGreg Kroah-Hartman1-1/+4
2024-03-01scripts/cve_update: handle the email changes betterGreg Kroah-Hartman1-9/+15
2024-02-29scripts/summary: move out of the justfileGreg Kroah-Hartman1-0/+50
2024-02-29scripts: cve_create_batch: Add helper to batch-out CVE creation from a fileLee Jones1-0/+57
2024-02-29published: Create and publish a bunch of 'everyone agrees' CVESLee Jones1-1/+1
2024-02-29scripts: cve_publish_mbox: Surpress git send-mail prompt for addresseesLee Jones1-1/+1
2024-02-29scripts: cve_publish_mbox: Only look in the published directory for mboxesLee Jones1-1/+1
2024-02-29scripts: Obtain kernel and commit trees from environment variablesLee Jones2-5/+19
2024-02-29scripts: Obtain users name and email from GitLee Jones3-18/+14
2024-02-29cve_review: Ignore annotations in input filesLee Jones1-0/+5
2024-02-29scripts: voting_results: Add annotations to the review outputLee Jones1-2/+24
2024-02-29scripts: cve_review: Either tag filename with fromfile or annotatedLee Jones1-3/+8
2024-02-29scripts: voting_results: Only match files with the format v<version>-<user>Lee Jones1-1/+1
2024-02-29scripts: cve_review: Add ability to provide annotations/reasons/notesLee Jones1-4/+24
2024-02-29cve_review: Add highlights for dead-lock, lock-up and hangLee Jones1-1/+2
2024-02-28scripts/cve_create: Properly clean up if bippy failsGreg Kroah-Hartman1-1/+9
2024-02-28scripts/cve_review: greg likes to use batGreg Kroah-Hartman1-1/+3
2024-02-28scripts: add support for CVE_USER to specify the person running everythingGreg Kroah-Hartman4-5/+17
2024-02-28scripts/bippy: add --user option supportGreg Kroah-Hartman1-9/+8
2024-02-27scripts: cve_publish_mbox: send all files at once, not one at a timeGreg Kroah-Hartman1-12/+10
2024-02-26scripts/cve_review: use 'greg' if the userid is 'gregkh'Greg Kroah-Hartman1-0/+4
2024-02-26scripts/bippy: fix a bug in the .vulnerable file handlingGreg Kroah-Hartman1-0/+1
2024-02-26scripts/cve_update: allow for a .vulnerable file to be usedGreg Kroah-Hartman1-5/+22
2024-02-26scripts/bippy: allow for vulnerable id to be passed on command line.Greg Kroah-Hartman1-14/+36
2024-02-26scripts/bippy: lots of shellcheck cleanupsGreg Kroah-Hartman1-67/+70
2024-02-24scripts/voting_results: add ability to see if a commit already has a cveGreg Kroah-Hartman1-6/+17
2024-02-23Merge branch 'master' of gitolite.kernel.org:/pub/scm/linux/security/vulnsGreg Kroah-Hartman1-2/+2
2024-02-23scripts/cve_create: use cve_search instead of hand-rolling our own.Greg Kroah-Hartman1-3/+6
2024-02-23scripts: cve_review: Handle external input files not located in the current d...Lee Jones1-2/+2
2024-02-23scripts/cve_search: search for a git id in the assigned CVEsGreg Kroah-Hartman1-0/+48
2024-02-23Merge branch 'master' of gitolite.kernel.org:/pub/scm/linux/security/vulnsGreg Kroah-Hartman2-6/+178
2024-02-23scripts/cve_create: clean up the noise and make the output pretty.Greg Kroah-Hartman1-6/+12
2024-02-23scripts: cve_review: Gobble-up all whitespace and line-breaksLee Jones1-3/+3
2024-02-23scripts: cve_review: Go back to using hard-coding names (some usernames are odd)Lee Jones1-2/+1
2024-02-23scripts: cve_review: Trivial: Fix some nits in the commentary / spacingLee Jones1-1/+4
2024-02-23scripts: voting_results: add tool to tally candidate votesLee Jones1-0/+170
2024-02-23scripts/cve_publish_json: fix up "find the modified json files" logicGreg Kroah-Hartman1-1/+1
2024-02-23scripts: cve_review: Add ability to take a file as inputLee Jones1-6/+33
2024-02-23scripts/cve_review: use username instead of a hard-coded oneGreg Kroah-Hartman1-1/+2
2024-02-23scripts/cve_review: add some more common regexes to searchGreg Kroah-Hartman1-0/+6
2024-02-22scripts: cve_review: Add tool to aid in the review processLee Jones1-0/+176
2024-02-22scripts/bippy: add linux-kernel as a reply-to target for mbox messagesGreg Kroah-Hartman1-1/+1
2024-02-22scripts/cve_reject: fix up mbox formatGreg Kroah-Hartman1-2/+2
2024-02-22scripts/cve_reject: automate rejecting a cveGreg Kroah-Hartman1-0/+119
2024-02-21scripts/cve_publish_mbox: add script to send emailsGreg Kroah-Hartman1-0/+57
2024-02-21scripts/cve_publish_json: only publish the "changed" json filesGreg Kroah-Hartman1-4/+9
2024-02-20scripts/bippy: drop the json description size down a bit more.Greg Kroah-Hartman1-1/+2
2024-02-20scripts/bippy: Truncate the json description at 4096 bytesGreg Kroah-Hartman1-1/+13
2024-02-20scripts/cve_publish_json: make the publishing more robustGreg Kroah-Hartman1-2/+9
2024-02-20scripts/bippy: changes based on review of public CVE noticeGreg Kroah-Hartman1-2/+14
2024-02-20scripts/cve_publish_json:Greg Kroah-Hartman1-1/+2
2024-02-19scripts/cve_create: don't creat a duplicate cveGreg Kroah-Hartman1-0/+7
2024-02-19scripts/cve_update: count lines removed properlyGreg Kroah-Hartman1-1/+1
2024-02-19bippy: read from the linux.uuid file.Greg Kroah-Hartman2-22/+23
2024-02-18scripts/cve_update: don't set unbound checking until AFTER we check some things.Greg Kroah-Hartman1-3/+3
2024-02-18scripts/cve_update: make sure TMPDIR is set properlyGreg Kroah-Hartman1-0/+5
2024-02-17bippy: fix up and allow -rc kernels to countGreg Kroah-Hartman1-6/+19
2024-02-17bippy: fix up previous commit that wasn't intendedGreg Kroah-Hartman1-3/+5
2024-02-17update cve entries with hopefully proper git json infoGreg Kroah-Hartman1-1/+19
2024-02-17bippy: move git json to a different sectionGreg Kroah-Hartman1-1/+16
2024-02-16bippy: make the urls shorterGreg Kroah-Hartman1-10/+24
2024-02-16bippy: some more mbox wording cleanupsGreg Kroah-Hartman1-5/+6
2024-02-16bippy: lots of updates for affected/unaffected json handlingGreg Kroah-Hartman1-11/+97
2024-02-16bippy: use my kernel.org address as that's what our cve record saysGreg Kroah-Hartman1-1/+1
2024-02-16bippy: handle the git ranges properly and reference all commitsGreg Kroah-Hartman1-28/+120
2024-02-13cve_* scripts: minor shellcheck fixesGreg Kroah-Hartman2-3/+1
2024-02-13bippy: add another blank line to the mbox file.Greg Kroah-Hartman1-0/+1
2024-02-13cve_update: only update the files if something changedGreg Kroah-Hartman1-1/+32
2024-02-13tags: add some missing tagsGreg Kroah-Hartman1-0/+2
2024-02-13bippy: support tags betterGreg Kroah-Hartman2-23/+383
2024-02-12bippy: encode version into mbox headerGreg Kroah-Hartman1-1/+1
2024-02-12bippy: mbox cleanups and rewordingGreg Kroah-Hartman1-11/+11
2024-02-12bippy: fix up issue when vuln/fix is in same releaseGreg Kroah-Hartman1-2/+13
2024-02-12bippy: update to latest version that handles figuring out the root fix betterGreg Kroah-Hartman1-19/+33
2024-02-12bippy: fix up the version detectionGreg Kroah-Hartman1-1/+1
2024-02-12cve_publish_json: add comment about how to get a list of idsGreg Kroah-Hartman1-1/+2
2024-02-12scripts/cve_publish_json: script to publish the cve entriesGreg Kroah-Hartman1-0/+57
2024-02-12scripts/bippy: add more fields to filter outGreg Kroah-Hartman1-0/+3
2024-02-11scripts/bippy: better changelog text and mbox outputGreg Kroah-Hartman1-3/+56
2024-02-11scripts/bippy: generate a vuln list in text formGreg Kroah-Hartman1-8/+13
2024-02-11scripts/cve_update: add script to update all existing cve entriesGreg Kroah-Hartman1-0/+52
2024-02-09bippy: parse versions properlyGreg Kroah-Hartman1-19/+292
2024-02-09scripts/bippy: make the default status be "affected"Greg Kroah-Hartman1-0/+1
2024-02-09bippy: start tracking the "fixes" tags betterGreg Kroah-Hartman1-3/+10
2024-02-08scripts: add initial cut for making a mbox fileGreg Kroah-Hartman2-6/+14
2024-02-08bippy: fix up indentation issuesGreg Kroah-Hartman1-58/+66
2024-02-08scripts: update version of bippyGreg Kroah-Hartman2-19/+70
2024-01-31scripts/cve_create: script to create a cveGreg Kroah-Hartman1-0/+104
2024-01-31bippy: update with latest versionGreg Kroah-Hartman1-3/+9
2024-01-21scripts/bippy: Fix up some array handlingGreg Kroah-Hartman1-4/+9
2024-01-21scripts/bippy: incorrect case for some tagsGreg Kroah-Hartman1-2/+2
2024-01-21scripts/bippy: now output json dataGreg Kroah-Hartman1-23/+113
2024-01-19add sample CVE .json file to test againstGreg Kroah-Hartman1-0/+58
2024-01-19bippy: handle default command line arguments betterGreg Kroah-Hartman1-4/+2
2024-01-19add bippy scriptGreg Kroah-Hartman1-0/+136