View Issue Details

IDProjectCategoryView StatusLast Update
0004675mantisbtdocumentationpublic2021-01-03 18:12
ReporterPatPowerMan Assigned Tothraxisp  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version0.19.0 
Fixed in Version0.19.1 
Summary0004675: If you upload a file (using 'edit' on a exisiting document) the filename will not be obfuscated
Description

thraxisp explains in issue http://bugs.mantisbt.org/view.php?id=4661 'obfuscated file names are part of our security measures'.

This should be valid for re-uploaded or changed files too?

TagsNo tags attached.

Relationships

child of 0004297 closedvboctor Mantis 0.19.1 release 

Activities

thraxisp

thraxisp

2004-10-08 14:01

reporter   ~0007964

I missed proj_doc_update in the conversion to obfuscated filenames.

thraxisp

thraxisp

2004-10-08 14:54

reporter   ~0007968

fixed in CVS

Related Changesets

MantisBT: master 47550453

2004-10-08 15:57

thraxisp


Details Diff
fix for 0004675: If you upload a file (using 'edit' on a exisiting document)
the filename will not be obfuscated
fixed all proj_doc* pages to use config upload_project_file_threshold instead of
hardcoded constant
replaced file will re-use obfuscated name from database (although content may change)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3043 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0004675
mod - proj_doc_page.php Diff File
mod - proj_doc_add_page.php Diff File
mod - proj_doc_delete.php Diff File
mod - proj_doc_update.php Diff File
mod - proj_doc_add.php Diff File