Skip to content

Commit 93b3849

Browse files
authoredNov 24, 2023
Remove zenbleed embargo notice (#66)
1 parent 4508fa9 commit 93b3849

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed
 

‎pocs/cpus/zenbleed/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ Please type `make` to build the testcase.
8686

8787
```
8888
$ ./zenbleed -h
89-
*** EMBARGOED SECURITY ISSUE -- DO NOT DISTRIBUTE! ***
9089
ZenBleed Testcase -- taviso@google.com
9190
9291
NOTE: Try -h to see configuration options

‎pocs/cpus/zenbleed/pattern.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
//
2020
// This is a Work-in-Progress testcase for the Zenbleed vulnerability.
2121
//
22-
// ** DO NOT DISTRIBUTE - EMBARGOED SECURITY ISSUE **
23-
//
2422
// Tavis Ormandy <taviso@google.com>
2523
//
2624

‎pocs/cpus/zenbleed/zenbleed.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
//
2020
// This is a Work-in-Progress testcase for the Zenbleed vulnerability.
2121
//
22-
// ** DO NOT DISTRIBUTE - EMBARGOED SECURITY ISSUE **
23-
//
2422
// Tavis Ormandy <taviso@google.com>
2523
//
2624

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

217215
static void print_banner()
218216
{
219-
logmsg("*** EMBARGOED SECURITY ISSUE -- DO NOT DISTRIBUTE! ***");
220217
logmsg("ZenBleed Testcase -- taviso@google.com");
221218
logmsg("");
222219
logmsg("NOTE: Try -h to see configuration options");

‎pocs/cpus/zenbleed/zenleak.asm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ BITS 64
33
;
44
; This is a Work-in-Progress testcase for the Zenbleed vulnerability.
55
;
6-
; ** DO NOT DISTRIBUTE - EMBARGOED SECURITY ISSUE **
7-
;
86
; Tavis Ormandy <taviso@google.com>
97
;
108

0 commit comments

Comments
 (0)
Please sign in to comment.