| Summary: | git new security issue CVE-2013-0308 | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | David Walser <luigiwalser> |
| Component: | Security | Assignee: | QA Team <qa-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | Sec team <security> |
| Severity: | major | ||
| Priority: | Normal | CC: | dmorganec, sysadmin-bugs |
| Version: | 2 | Keywords: | validated_update |
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Linux | ||
| URL: | http://lwn.net/Vulnerabilities/541060/ | ||
| Whiteboard: | has_procedure mga2-64-ok mga2-32-ok | ||
| Source RPM: | git-1.7.10-1.mga2.src.rpm | CVE: | |
| Status comment: | |||
|
Description
David Walser
2013-03-04 23:00:24 CET
David Walser
2013-03-06 23:09:00 CET
Severity:
normal =>
major git-imap-send man page gives useful information for testing. Online here: https://www.kernel.org/pub/software/scm/git/docs/git-imap-send.html man gittutorial is helpful for general git. https://www.kernel.org/pub/software/scm/git/docs/gittutorial.html Before ------ $ mkdir git-test $ cd git-test $ echo "This is QA test number" > qatest.txt $ git init Initialized empty Git repository in /home/claire/git-test/.git/ $ git add . $ git commit <opens vi text editor, press i to enter insert mode and type the commit message, then press escape and :x to save it> [master (root-commit) 0987a79] First Commit 1 file changed, 1 insertion(+) create mode 100644 qatest.txt $ echo "one" >> qatest.txt $ git add qatest.txt $ git diff --cached diff --git a/qatest.txt b/qatest.txt index 5c4bf19..b21084e 100644 --- a/qatest.txt +++ b/qatest.txt @@ -1 +1,2 @@ This is QA test number +one <Press q to quit> $ git commit [master d127413] Second commit 1 file changed, 1 insertion(+) $ git format-patch --cover-letter -M --stdout --root d127413 | git imap-send Resolving imap.gmail.com... ok Connecting to [173.194.78.109]:993... ok Logging in... sending 3 messages 100% (3/3) done Enter email password when it asks for SSH password. Found the 3 messages in [Google Mail]/Drafts folder using thunderbird. After ----- $ echo "two" >> qatest.txt $ git add qatest.txt $ git commit [master cb14306] third and final commit 1 file changed, 1 insertion(+) $ git format-patch --cover-letter -M --stdout --root cb14306 | git imap-send Resolving imap.gmail.com... ok Connecting to [173.194.66.108]:993... ok Logging in... sending 4 messages 100% (4/4) done Found the new messages with thunderbird. Testing complete mga2 64 Whiteboard:
(none) =>
has_procedure mga2-64-ok To tidy up.. $ cd .. $ rm -rf git-test Testing complete mga2 32 Validating Advisory & srpm in comment 0 Could sysadmin please push from core/updates_testing to core/updates Thanks! Keywords:
(none) =>
validated_update update pushed : https://wiki.mageia.org/en/Support/Advisories/MGASA-2013-0091 Status:
NEW =>
RESOLVED |