archives
Here are 187 public repositories matching this topic...
-
Updated
Mar 30, 2021 - Python
Feature request from @darookee
It would be nice if tags could be added and updated on documents via the REST API, as well as searching/filtering the /api/documents by them.
Ticket spun off from this comment.
-
Updated
Mar 11, 2021 - PHP
Introduce Yourself!
Please leave a comment below to say a virtual "hello!" Let us know what brought you to the ArchivesSpace codebase, what you're working on, if you're looking for any collaborators to help you with your current or future projects, and any other questions or comments you might have.
Here's an example to get everyone started:
- Your Name: Lora Woodford
- Your Employer/Affiliation (if applicabl
-
Updated
Jan 3, 2021 - C++
-
Updated
Mar 31, 2021 - Java
-
Updated
Aug 2, 2020 - Python
-
Updated
Apr 1, 2021 - JavaScript
-
Updated
Nov 19, 2017
-
Updated
May 15, 2020
-
Updated
Jan 11, 2020 - Jupyter Notebook
-
Updated
Feb 2, 2020 - Python
-
Updated
May 9, 2018 - Groovy
-
Updated
May 16, 2018 - Python
-
Updated
Jan 4, 2021 - JavaScript
-
Updated
Jan 25, 2020
-
Updated
Jul 19, 2019
-
Updated
Jan 25, 2020 - Python
-
Updated
Mar 30, 2021 - Python
-
Updated
May 16, 2020 - JavaScript
-
Updated
Apr 4, 2021 - JavaScript
-
Updated
Jan 25, 2020 - Go
-
Updated
Mar 31, 2021 - Vue
-
Updated
Apr 10, 2018 - PHP
-
Updated
Jan 20, 2020 - C
Improve this page
Add a description, image, and links to the archives topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the archives topic, visit your repo's landing page and select "manage topics."
I was able to confirm that
os.Create()will happily follow symlinks.Although standard tools like
tarwill not likely allow you to add two files with the same name to an archive file, it's certainly easy enough to do in code. This means that we need to add an additional check before writing to a destination to make sure that it's not a symlink outside of the destination.The vulnerab