Skip to content

Commit

Permalink
Remove zenbleed embargo notice (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Nov 24, 2023
1 parent 4508fa9 commit 93b3849
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion pocs/cpus/zenbleed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ Please type `make` to build the testcase.

```
$ ./zenbleed -h
*** EMBARGOED SECURITY ISSUE -- DO NOT DISTRIBUTE! ***
ZenBleed Testcase -- [email protected]
NOTE: Try -h to see configuration options
Expand Down
2 changes: 0 additions & 2 deletions pocs/cpus/zenbleed/pattern.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
//
// This is a Work-in-Progress testcase for the Zenbleed vulnerability.
//
// ** DO NOT DISTRIBUTE - EMBARGOED SECURITY ISSUE **
//
// Tavis Ormandy <[email protected]>
//

Expand Down
3 changes: 0 additions & 3 deletions pocs/cpus/zenbleed/zenbleed.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
//
// This is a Work-in-Progress testcase for the Zenbleed vulnerability.
//
// ** DO NOT DISTRIBUTE - EMBARGOED SECURITY ISSUE **
//
// Tavis Ormandy <[email protected]>
//

Expand Down Expand Up @@ -216,7 +214,6 @@ static pthread_t spawn_thread_core(void *(*start_routine)(void *), void *restric

static void print_banner()
{
logmsg("*** EMBARGOED SECURITY ISSUE -- DO NOT DISTRIBUTE! ***");
logmsg("ZenBleed Testcase -- [email protected]");
logmsg("");
logmsg("NOTE: Try -h to see configuration options");
Expand Down
2 changes: 0 additions & 2 deletions pocs/cpus/zenbleed/zenleak.asm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ BITS 64
;
; This is a Work-in-Progress testcase for the Zenbleed vulnerability.
;
; ** DO NOT DISTRIBUTE - EMBARGOED SECURITY ISSUE **
;
; Tavis Ormandy <[email protected]>
;

Expand Down

0 comments on commit 93b3849

Please sign in to comment.