Skip to content

Commit 76cede9

Browse files
authored
Merge pull request #72 from tstromberg/main
Update TestMarkdown/macOS/SpectralBlur-macshare testcase
2 parents a2c6648 + 9a1f8a0 commit 76cede9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testdata/macOS/SpectralBlur-macshare.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
| 1/LOW | fs/file/delete | deletes files |
1010
| 1/LOW | fs/symlink/resolve | resolves symbolic links |
1111
| 1/LOW | net/hostname/resolve | resolves network hosts via name |
12-
| 1/LOW | net/socket/connect | initiate a connection on a socket |
1312
| 1/LOW | net/socket/receive | receive a message from a socket |
1413
| 1/LOW | net/socket/send | send a message to a socket |
1514
| 1/LOW | process/create | create a new child process using fork |
15+
| 1/LOW | process/multithreaded | uses pthreads |
1616
| 1/LOW | process/username/get | get login name |
1717
| 1/LOW | random/insecure | generate random numbers insecurely |
1818
| 2/MED | device/pseudo_terminal | pseudo-terminal access functions |
@@ -21,8 +21,8 @@
2121
| 2/MED | net/download | downloads files |
2222
| 2/MED | net/ip/parse | parses IP address |
2323
| 2/MED | net/ip/string | converts IP address from byte to string |
24+
| 2/MED | net/socket/connect | initiate a connection on a socket |
2425
| 2/MED | net/upload | uploads files |
25-
| 2/MED | process/multithreaded | uses pthreads |
2626
| 3/HIGH | combo/backdoor/net_term | uploads, provides a terminal, runs program: "_uname |
2727
| | | _unlink |
2828
| | | _waitpid |

0 commit comments

Comments
 (0)