Giter Club home page Giter Club logo

Comments (2)

vladimir-v-diaz avatar vladimir-v-diaz commented on May 24, 2024

Note: This function has been renamed and affected modules modified (after reviewing util.py and test_util.py): akonst/tuf@d2a799f

file_in_confined_directories() determines if 'filepath' (first argument) is in at least one of the directories of 'confined_directories'. We are checking path strings, not actual files on the local file system.

tuf.util.file_in_confined_directories('a/b/target.jpg', ['a/'])
False
tuf.util.file_in_confined_directories('a/b/target.jpg', ['a/b/'])
True

We are not checking if two files are the same, only that the file's parent directory is in 'confined_paths'.
This function is provided to allow a soft of mixed selection of targets a client may download. The updater methods provided to the client include updater.all_targets(), updater.targets_of_role(), and updater.target(). If the client adds restricted directories to a mirror's 'confined_target_dirs' field, he could then do an updater.all_targets()
and only download targets from those listed in 'confined_target_dirs'. This might be a useful option for client code written by software updaters.

Let me know if my explanation is clear and the modified function correct. I updated some the test cases for this function.

from python-tuf.

akonst avatar akonst commented on May 24, 2024

Okay, looks good.

from python-tuf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.