You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
or replace it with an accurate regex, if at all possible.
Since we use libgit2, we're somewhat less susceptible to git ref syntax injection attacks (not sure about the vector).
With that in mind, it might be ok to just leave the checking to libgit2 instead.
Activity
cole-h commentedon Jun 5, 2025
What if you URL-escape it by doing
%23
in place of the#
character?nothingnesses commentedon Jun 6, 2025
@cole-h I get this error instead:
roberth commentedon Jun 11, 2025
Discussed in Nix meeting today:
URL escaping should be the solution.
We should probably get rid of
nix/src/libutil/include/nix/util/url-parts.hh
Line 36 in d46ce52
or replace it with an accurate regex, if at all possible.
Since we use libgit2, we're somewhat less susceptible to git ref syntax injection attacks (not sure about the vector).
With that in mind, it might be ok to just leave the checking to libgit2 instead.
nixos-discourse commentedon Jun 11, 2025
This issue has been mentioned on NixOS Discourse. There might be relevant details there:
https://discourse.nixos.org/t/2025-06-11-nix-team-meeting-minutes-231/65543/1