umontreal-diro / IFT3913

Syllabus pour IFT3913 [automne 2024]
MIT License
16 stars 31 forks source link

Gestion des dépendances #7

Open bbaudry opened 1 month ago

bbaudry commented 1 month ago

Resources qui traitent de l'impact des dépendances sur la qualité logicielle

Exemple de fichier de dépendances pour le projet gdext

[workspace]
resolver = "2"
members = [
    "godot-bindings",
    "godot-codegen",
    "godot-ffi",
    "godot-core",
    "godot-macros",
    "godot-cell",
    "godot",

    # Godot integration
    "itest/rust",
    "itest/repo-tweak",
    "examples/dodge-the-creeps/rust",
    "examples/hot-reload/rust",
]

[FR] gestion des dépendances

bbaudry commented 1 month ago

[FR] gestionnaire de paquets

bbaudry commented 1 month ago

Mise à jour de dépendances

bbaudry commented 1 month ago

gestionnaires de dépendances

bbaudry commented 1 month ago

réduction des dépendances

bbaudry commented 1 month ago

Automating dependency updates in practice: An exploratory study on github dependabot

bbaudry commented 1 month ago

BUMP: A Benchmark of Reproducible Breaking Dependency Updates

bbaudry commented 1 month ago

What NPM Should Do Today To Stop A New Colors Attack Tomorrow

bbaudry commented 1 month ago

Hash-Based Bisect Debugging in Compilers and Runtimes

bbaudry commented 1 month ago

On the impact of security vulnerabilities in the npm and RubyGems dependency networks

bbaudry commented 1 month ago

Dependency update strategies and package characteristics

bbaudry commented 1 month ago

Characterizing Dependency Update Practice of NPM, PyPI and Cargo Packages

bbaudry commented 1 day ago

Push and pull: when and why to update your dependencies

bbaudry commented 1 day ago

The Risks and Benefits of Updating Dependencies

bbaudry commented 1 day ago

Revival Hijack – PyPI hijack technique exploited in the wild, puts 22K packages at risk