Loic Nageleisen

Results 75 issues of Loic Nageleisen

Simple: add a 9p share to a VM (here I used the Debian Minimal one from UTM, updated to bullseye), mount it, and try to look at things on the...

qemu

**What does this PR do?** Update libddwaf to 1.5.1 **Motivation** Support for new features, some fixes, and performance improvements. **How to test the change?** There should be specs + system...

integrations
appsec

**What does this PR do?** Handle additional URL corner cases. **Motivation** Fixes #2309 **Additional Notes** Not entirely sure about the expected `placeholder` behaviour but it's an undocumented feature. **How to...

integrations
tracing

**What does this PR do?** Pass HTTP client IP to WAF, which in turn makes it blockable. **Motivation** IP blocking. **How to test the change?** Specs, or manually: ``` #...

integrations
appsec

Operations such as `bucket.objects.first` fail. First, it is now required to operate directly against a given endpoint: HOST cannot be a single constant anymore: ``` /Users/lloeki/.rbenv/versions/2.1.6/lib/ruby/gems/2.1.0/gems/s3-0.3.22/lib/s3/connection.rb:216:in `handle_response': The bucket you...

bug

Continuation of https://github.com/dense-analysis/ale/pull/4376 Fixes https://github.com/dense-analysis/ale/issues/3254 > Where are the tests? Have you added tests? Have you updated the tests? Read the comment above and the documentation referenced in it first....

stale

From #389 here's a first draft that makes Thin specs pass. There's a warning that should probably be addressed: > warning: Rack::File is deprecated and will be removed in Rack...

**Your proposal** Here's a simplistic piece of code: ```ruby # test.rb def foo(a, b) a.x = nil if b == 5 end a = Struct.new(:x).new(10) 10.times do |i| foo(a, i)...

- `attr_reader foo: untyped` in RBS defines the signature for the method `#foo` as would `def foo: () -> untyped` - with `Steep::Diagnostic::Ruby::MethodDefinitionMissing` Steep expects the method `#foo` from the...