issues
search
PLSysSec
/
rlbox
RLBox sandboxing framework
https://rlbox.dev
MIT License
287
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Reduce dependency to <iostream> in header
#57
serge-sans-paille
opened
2 months ago
0
! operator on tainted bool automatically unwraps it
#56
wrv
opened
1 year ago
0
RLBox v2: Include method to call function pointer
#55
shravanrn
opened
1 year ago
0
Website URL has been squatted?
#54
phated
closed
1 year ago
2
Add short to copy and grant types
#53
wrv
closed
1 year ago
0
Add char16_t to copy and grant types
#52
wrv
closed
1 year ago
0
Broken link to documentation
#46
toh-ableton
closed
1 year ago
1
Pre for moz bot
#45
deian
closed
2 years ago
0
example should guard against null string pointer
#44
zeldovich
opened
2 years ago
3
Fix spelling in function documentation
#43
dpgao
closed
2 years ago
0
Remove redundant non-const member functions
#42
dpgao
closed
2 years ago
3
Remove redundant static_assert
#41
dpgao
closed
2 years ago
1
cmake: upgrade catch2 to the latest version (v2.13.7)
#40
arkivm
closed
2 years ago
2
Update Catch2 to v2.13.7.
#39
rillian
closed
2 years ago
1
Cannot build against glibc 2.34 with _DYNAMIC_STACK_SIZE_SOURCE
#38
rillian
closed
2 years ago
2
Cleanup
#37
deian
closed
3 years ago
0
cmake format-source not a target in release build
#36
deian
closed
3 years ago
1
Add support for is_registered()
#35
deian
closed
3 years ago
2
nits in several error messages
#34
cdisselkoen
closed
3 years ago
0
Documentation for handling varargs
#33
ayushagarwal95
closed
3 years ago
0
Add instructions to unwrap structs
#32
JFHwang
closed
3 years ago
0
Add -DBUILD_TESTING=OFF to disable tests
#31
bansan85
closed
2 years ago
4
Minor cleanup
#30
bansan85
opened
3 years ago
2
Add install feature in CMake
#29
bansan85
closed
3 years ago
8
Make test optional
#28
bansan85
closed
3 years ago
3
Allow use of system Catch2
#27
bansan85
closed
3 years ago
1
Provide useful error message/add support when invoke variadic function calls
#26
shravanrn
opened
3 years ago
0
Steps required for Windows support?
#25
fire
closed
3 years ago
1
don't unregister callbacks automatically
#24
deian
opened
4 years ago
0
Try compacting signature of convert_base_types_t_helper by passing parameters as a struct
#23
shravanrn
opened
4 years ago
0
copy_and_verify_string of unsigned char*
#22
deian
opened
4 years ago
0
expose sandbox created?
#21
deian
opened
4 years ago
0
memcpy and malloc_in_sandbox documentation
#20
deian
opened
4 years ago
0
comparing integers of different signs
#19
deian
opened
4 years ago
0
Improve error message when sandbox argument to sandbox_invoke is missing
#18
deian
opened
4 years ago
3
Make the test suite compile error testing more robust by using a custom exception type
#17
shravanrn
opened
5 years ago
0
Clean up sandbox_function_address to just return a tainted function pointer.
#16
shravanrn
closed
5 years ago
0
Pass to eliminate reinterpret_cast where possible
#15
shravanrn
opened
5 years ago
0
Do a pass with ubsan to check for safety issues, possibly in glue tests.
#14
shravanrn
opened
5 years ago
0
Do a warnings cleanup pass on code when compiling for Arch Linux
#13
shravanrn
opened
5 years ago
0
rlbox_noop_sandbox should be self sufficient
#12
shravanrn
opened
5 years ago
0
Implement auto conversion of wrapper types to opaque
#11
shravanrn
opened
5 years ago
0
Remove function casting used in callbacks to support tainted_opaque callback parameters
#10
shravanrn
opened
5 years ago
0
Implement the implicit type conversions for wrapper types, such as tainted<foo*> converts to tainted<void*> etc
#9
shravanrn
opened
5 years ago
0
Add support for double fetch detection mode
#8
shravanrn
opened
5 years ago
0
Add support for threading
#7
shravanrn
opened
5 years ago
0
Create non const operators such as pre,post increment (++, --), arithmetic assignment (+=, -= etc) for tainted numerics and pointers
#6
shravanrn
closed
5 years ago
0
Add support for RLBox helper types like stack_arr or heap_arr
#5
shravanrn
opened
5 years ago
0
Add support for RLBox tainted_freezable types, to help prevent double fetch bugs
#4
shravanrn
opened
5 years ago
0
Add support for standard int types (uint32_t, size_t etc.) for appropriate conversion
#3
shravanrn
opened
5 years ago
0
Next