aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | Yay Scipy!Gravatar CJ-UltiPro2022-12-28-0/+1
|/ / | | | | Bringing the much loved scipy to snekbox :)
* | Merge pull request #161 from chilaxan/patch-1Gravatar Mark2022-11-29-1/+1
|\ \ | | | | | | update fishhook version to 0.2
| * | update fishhook version to 0.2Gravatar chilaxan2022-11-29-1/+1
|/ /
| * Add new -B flag to unit testsGravatar Ionite2023-03-08-1/+1
| |
| * Remove file ignore filter to use -B flag insteadGravatar Ionite2023-03-08-24/+3
| |
| * Add `config/.ignore` file, parsed to ignore file patterns for uploadGravatar Ionite2023-03-02-7/+37
| | | | | | | | Currently only includes some python bytecode files
| * Allow uploaded files to be writeable in nsjailGravatar Ionite2023-03-02-0/+2
| |
| * Update readme regarding default output path and last modified checkGravatar Ionite2023-03-02-6/+4
| |
| * Update file write error unit testGravatar Ionite2023-03-02-3/+9
| |
| * Conditionally exclude provided files based on last modified timeGravatar Ionite2023-03-02-12/+24
| |
| * Refactor FileAttachment.save_to() to return the saved file Path objectGravatar Ionite2023-03-02-2/+3
| |
| * Update unit tests for home output directoryGravatar Ionite2023-03-02-6/+6
| |
| * Ignore user uploads in output files, default output to `/home`Gravatar Ionite2023-02-24-9/+20
| | | | | | | | | | | | - Adds ignore of user uploaded files in scanning of output files - Adds ignore of files starting with leading underscores - Changes default output path to `home`
| * Truncate FileAttachment repr to avoid log spamGravatar ionite342022-12-20-0/+5
| |
| * Update README punctuationGravatar Ionite2022-12-04-1/+1
| | | | | | Co-authored-by: Mark <[email protected]>
| * Add null byte schema validation testsGravatar ionite342022-12-04-1/+21
| |
| * Update NSJail docstringGravatar ionite342022-12-04-1/+1
| |
| * Add configurable home and output pathsGravatar ionite342022-12-04-6/+27
| |
| * Refactor test_filesystem to use tempfileGravatar ionite342022-12-04-8/+8
| |
| * Update path regexGravatar ionite342022-12-04-2/+2
| |
| * Add tests for test_eval 200Gravatar ionite342022-12-04-0/+3
| |
| * Add usage of ExitStack, remove warning suppressGravatar ionite342022-12-04-20/+18
| |
| * Add refactors for Size enum renameGravatar ionite342022-12-04-3/+3
| |
| * Remove readme implementation detailsGravatar ionite342022-12-04-7/+1
| |
| * Remove link to api schema infoGravatar ionite342022-12-04-2/+0
| |
| * Add comment for preload_dict intentionsGravatar ionite342022-12-04-0/+1
| |
| * Fix as_dict type hintGravatar ionite342022-12-04-1/+1
| |
| * Update `files_list` docstringGravatar ionite342022-12-04-1/+1
| |
| * Update MemFS docstringGravatar Ionite2022-12-04-1/+1
| | | | | | Co-authored-by: Mark <[email protected]>
| * Update MemFS docstringGravatar Ionite2022-12-04-1/+1
| | | | | | Co-authored-by: Mark <[email protected]>
| * Correct Size(IntEnum) namingGravatar ionite342022-12-04-4/+4
| |
| * Format readme newlinesGravatar ionite342022-12-04-10/+4
| |
| * Change Size to IntEnum, change usage in testsGravatar ionite342022-11-28-9/+11
| |
| * Add new file system info to READMEGravatar ionite342022-11-28-1/+36
| |
| * Refactor MemFS for implicit cleanup supportGravatar ionite342022-11-28-60/+81
| |
| * Move rlimit_fsize to cfgGravatar ionite342022-11-28-3/+1
| |
| * Fix input append to argsGravatar ionite342022-11-28-2/+3
| |
| * Add input/args integration testGravatar ionite342022-11-28-0/+13
| |
| * Add compat support for `input` argGravatar ionite342022-11-28-10/+31
| |
| * parse_files refactor as instance methodGravatar ionite342022-11-28-39/+32
| |
| * Update NSJail docstringGravatar ionite342022-11-28-2/+2
| |
| * Rename `libmount` to `filesystem`Gravatar ionite342022-11-28-18/+25
| |
| * Add tests for invalid base64 file contentGravatar ionite342022-11-28-0/+58
| |
| * Add ParsingError handling for invalid base64Gravatar ionite342022-11-28-16/+18
| |
| * Add invalid, absolute, null byte paths to schemaGravatar ionite342022-11-28-7/+10
| |
| * Refactors to support `as_dict`Gravatar ionite342022-11-28-6/+6
| |
| * Rename `json` to `as_dict`, `FileAttachment` now frozenGravatar ionite342022-11-28-2/+2
| |
| * Refactor FileAttachment as non genericGravatar ionite342022-11-28-22/+10
| |
| * Add assertions for test_unmount_flagsGravatar ionite342022-11-28-0/+2
| |
| * Add cleanup for LibMountTestsGravatar ionite342022-11-28-4/+10
| |