You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term/src
TiredTumblrina 94a9c81eb0
Prevent improper files (like /dev/random) from being used as file arguments (#10733)
* Implement check before adding path to files

* fix problem where directories were removed from args.files

* Revert "Implement check before adding path to files"

This reverts commit c123944d9b.

* Dissallow opening of irregular non-symlink files

* Fixed issue with creating new file from command line

* Fixed linting error.

* Optimized regularity check as suggested in review

* Created DocumentOpenError Sum Type to switch on in Application

* Forgot cargo fmt

* Update helix-term/src/application.rs

Accept suggestion in review.

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>

* Moved thiserror version configuration to the workspace instead of the individual packages.

---------

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2 weeks ago
..
commands Optional history for rename_symbol (#10932) 3 weeks ago
handlers Auto Save All Buffers After A Delay (#10899) 3 weeks ago
keymap feat(command): select_all_children 3 months ago
ui Prevent improper files (like /dev/random) from being used as file arguments (#10733) 2 weeks ago
application.rs Prevent improper files (like /dev/random) from being used as file arguments (#10733) 2 weeks ago
args.rs Fallback to filename for +arg (#9333) 6 months ago
commands.rs Prevent improper files (like /dev/random) from being used as file arguments (#10733) 2 weeks ago
compositor.rs add redraw command (#6949) 10 months ago
config.rs feat: smart_tab 11 months ago
events.rs Add hook/event system 5 months ago
handlers.rs Auto Save All Buffers After A Delay (#10899) 3 weeks ago
health.rs Add glob file type support (#8006) 5 months ago
job.rs Add hook/event system 5 months ago
keymap.rs Allow numbers as second input event (#8471) 5 months ago
lib.rs Ignore .svn version control files (#10536) 2 months ago
main.rs Add glob file type support (#8006) 5 months ago